Home
last modified time | relevance | path

Searched refs:print_output (Results 1 – 21 of 21) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dhost.tcl21 set print_output [expr !$quiet]
22 lassign [cmd_fnc "host $host" "${quiet}" "" "${print_output}"] rc out_buf
62 set print_output [expr !$quiet]
65 'dnsdomainname'" ${quiet} "" ${print_output}] rc domain
87 set print_output [expr !$quiet]
91 ${quiet} "" ${print_output}] rc name_servers
117 set print_output [expr !$quiet]
122 ${quiet} "" ${print_output}] rc mac_address
144 set print_output [expr !$quiet]
147 ${quiet} "" ${print_output}] rc gateway
[all …]
H A Dgen_cmd.py34 print_output=1, argument
102 if not print_output:
111 if not print_output:
114 if print_output and not robot_env:
121 if not print_output:
142 print_output=1, argument
158 print_output=print_output,
221 bash_func_def + " ; parse " + command_string, quiet=1, print_output=0
280 print_output=None, argument
350 print_output = int(gm.dft(print_output, not quiet))
[all …]
H A Dipmi_client.py100 print_output = 0
104 command_string, print_output=print_output, show_err=0, ignore_err=1
118 command_string, print_output=print_output, show_err=0, ignore_err=1
H A Dcmd.tcl8 proc cmd_fnc { cmd_buf { quiet {} } { test_mode {} } { print_output {} }\
50 set_var_default print_output 1
66 if { $print_output } { puts "${out_buf}" }
78 if { ! $print_output } {
H A Dipmi_utils.py93 cmd_string, ipmi_cmd_type="inband", print_output=1, ignore_err=0, **options argument
119 cmd_buf, print_out=print_output, ignore_err=ignore_err
126 print_output=print_output,
192 cmd_buf, ipmi_cmd_type, print_output=0
199 cmd_buf, ipmi_cmd_type, print_output=0
579 stdout, stderr, rc = execute_ipmi_cmd(cmd_buf, "external", print_output=0)
741 stdout, stderr, rc = execute_ipmi_cmd(cmd_buf, "external", print_output=0)
H A Dgen_misc.py128 "which " + file_path, quiet=1, print_output=0, show_err=0
568 print_output = not quiet
578 ps_cmd_buf + " > " + temp_file_path, print_output=print_output
592 print_output=print_output,
H A Dgen_call_robot.py133 print_output=0,
226 cmd_buf, quiet=(not debug), print_output=0
257 shell_rc, out_buf = gc.shell_cmd(cmd_buf, quiet=1, print_output=0)
480 rc, out_buf = gc.shell_cmd(cmd_buf, quiet=1, print_output=0)
H A Dgen_robot_plug_in.py30 rc, out_buf = gc.shell_cmd(cmd_buf, print_output=0)
174 print_output=0,
H A Dstate.py535 print_output=0,
693 print_output=0,
708 cmd_buf, print_output=0, show_err=0, ignore_err=1
753 date_cmd_buf, quiet=quiet, print_output=0
H A Dutils_files.py122 rc, out_buf = cmd_fnc_u(command, quiet=0, print_output=0, show_err=0)
H A Dbmc_network_utils.py169 rc, output = gc.shell_cmd(command_string, print_output=0, ignore_err=0)
H A Dobmc_boot_test.py494 print_output=0,
795 cmd_buf, print_output=0, show_err=0
808 cmd_buf, print_output=0, show_err=0
H A Dcommon_utils.robot340 ... print_output=${1} show_err=${1}
383 ... print_output=${0} show_err=${0}
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/
H A Dicecc-create-env11 print_output () function
24 print_output "$@"
230 print_output "patchelf is required"
235 print_output "usage: $0 <gcc_path> <g++_path>"
240 print_output "'$added_gcc' is not executable."
245 print_output "'$added_gcc' is not executable."
258 print_output "'$added_as' is not executable."
286 print_output "'true' not found"
294 print_output "'$extra' not found"
355 print_output "Couldn't compute MD5 sum."
[all …]
/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/
H A Dautomake-output.patch29 + enum print_output printmode CK_ATTRIBUTE_UNUSED, void *obj,
57 void subunit_lfun(SRunner * sr, FILE * file, enum print_output printmode,
59 @@ -527,6 +556,9 @@ void srunner_init_logging(SRunner * sr, enum print_output print_mode)
73 @@ -40,6 +40,9 @@ void xml_lfun(SRunner * sr, FILE * file, enum print_output,
74 void tap_lfun(SRunner * sr, FILE * file, enum print_output,
77 +void am_lfun(SRunner * sr, FILE * file, enum print_output,
80 void subunit_lfun(SRunner * sr, FILE * file, enum print_output,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/
H A D0001-team_basic_test.py-switch-to-python3.patch45 def print_output(out_type, string):
63 print_output("Stderr", data_stderr)
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py280 print_output = False)
312 def _invoke_dnf(self, dnf_args, fatal = True, print_output = True ): argument
328 if print_output:
332 if print_output:
/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/
H A Dcp_post_boot150 print_output=0,
/openbmc/openbmc-test-automation/gui/
H A D__init__.robot34 ... print_output=1
/openbmc/openbmc-test-automation/bin/
H A Dprocess_plug_in_packages.py235 print_output=1,
/openbmc/openbmc-test-automation/lib/ras/
H A Dhost_utils.robot235 ... print_output=0 show_err=0 ignore_err=0