Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_efi_loader.py180 u_boot_console.run_command('bootefi %x' % addr, wait_for_prompt=False)
186 … output = u_boot_console.run_command('lsefisystab', wait_for_prompt=False, wait_for_echo=False)
191 output = u_boot_console.run_command('exit', wait_for_prompt=False, wait_for_echo=False)
H A Dtest_sandbox_exit.py14 u_boot_console.run_command('reset', wait_for_prompt=False)
H A Dtest_ums.py140 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)
/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_console_base.py142 wait_for_prompt=True): argument
202 if not wait_for_prompt: