Lines Matching refs:run_command

17     ubman.run_command(cmd='setenv efi_selftest')
18 ubman.run_command(cmd='bootefi selftest', wait_for_prompt=False)
34 ubman.run_command(cmd='setenv efi_selftest list')
35 output = ubman.run_command('bootefi selftest')
37 ubman.run_command(cmd='setenv efi_selftest device tree')
39 ubman.run_command(cmd='setenv efi_test "${serial#}x"')
40 ubman.run_command(cmd='test "${efi_test}" = x && setenv serial# 0')
41 ubman.run_command(cmd='bootefi selftest ${fdtcontroladdr}', wait_for_prompt=False)
54 ubman.run_command(cmd='setenv efi_selftest list')
55 output = ubman.run_command('bootefi selftest')
57 ubman.run_command(cmd='setenv efi_selftest watchdog reboot')
58 ubman.run_command(cmd='bootefi selftest', wait_for_prompt=False)
61 ubman.run_command(cmd='', send_nl=False, wait_for_reboot=True)
71 ubman.run_command(cmd='setenv efi_selftest text input')
72 ubman.run_command(cmd='bootefi selftest', wait_for_prompt=False)
77 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,
107 ubman.run_command(cmd=b'\xe2\x82\xac'.decode(), wait_for_echo=False,
112 ubman.run_command(cmd='x', wait_for_echo=False, send_nl=False,
126 ubman.run_command(cmd='setenv efi_selftest extended text input')
127 ubman.run_command(cmd='bootefi selftest', wait_for_prompt=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,
156 ubman.run_command(cmd=chr(27) + '[A', wait_for_echo=False,
162 ubman.run_command(cmd=b'\xe2\x82\xac'.decode(), wait_for_echo=False,
168 ubman.run_command(cmd=b'\x1b\x5b\x31\x35\x3b\x34\x7e'.decode(),
174 ubman.run_command(cmd=chr(24), wait_for_echo=False, send_nl=False,
191 ubman.run_command(cmd='setenv efi_selftest list')
192 output = ubman.run_command('bootefi selftest')
194 ubman.run_command(cmd='setenv efi_selftest tcg2')
195 ubman.run_command(cmd='bootefi selftest', wait_for_prompt=False)