blob: f4f89f243ef305456526e5664723866e049660b0 [file] [log] [blame]
Michael Sheposf7129672022-01-13 11:00:37 -06001# "command" may contain a bash command string to be run to determine whether the test program should be stopped. If the command returns non-zero, the test program should be stopped.
Michael Walsh3ba8ecd2018-04-24 11:33:25 -05002command=string
Michael Sheposf7129672022-01-13 11:00:37 -06003# "rest_fail" indicates that the Stop plug-in should fail if REST commands to the BMC are failing.
Michael Walsh3ba8ecd2018-04-24 11:33:25 -05004rest_fail=boolean
Michael Sheposf7129672022-01-13 11:00:37 -06005# "esel_stop_file_path" may contain the path to a file with specifications for which eSELs warrant stopping the test run. See esel_stop_check help text for details.
Michael Walsh3ba8ecd2018-04-24 11:33:25 -05006esel_stop_file_path=string
Michael Sheposf7129672022-01-13 11:00:37 -06007# "pel_stop_file_path" may contain the path to a file with specifications for which PELs warrant stopping the test run.
8pel_stop_file_path=string
9# Indicates that the test should be stopped when the Verify_hardware plug-in fails its analysis.
10verify_hardware_fail=boolean