Home
last modified time | relevance | path

Searched refs:test_mode (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/openbmc-test-automation/lib/
H A Dcmd.tcl8 proc cmd_fnc { cmd_buf { quiet {} } { test_mode {} } { print_output {} }\
49 set_var_default test_mode 0
55 qpissuing $cmd_buf $test_mode
57 if { $test_mode } { return [list 0 ""] }
103 set_var_default test_mode [get_stack_var test_mode 0 2]
116 set args [lreplace $args 2 2 $test_mode]
H A Dgen_robot_keyword.py11 def run_key(keyword_buf, quiet=None, test_mode=None, ignore=0): argument
43 test_mode = int(gp.get_var_value(test_mode, 0))
54 gp.pissuing(keyword_buf, test_mode)
56 if test_mode:
87 return run_key(keyword_buf, test_mode=0, quiet=quiet, ignore=ignore)
H A Dbmc_ssh_utils.py21 test_mode=None, argument
90 test_mode,
102 test_mode=None, argument
163 test_mode,
175 test_mode=None, argument
234 test_mode,
238 def device_write(cmd_buf, print_out=0, quiet=None, test_mode=None): argument
298 test_mode=test_mode,
H A Dgen_cmd.py32 test_mode=None, argument
61 test_mode = int(gm.global_default(test_mode, 0))
64 gp.print_vars(cmd_buf, quiet, test_mode, debug)
71 gp.pissuing(cmd_buf, test_mode)
73 if test_mode:
155 test_mode=0,
282 test_mode=0, argument
354 gp.qprint_issuing(command_string, test_mode)
355 if test_mode:
473 test_mode = int(gp.get_stack_var("test_mode", 0))
[all …]
H A Dtools.exp198 { test_mode {} } { show_err {} } { ignore_err {} } {trim_cr_lf 1}} {
225 set_var_default test_mode 0
233 qprintn ; qprint_issuing ${command_string} ${test_mode}
235 if { $test_mode } {
H A Dgen_robot_ssh.py161 test_mode=None, argument
204 test_mode = int(gp.get_var_value(test_mode, 0))
207 gp.pissuing(cmd_buf, test_mode)
208 gp.lpissuing(cmd_buf, test_mode)
210 if test_mode:
H A Dgen_arg.py181 __builtin__.test_mode = 0
194 __builtin__.test_mode = arg_obj.test_mode
235 __builtin__.test_mode = var_value
H A Dgen_call_robot.py415 test_mode=0, argument
513 gp.qpissuing(robot_cmd_buf, test_mode)
514 if test_mode:
H A Dprint.tcl667 proc sprint_issuing { { cmd_buf "" } { test_mode 0 } } {
687 if { $test_mode } {
/openbmc/u-boot/drivers/i2c/
H A Dsandbox_i2c.c17 bool test_mode; member
40 void sandbox_i2c_set_test_mode(struct udevice *bus, bool test_mode) in sandbox_i2c_set_test_mode() argument
44 priv->test_mode = test_mode; in sandbox_i2c_set_test_mode()
58 if (priv->test_mode && msg->addr == SANDBOX_I2C_TEST_ADDR) in sandbox_i2c_xfer()
69 if (priv->test_mode) { in sandbox_i2c_xfer()
/openbmc/openbmc-test-automation/extended/
H A Drun_keyword.py45 def my_run_keywords(lib_file_path, keyword_string, quiet=0, test_mode=0): argument
113 gp.print_issuing(cmd_buf, test_mode)
114 if test_mode:
136 test_mode = int(BuiltIn().get_variable_value("${test_mode}"))
138 my_run_keywords(lib_file_path, keyword_string, quiet, test_mode)
H A Drun_keyword.robot13 # test_mode This means that this program should go through all the
41 @{parm_list} keyword_string lib_file_path test_mode quiet
47 ${test_mode} 0 variable
H A Dobmc_boot_test_resource.robot23 ... call_post_stack_plug do_pre_boot_plug_in_setup boot_table_path test_mode quiet debug
77 ${test_mode} 0 variable
/openbmc/u-boot/drivers/misc/
H A Di2c_eeprom_emul.c22 enum sandbox_i2c_eeprom_test_mode test_mode; member
37 plat->test_mode = mode; in sandbox_i2c_eeprom_set_test_mode()
73 if (plat->test_mode == SIE_TEST_MODE_SINGLE_BYTE) in sandbox_i2c_eeprom_xfer()
87 if (plat->test_mode == SIE_TEST_MODE_SINGLE_BYTE) in sandbox_i2c_eeprom_xfer()
121 plat->test_mode = SIE_TEST_MODE_NONE; in sandbox_i2c_eeprom_ofdata_to_platdata()
/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/
H A Dcp_cleanup44 ("test_mode", get_plug_default("test_mode", 0)),
110 test_mode,
H A Dcp_setup44 ("test_mode", get_plug_default("test_mode", 0)),
110 test_mode,
H A Dcp_pre_boot44 ("test_mode", get_plug_default("test_mode", 0)),
110 test_mode,
H A Dcp_post_reboot44 ("test_mode", get_plug_default("test_mode", 0)),
110 test_mode,
H A Dcp_master110 test_mode,
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dtest.h49 void sandbox_i2c_set_test_mode(struct udevice *bus, bool test_mode);
/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/
H A Dcp_post_boot137 test_mode,
/openbmc/openbmc-test-automation/bin/
H A Dprop_call.py152 if not test_mode:
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmactest.c108 switch (p_eng->arg.test_mode) { in Print_Header()
403 switch (p_eng->arg.test_mode) { in check_test_mode()
422 switch (p_eng->arg.test_mode) { in check_test_mode()
831 (p_eng->arg.test_mode == 0)) in setup_running()
1002 p_eng->arg.test_mode = DEF_GTESTMODE; in init_mac_engine()
1121 p_eng->arg.test_mode = simple_strtol(argv[6], NULL, 16); in parse_arg_dedicated()
1122 printf("test mode = %d\n", p_eng->arg.test_mode); in parse_arg_dedicated()
1153 p_eng->arg.test_mode = simple_strtol(argv[4], NULL, 16); in parse_arg_ncsi()
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/
H A Dcp_stop_check138 test_mode,
/openbmc/u-boot/drivers/usb/gadget/
H A Datmel_usba_udc.c624 int test_mode; in do_test_mode() local
626 test_mode = udc->test_mode; in do_test_mode()
631 switch (test_mode) { in do_test_mode()
684 DBG(DBG_ERR, "Invalid test mode: 0x%04x\n", test_mode); in do_test_mode()
786 udc->test_mode = le16_to_cpu(crq->wIndex); in handle_ep0_setup()

12