Home
last modified time | relevance | path

Searched refs:wait_for (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_efi_loader.py185 u_boot_console.wait_for('grub>')
187 u_boot_console.wait_for('SMBIOS')
190 u_boot_console.wait_for('grub>')
192 u_boot_console.wait_for('r = 0')
H A Dtest_ums.py141 u_boot_console.wait_for(re.compile('UMS: LUN.*[\r\n]'))
H A Dtest_dfu.py217 u_boot_console.wait_for('Ctrl+C to exit ...')
/rk3399_rockchip-uboot/test/py/
H A Du_boot_console_base.py254 def wait_for(self, text): member in ConsoleBase