Searched refs:send_nl (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/test/py/tests/ |
H A D | test_efi_selftest.py | 72 send_nl=False, wait_for_prompt=False) 80 send_nl=False, wait_for_prompt=False) 88 send_nl=False, wait_for_prompt=False) 104 send_nl=False, wait_for_prompt=False) 112 send_nl=False, wait_for_prompt=False) 142 send_nl=False, wait_for_prompt=False) 150 send_nl=False, wait_for_prompt=False) 158 send_nl=False, wait_for_prompt=False) 174 send_nl=False, wait_for_prompt=False) 182 send_nl=False, wait_for_prompt=False) [all …]
|
/openbmc/u-boot/test/py/ |
H A D | u_boot_console_base.py | 140 def run_command(self, cmd, wait_for_echo=True, send_nl=True, argument 185 if send_nl: 251 self.run_command(chr(3), wait_for_echo=False, send_nl=False)
|