Lines Matching refs:output
24 output = u_boot_console.run_command_list([
28 assert('' == ''.join(output))
30 output = u_boot_console.run_command(
32 assert(not 'file1' in output)
33 assert('file2' in output)
42 output = u_boot_console.run_command('host bind 0 %s' % fs_img)
45 output = u_boot_console.run_command_list([
48 assert('' == ''.join(output))
50 output = u_boot_console.run_command(
52 assert('0 file(s), 2 dir(s)' in output)
61 output = u_boot_console.run_command_list([
64 assert('nofile: doesn\'t exist' in ''.join(output))
73 output = u_boot_console.run_command_list([
76 assert('' == ''.join(output))
78 output = u_boot_console.run_command(
80 assert(not 'dir4' in output)
90 output = u_boot_console.run_command_list([
93 assert('directory is not empty' in ''.join(output))
102 output = u_boot_console.run_command_list([
105 assert('directory is not empty' in ''.join(output))
114 output = u_boot_console.run_command_list([
117 assert('directory is not empty' in ''.join(output))