Searched refs:command_string (Results 1 – 11 of 11) sorted by relevance
/openbmc/openbmc-test-automation/bin/ |
H A D | auto_status_file.py | 113 global command_string 116 command_string = " ".join(command_string) 117 set_pgm_arg(command_string) 118 valid_value(command_string) 132 prefix = command_string.split(" ")[0] 149 def script_func(command_string, status_file_path): argument 163 + escape_bash_quotes(command_string) 190 def tee_func(command_string, status_file_path): argument 201 + command_string 223 term_requests={"pgm_names": [command_string.split(" ")[0]]} [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_cmd.py | 165 def parse_command_string(command_string): argument 221 bash_func_def + " ; parse " + command_string, quiet=1, print_output=0 278 command_string, argument 344 err_msg = gv.valid_value(command_string) 354 gp.qprint_issuing(command_string, test_mode) 373 command_string, 414 err_msg += gp.sprint_vars(command_string, command_timed_out, time_out) 457 def t_shell_cmd(command_string, **kwargs): argument 476 return shell_cmd(command_string, **kwargs) 701 command_string = command [all …]
|
H A D | ipmi_client.py | 101 command_string = create_ipmi_ext_command_string("power status") 103 command_string, print_output=print_output, show_err=0, ignore_err=1 115 command_string = create_ipmi_ext_command_string("power status") 117 command_string, print_output=print_output, show_err=0, ignore_err=1
|
H A D | tools.exp | 197 proc shell_command {command_string {prompt_regex} { quiet {} } \ 233 qprintn ; qprint_issuing ${command_string} ${test_mode} 239 send_wrap "${command_string}" 242 [list "-ex $command_string"]\
|
H A D | dmtf_tools_utils.robot | 29 [Arguments] ${rsv_dir_path} ${command_string} ${check_error}=0 33 # command_string The complete rsv command string to be run. 36 ${rc} ${output}= Shell Cmd ${command_string} ignore_err=${check_error}
|
H A D | bmc_network_utils.py | 168 command_string = gc.create_command_string("nping", host, options) 169 rc, output = gc.shell_cmd(command_string, print_output=0, ignore_err=0)
|
H A D | ipmi_client.robot | 164 ${command_string}= Process IPMI User Options ${command} 165 ${ipmi_cmd}= Create IPMI Ext Command String ${command_string} &{options}
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | Redfish_Reference_Checker.robot | 18 ${command_string} ${DEFAULT_PYTHON} ${rsv_dir_path}${/}RedfishReferenceTool.py variable 29 ${rc} ${output}= Run DMTF Tool ${rsv_dir_path} ${command_string} check_error=1
|
H A D | Redfish_Protocol_Validator.robot | 18 ${command_string} ${DEFAULT_PYTHON} ${rsv_dir_path}${/}rf_protocol_validator.py variable 35 ${rc} ${output}= Run DMTF Tool ${rsv_dir_path} ${command_string} check_error=1
|
H A D | Redfish_JsonSchema_ResponseValidator.robot | 14 ${command_string} ${DEFAULT_PYTHON} ${rsv_dir_path}${/}Redfish-JsonSchema-ResponseValidator.py variable 36 ${rc} ${output}= Run DMTF Tool ${rsv_dir_path} ${command_string} -i ${url}
|
/openbmc/openbmc-test-automation/lib/serial_connection/ |
H A D | serial_console_client.robot | 56 [Arguments] ${command_string} 64 Telnet.Execute Command ${command_string}
|