Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/bin/
H A Dauto_status_file.py171 shell_rc = sub_proc.returncode
185 shell_rc = int(value)
187 return shell_rc
208 shell_rc = sub_proc.returncode
211 print_varx(ret_code_str, shell_rc)
214 status_file.write("\n" + sprint_varx(ret_code_str, shell_rc))
216 return shell_rc
231 shell_rc, output = shell_cmd("which get_file_path_url.py", show_err=0)
232 if shell_rc != 0:
236 shell_rc, status_file_url = shell_cmd(
[all …]
H A Dprocess_plug_in_packages.py165 shell_rc = 0x00000000
172 return rc, shell_rc, failed_plug_in_name
222 shell_rc = sub_proc.returncode
224 shell_rc *= 0x100
225 if shell_rc != 0 and shell_rc != allow_shell_rc:
228 if shell_rc != 0:
244 print_var(shell_rc, hexa())
246 return rc, shell_rc, failed_plug_in_name
269 shell_rc = 0
277 rc, shell_rc, failed_plug_in_name = run_pgm(
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dgen_cmd.py117 shell_rc = sub_proc.returncode
118 if shell_rc != 0:
120 err_msg += gp.sprint_var(shell_rc, gp.hexa())
133 return shell_rc, out_buf, err_buf
135 return shell_rc, out_buf
405 shell_rc = sub_proc.returncode
406 if shell_rc in valid_rcs:
409 shell_rc = -1
416 err_msg += gp.sprint_vars(shell_rc, valid_rcs, fmt=gp.hexa())
432 if shell_rc in valid_rcs:
[all …]
H A Dcmd.tcl59 set shell_rc 0
63 set shell_rc [lindex $::errorCode 2]
69 if { [lsearch -exact $acceptable_shell_rcs ${shell_rc}] == -1 } {
72 append error_message [sprint_var shell_rc "" "" 1]
91 return [list $shell_rc $out_buf]
H A Dobmc_boot_test.py408 shell_rc, out_buf = gc.cmd_fnc_u(
491 shell_rc, out_buf = gc.cmd_fnc_u(
497 if shell_rc != 0:
517 rc, shell_rc, failed_plug_in_name = grpi.rprocess_plug_in_packages(
781 rc, shell_rc, failed_plug_in_name = grpi.rprocess_plug_in_packages(
794 shell_rc, more_header_info = gc.cmd_fnc_u(
807 shell_rc, ffdc_summary_info = gc.cmd_fnc_u(
901 rc, shell_rc, failed_plug_in_name = grpi.rprocess_plug_in_packages(
991 rc, shell_rc, failed_plug_in_name = grpi.rprocess_plug_in_packages(
1022 rc, shell_rc, failed_plug_in_name = grpi.rprocess_plug_in_packages(
[all …]
H A Dgen_robot_plug_in.py50 shell_rc="0x00000000", argument
139 + str(shell_rc)
209 shell_rc = int(properties.get("shell_rc", "0x0000000000000000"), 16)
229 return rc, shell_rc, failed_plug_in_name, history
231 return rc, shell_rc, failed_plug_in_name
H A Dgen_call_robot.py130 shell_rc, out_buf = gc.shell_cmd(
225 shell_rc, out_buf = gc.shell_cmd(
257 shell_rc, out_buf = gc.shell_cmd(cmd_buf, quiet=1, print_output=0)
363 shell_rc, out_buf = gc.shell_cmd(
526 shell_rc = sub_proc.returncode
529 gcr_last_robot_rc = shell_rc
531 if shell_rc != 0:
532 gp.print_var(shell_rc, gp.hexa())
H A Dgen_misc.py127 shell_rc, out_buf = gc.cmd_fnc_u(
130 if shell_rc != 0:
134 error_message += gp.sprint_var(shell_rc, gp.hexa())
H A Dutilities.py211 shell_rc = sub_proc.returncode
H A Dstate.py752 shell_rc, out_buf = gc.cmd_fnc_u(
755 if shell_rc == 0:
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/
H A Dcp_stop_check170 shell_rc, out_buf = shell_cmd(cmd_buf, show_err=0)
171 if shell_rc == stop_test_rc:
255 shell_rc, out_buf = shell_cmd(STOP_COMMAND, quiet=quiet, show_err=0)
256 if shell_rc != 0:
/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/
H A Dcp_ffdc_check75 shell_rc, out_buf = shell_cmd(FFDC_COMMAND, quiet=quiet)
76 if shell_rc != 0:
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_websocket.robot126 ${shell_rc} ${pid}= Shell Cmd ${cmd}