Home
last modified time | relevance | path

Searched refs:STOP_COMMAND (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc-test-automation/bin/plug_ins/Stop/
H A Dcp_stop_check24 STOP_COMMAND = "" variable
247 if STOP_COMMAND.upper() == "FAIL":
251 elif STOP_COMMAND.upper() == "ALL":
254 elif len(STOP_COMMAND) > 0:
255 shell_rc, out_buf = shell_cmd(STOP_COMMAND, quiet=quiet, show_err=0)