| Michael Walsh | 3ba8ecd | 2018-04-24 11:33:25 -0500 | [diff] [blame] | 1 | # "command" may contain a bash command string to be run to determine whether | 
|  | 2 | # the test program should be stopped.  If the command returns non-zero, the | 
|  | 3 | # test program should be stopped. | 
|  | 4 | command=string | 
|  | 5 | # "rest_fail" indicates that the Stop plug-in should fail if REST commands to | 
|  | 6 | # the BMC are failing. | 
|  | 7 | rest_fail=boolean | 
|  | 8 | # "esel_stop_file_path" may contain the path to a file with specifications | 
|  | 9 | # for which eSELs warrant stopping the test run.  See esel_stop_check help | 
|  | 10 | # text for details. | 
|  | 11 | esel_stop_file_path=string |