Home
last modified time | relevance | path

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

1234

/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.py413 test_mode=0, argument
511 gp.qpissuing(robot_cmd_buf, test_mode)
512 if test_mode:
/openbmc/linux/tools/testing/selftests/ftrace/test.d/preemptirq/
H A Dirqsoff_tracer.tc36 modprobe $MOD test_mode=preempt delay=500000 || fail
38 modprobe $MOD test_mode=preempt delay=500000 || fail
40 modprobe $MOD test_mode=preempt delay=500000 || fail
59 modprobe $MOD test_mode=irq delay=500000 || fail
61 modprobe $MOD test_mode=irq delay=500000 || fail
63 modprobe $MOD test_mode=irq delay=500000 || fail
/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/linux/kernel/trace/
H A Dpreemptirq_delay_test.c22 static char test_mode[12] = "irq"; variable
27 module_param_string(test_mode, test_mode, 12, 0444);
31 MODULE_PARM_DESC(test_mode, "Mode of the test such as preempt, irq, or alternate (default irq)");
70 if (!strcmp(test_mode, "irq")) in execute_preemptirqtest()
72 else if (!strcmp(test_mode, "preempt")) in execute_preemptirqtest()
74 else if (!strcmp(test_mode, "alternate")) { in execute_preemptirqtest()
154 snprintf(task_name, sizeof(task_name), "%s_test", test_mode); in preemptirq_run_test()
/openbmc/linux/tools/testing/selftests/clone3/
H A Dclone3.c23 enum test_mode { enum
32 static int call_clone3(uint64_t flags, size_t size, enum test_mode test_mode) in call_clone3() argument
54 switch (test_mode) { in call_clone3()
107 enum test_mode test_mode) in test_clone3() argument
114 ret = call_clone3(flags, size, test_mode); in test_clone3()
/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/linux/tools/testing/vsock/
H A Dutil.h9 enum test_mode { enum
17 enum test_mode mode;
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h62 enum test_mode { enum
156 enum test_mode mode;
190 enum test_mode mode;
/openbmc/linux/drivers/usb/host/
H A Dxhci-hub.c710 u16 test_mode, u16 wIndex) in xhci_port_set_test_mode() argument
718 temp |= test_mode << PORT_TEST_MODE_SHIFT; in xhci_port_set_test_mode()
720 xhci->test_mode = test_mode; in xhci_port_set_test_mode()
721 if (test_mode == USB_TEST_FORCE_ENABLE) in xhci_port_set_test_mode()
763 test_mode, wIndex + 1); in xhci_enter_test_mode()
772 if (!xhci->test_mode) { in xhci_exit_test_mode()
783 xhci->test_mode = 0; in xhci_exit_test_mode()
1210 u16 test_mode = 0; in xhci_hub_control() local
1295 test_mode = (wIndex & 0xff00) >> 8; in xhci_hub_control()
1537 if (test_mode > USB_TEST_FORCE_ENABLE || in xhci_hub_control()
[all …]
/openbmc/linux/drivers/usb/gadget/udc/
H A Dmv_udc.h201 unsigned int test_mode; member
244 unsigned int test_mode; member
/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/Auto_reboot/
H A Dcp_master103 test_mode,
H A Dcp_cleanup103 test_mode,
H A Dcp_setup103 test_mode,
H A Dcp_post_reboot103 test_mode,

1234