Searched refs:wait_for (Results 1 – 4 of 4) sorted by relevance
185 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')
141 u_boot_console.wait_for(re.compile('UMS: LUN.*[\r\n]'))
217 u_boot_console.wait_for('Ctrl+C to exit ...')
254 def wait_for(self, text): member in ConsoleBase