Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/bin/
H A Dauto_status_file.py113 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 Dgen_cmd.py165 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 Dipmi_client.py101 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 Dtools.exp197 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 Ddmtf_tools_utils.robot29 [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 Dbmc_network_utils.py168 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 Dipmi_client.robot164 ${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 DRedfish_Reference_Checker.robot18 ${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 DRedfish_Protocol_Validator.robot18 ${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 DRedfish_JsonSchema_ResponseValidator.robot14 ${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 Dserial_console_client.robot56 [Arguments] ${command_string}
64 Telnet.Execute Command ${command_string}