/openbmc/openbmc-test-automation/lib/ |
H A D | host.tcl | 21 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 D | gen_cmd.py | 34 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 D | ipmi_client.py | 100 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 D | cmd.tcl | 8 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 D | ipmi_utils.py | 93 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 D | gen_misc.py | 128 "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 D | gen_call_robot.py | 133 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 D | gen_robot_plug_in.py | 30 rc, out_buf = gc.shell_cmd(cmd_buf, print_output=0) 174 print_output=0,
|
H A D | state.py | 535 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 D | utils_files.py | 122 rc, out_buf = cmd_fnc_u(command, quiet=0, print_output=0, show_err=0)
|
H A D | bmc_network_utils.py | 169 rc, output = gc.shell_cmd(command_string, print_output=0, ignore_err=0)
|
H A D | obmc_boot_test.py | 494 print_output=0, 795 cmd_buf, print_output=0, show_err=0 808 cmd_buf, print_output=0, show_err=0
|
H A D | common_utils.robot | 340 ... 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 D | icecc-create-env | 11 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 D | automake-output.patch | 29 + 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 D | 0001-team_basic_test.py-switch-to-python3.patch | 45 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__.py | 280 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 D | cp_post_boot | 150 print_output=0,
|
/openbmc/openbmc-test-automation/gui/ |
H A D | __init__.robot | 34 ... print_output=1
|
/openbmc/openbmc-test-automation/bin/ |
H A D | process_plug_in_packages.py | 235 print_output=1,
|
/openbmc/openbmc-test-automation/lib/ras/ |
H A D | host_utils.robot | 235 ... print_output=0 show_err=0 ignore_err=0
|