Lines Matching refs:output
91 output = u_boot_console.run_command('dhcp')
92 assert 'DHCP client bound to address ' in output
127 output = u_boot_console.run_command('ping $serverip')
128 assert 'is alive' in output
153 output = u_boot_console.run_command('tftpboot %x %s' % (addr, fn))
158 assert expected_text in output
167 output = u_boot_console.run_command('crc32 %x $filesize' % addr)
168 assert expected_crc in output
193 output = u_boot_console.run_command('nfs %x %s' % (addr, fn))
198 assert expected_text in output
207 output = u_boot_console.run_command('crc32 %x $filesize' % addr)
208 assert expected_crc in output