Home
last modified time | relevance | path

Searched refs:wait_for_prompt (Results 1 – 9 of 9) sorted by relevance

/u-boot/test/py/tests/
A Dtest_efi_selftest.py78 send_nl=False, wait_for_prompt=False)
84 send_nl=False, wait_for_prompt=False)
90 send_nl=False, wait_for_prompt=False)
96 wait_for_prompt=False)
102 send_nl=False, wait_for_prompt=False)
108 send_nl=False, wait_for_prompt=False)
113 wait_for_prompt=False)
133 send_nl=False, wait_for_prompt=False)
151 wait_for_prompt=False)
170 wait_for_prompt=False)
[all …]
A Dtest_bootmenu.py19 u_boot_console.run_command('bootmenu 2', wait_for_prompt=False)
25 u_boot_console.run_command('bootmenu 2', wait_for_prompt=False)
31 u_boot_console.run_command('bootmenu 2', wait_for_prompt=False)
37 u_boot_console.run_command('bootmenu 2; echo rc:$?', wait_for_prompt=False)
A Dtest_sandbox_exit.py13 u_boot_console.run_command('poweroff', wait_for_prompt=False)
29 u_boot_console.run_command('exception undefined', wait_for_prompt=False)
44 u_boot_console.run_command('exception undefined', wait_for_prompt=False)
A Dtest_efi_loader.py190 u_boot_console.run_command('bootefi %x' % addr, wait_for_prompt=False)
196 u_boot_console.run_command('lsefisystab', wait_for_prompt=False, wait_for_echo=False)
201 u_boot_console.run_command('exit', wait_for_prompt=False, wait_for_echo=False)
A Dtest_stackprotector.py12 u_boot_console.run_command('stackprot_test',wait_for_prompt=False)
A Dtest_ums.py139 u_boot_console.run_command(cmd, wait_for_prompt=False)
A Dtest_dfu.py165 u_boot_console.run_command(cmd, wait_for_prompt=False)
/u-boot/test/py/tests/test_eficonfig/
A Dtest_eficonfig.py15 u_boot_console.run_command(cmd=user_str, wait_for_prompt=False,
17 u_boot_console.run_command(cmd='\x0d', wait_for_prompt=False,
34 u_boot_console.run_command(cmd='\x0d', wait_for_prompt=False,
78 u_boot_console.run_command('eficonfig', wait_for_prompt=False)
99 u_boot_console.run_command('eficonfig', wait_for_prompt=False)
106 u_boot_console.run_command(cmd=' ', wait_for_prompt=False,
163 u_boot_console.run_command('eficonfig', wait_for_prompt=False)
204 u_boot_console.run_command(cmd='+', wait_for_prompt=False,
223 u_boot_console.run_command('eficonfig', wait_for_prompt=False)
231 u_boot_console.run_command(cmd='-', wait_for_prompt=False,
[all …]
/u-boot/test/py/
A Du_boot_console_base.py198 wait_for_prompt=True, wait_for_reboot=False): argument
261 if not wait_for_prompt:

Completed in 15 milliseconds