Searched refs:send_nl (Results 1 – 2 of 2) sorted by relevance
/u-boot/test/py/tests/ |
A D | test_efi_selftest.py | 85 send_nl=False, wait_for_prompt=False) 93 send_nl=False, wait_for_prompt=False) 101 send_nl=False, wait_for_prompt=False) 117 send_nl=False, wait_for_prompt=False) 125 send_nl=False, wait_for_prompt=False) 155 send_nl=False, wait_for_prompt=False) 163 send_nl=False, wait_for_prompt=False) 171 send_nl=False, wait_for_prompt=False) 187 send_nl=False, wait_for_prompt=False) 195 send_nl=False, wait_for_prompt=False) [all …]
|
/u-boot/test/py/ |
A D | u_boot_console_base.py | 142 def run_command(self, cmd, wait_for_echo=True, send_nl=True, argument 187 if send_nl: 253 self.run_command(chr(3), wait_for_echo=False, send_nl=False)
|
Completed in 3 milliseconds