Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/bin/plug_ins/Stop/
H A Dcp_stop_check25 stop_test_rc = 2 variable
35 + str(stop_test_rc)
40 + str(stop_test_rc)
86 save_plug_in_value(stop_check_rc=stop_test_rc)
87 exit(stop_test_rc)
171 if shell_rc == stop_test_rc:
/openbmc/openbmc-test-automation/lib/
H A Dobmc_boot_test.py138 def stop_test_rc(): function
1169 call_point="stop_check", shell_rc=stop_test_rc(), stop_on_non_zero_rc=1
1171 if shell_rc == stop_test_rc():
1300 call_point="stop_check", shell_rc=stop_test_rc(), stop_on_non_zero_rc=1
1302 if shell_rc == stop_test_rc():
H A Dgen_plug_in_utils.py612 def stop_test_rc(): function