Home
last modified time | relevance | path

Searched refs:wait_for_echo (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_efi_loader.py186 … 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 Du_boot_console_base.py141 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)