CodeConstruct / mctp

MCTP userspace tools
GNU General Public License v2.0
30 stars 17 forks source link

tests: mctpd endpoint recovery #27

Closed amboar closed 8 months ago

amboar commented 8 months ago

There are several paths of interest through recovery:

  1. The device is immediately responsive despite the Recover invocation
  2. The device fails to respond prior to Treclaim
  3. The device is initially unresponsive but recovers before Treclaim
  4. The device has been exchanged for another

Add test cases for all four.

jk-ozlabs commented 8 months ago

Looks great, thanks!