infix icon indicating copy to clipboard operation
infix copied to clipboard

confd: fault injection support

Open troglobit opened this issue 1 year ago • 1 comments

For purposes of testing it would be beneficial to support fuzzing the API to sysrepo. E.g., setting a failure rate for an XPath in the operational datastore.

Possible API:

  • /system/test/fault-injection <F>

  • Where <F> is a list of faults:

     {
           xpath: ...
           event: .....
           rc: ...
     }
    

troglobit avatar Oct 01 '24 12:10 troglobit

Now this belongs in package/conf-test-mode.

troglobit avatar Oct 31 '24 12:10 troglobit