Searched refs:wait_for_prompt (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/test/py/tests/ |
H A D | test_efi_selftest.py | 18 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 D | test_efi_loader.py | 181 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 D | test_sandbox_exit.py | 13 u_boot_console.run_command('reset', wait_for_prompt=False)
|
H A D | test_ums.py | 139 u_boot_console.run_command(cmd, wait_for_prompt=False)
|
H A D | test_dfu.py | 165 u_boot_console.run_command(cmd, wait_for_prompt=False)
|
/openbmc/u-boot/test/py/ |
H A D | u_boot_console_base.py | 141 wait_for_prompt=True): argument 201 if not wait_for_prompt:
|