Home
last modified time | relevance | path

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

/test/py/tests/
A Dtest_eficonfig.py60 wait_for_echo=True, send_nl=False)
62 wait_for_echo=False, send_nl=False)
71 wait_for_echo=False, send_nl=False)
75 wait_for_echo=False, send_nl=False)
90 wait_for_echo=False, send_nl=False)
195 response = ubman.run_command(cmd = 'load', wait_for_echo=False)
197 ubman.run_command(cmd = 'exit', wait_for_echo=False)
255 response = ubman.run_command(cmd = 'load', wait_for_echo=False)
257 ubman.run_command(cmd = 'exit', wait_for_echo=False)
283 ubman.run_command(cmd = 'exit', wait_for_echo=False)
[all …]
A Dtest_efi_selftest.py77 ubman.run_command(cmd=chr(4), wait_for_echo=False,
83 ubman.run_command(cmd=chr(8), wait_for_echo=False,
89 ubman.run_command(cmd=chr(9), wait_for_echo=False,
95 ubman.run_command(cmd='a', wait_for_echo=False, send_nl=False,
101 ubman.run_command(cmd=chr(27) + '[A', wait_for_echo=False,
112 ubman.run_command(cmd='x', wait_for_echo=False, send_nl=False,
132 ubman.run_command(cmd=chr(4), wait_for_echo=False,
138 ubman.run_command(cmd=chr(8), wait_for_echo=False,
144 ubman.run_command(cmd=chr(9), wait_for_echo=False,
150 ubman.run_command(cmd='a', wait_for_echo=False, send_nl=False,
[all …]
A Dtest_bootmenu.py23 response = ubman.run_command(cmd='\x0d', wait_for_echo=False, send_nl=False)
28 response = ubman.run_command(cmd='\x1b\x5b\x41\x0d', wait_for_echo=False,
34 response = ubman.run_command(cmd='\x1b\x5b\x42\x0d', wait_for_echo=False,
40 response = ubman.run_command(cmd='\x1b', wait_for_echo=False, send_nl=False)
A Dtest_efi_bootmgr.py48 response = ubman.run_command(cmd = 'load', wait_for_echo=False)
50 ubman.run_command(cmd = 'exit', wait_for_echo=False)
58 response = ubman.run_command(cmd = 'load', wait_for_echo=False)
60 ubman.run_command(cmd = 'exit', wait_for_echo=False)
A Dtest_efi_loader.py233 ubman.run_command('lsefisystab', wait_for_prompt=False, wait_for_echo=False)
238 ubman.run_command('exit', wait_for_prompt=False, wait_for_echo=False)
A Dtest_efi_fit.py512 response = ubman.run_command(cmd = 'dump', wait_for_echo=False)
515 response = ubman.run_command('load', wait_for_echo=False)
A Dtest_net.py173 chr(3), wait_for_echo=False, send_nl=False
/test/py/
A Dconsole_base.py259 def run_command(self, cmd, wait_for_echo=True, send_nl=True, argument
320 if not wait_for_echo:
375 self.run_command(msg, wait_for_prompt=False, wait_for_echo=False,

Completed in 13 milliseconds