Lines Matching refs:output
29 output = u_boot_console.run_command_list([
35 assert 'Failed to set EFI variable' not in ''.join(output)
37 output = u_boot_console.run_command_list([
41 assert '\'HELLO\' failed' in ''.join(output)
42 output = u_boot_console.run_command_list([
45 assert 'efi_start_image() returned: 26' in ''.join(output)
46 assert 'Hello, world!' not in ''.join(output)
56 output = u_boot_console.run_command_list([
64 assert 'Failed to set EFI variable' not in ''.join(output)
66 output = u_boot_console.run_command_list([
70 assert 'Hello, world!' in ''.join(output)
80 output = u_boot_console.run_command_list([
88 assert 'Failed to set EFI variable' not in ''.join(output)
90 output = u_boot_console.run_command_list([
94 assert '\'HELLO\' failed' in ''.join(output)
95 output = u_boot_console.run_command_list([
98 assert 'efi_start_image() returned: 26' in ''.join(output)
99 assert 'Hello, world!' not in ''.join(output)
103 output = u_boot_console.run_command_list([
106 assert 'Failed to set EFI variable' not in ''.join(output)
108 output = u_boot_console.run_command_list([
112 assert '\'HELLO\' failed' in ''.join(output)
113 output = u_boot_console.run_command_list([
116 assert 'efi_start_image() returned: 26' in ''.join(output)
117 assert 'Hello, world!' not in ''.join(output)