Searched refs:shell_rc (Results 1 – 13 of 13) sorted by relevance
/openbmc/openbmc-test-automation/bin/ |
H A D | auto_status_file.py | 171 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 D | process_plug_in_packages.py | 165 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 D | gen_cmd.py | 117 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 D | cmd.tcl | 59 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 D | obmc_boot_test.py | 408 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 D | gen_robot_plug_in.py | 50 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 D | gen_call_robot.py | 130 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 D | gen_misc.py | 127 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 D | utilities.py | 211 shell_rc = sub_proc.returncode
|
H A D | state.py | 752 shell_rc, out_buf = gc.cmd_fnc_u( 755 if shell_rc == 0:
|
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/ |
H A D | cp_stop_check | 170 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 D | cp_ffdc_check | 75 shell_rc, out_buf = shell_cmd(FFDC_COMMAND, quiet=quiet) 76 if shell_rc != 0:
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_websocket.robot | 126 ${shell_rc} ${pid}= Shell Cmd ${cmd}
|