1*3ba8ecdcSMichael Walsh# "command" may contain a bash command string to be run to determine whether
2*3ba8ecdcSMichael Walsh# the test program should be stopped.  If the command returns non-zero, the
3*3ba8ecdcSMichael Walsh# test program should be stopped.
4*3ba8ecdcSMichael Walshcommand=string
5*3ba8ecdcSMichael Walsh# "rest_fail" indicates that the Stop plug-in should fail if REST commands to
6*3ba8ecdcSMichael Walsh# the BMC are failing.
7*3ba8ecdcSMichael Walshrest_fail=boolean
8*3ba8ecdcSMichael Walsh# "esel_stop_file_path" may contain the path to a file with specifications
9*3ba8ecdcSMichael Walsh# for which eSELs warrant stopping the test run.  See esel_stop_check help
10*3ba8ecdcSMichael Walsh# text for details.
11*3ba8ecdcSMichael Walshesel_stop_file_path=string
12