1*f7129672SMichael Shepos# "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. 23ba8ecdcSMichael Walshcommand=string 3*f7129672SMichael Shepos# "rest_fail" indicates that the Stop plug-in should fail if REST commands to the BMC are failing. 43ba8ecdcSMichael Walshrest_fail=boolean 5*f7129672SMichael Shepos# "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. 63ba8ecdcSMichael Walshesel_stop_file_path=string 7*f7129672SMichael Shepos# "pel_stop_file_path" may contain the path to a file with specifications for which PELs warrant stopping the test run. 8*f7129672SMichael Shepospel_stop_file_path=string 9*f7129672SMichael Shepos# Indicates that the test should be stopped when the Verify_hardware plug-in fails its analysis. 10*f7129672SMichael Sheposverify_hardware_fail=boolean 11