Searched refs:wait_for_echo (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_efi_loader.py | 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)
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | u_boot_console_base.py | 141 def run_command(self, cmd, wait_for_echo=True, send_nl=True, argument 193 if not wait_for_echo: 252 self.run_command(chr(3), wait_for_echo=False, send_nl=False)
|