Lines Matching refs:output
83 output = u_boot_console.run_command('dhcp')
84 assert 'DHCP client bound to address ' in output
125 output = u_boot_console.run_command('tftpboot %x %s' % (addr, fn))
130 assert expected_text in output
139 output = u_boot_console.run_command('crc32 %x $filesize' % addr)
140 assert expected_crc in output
154 output = u_boot_console.run_command('bootefi %x' % addr)
156 assert expected_text in output
166 output = u_boot_console.run_command('bootefi hello')
168 assert expected_text in output
186 … output = u_boot_console.run_command('lsefisystab', wait_for_prompt=False, wait_for_echo=False)
191 output = u_boot_console.run_command('exit', wait_for_prompt=False, wait_for_echo=False)