Home
last modified time | relevance | path

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

/openbmc/u-boot/test/py/tests/
H A Dtest_efi_selftest.py18 u_boot_console.run_command(cmd='bootefi selftest ${fdtcontroladdr}', wait_for_prompt=False)
22 u_boot_console.run_command(cmd='', wait_for_echo=False, wait_for_prompt=False);
36 u_boot_console.run_command(cmd='bootefi selftest ${fdtcontroladdr}', wait_for_prompt=False)
48 u_boot_console.run_command(cmd='bootefi selftest', wait_for_prompt=False)
64 wait_for_prompt=False)
72 send_nl=False, wait_for_prompt=False)
80 send_nl=False, wait_for_prompt=False)
88 send_nl=False, wait_for_prompt=False)
96 wait_for_prompt=False)
104 send_nl=False, wait_for_prompt=False)
[all …]
H A Dtest_efi_loader.py181 u_boot_console.run_command('bootefi %x' % addr, wait_for_prompt=False)
187 … output = u_boot_console.run_command('lsefisystab', wait_for_prompt=False, wait_for_echo=False)
192 output = u_boot_console.run_command('exit', wait_for_prompt=False, wait_for_echo=False)
H A Dtest_sandbox_exit.py13 u_boot_console.run_command('reset', wait_for_prompt=False)
H A Dtest_ums.py139 u_boot_console.run_command(cmd, wait_for_prompt=False)
H A Dtest_dfu.py165 u_boot_console.run_command(cmd, wait_for_prompt=False)
/openbmc/u-boot/test/py/
H A Du_boot_console_base.py141 wait_for_prompt=True): argument
201 if not wait_for_prompt: