CodeConstruct / mctp

MCTP userspace tools
GNU General Public License v2.0
33 stars 19 forks source link

tests: mctpd endpoint recovery #27

Closed amboar closed 10 months ago

amboar commented 10 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 10 months ago

Looks great, thanks!