Lines Matching refs:output

29             output = u_boot_console.run_command_list([
34 assert 'Hello, world!' in ''.join(output)
38 output = u_boot_console.run_command_list([
42 assert 'Hello, world!' in ''.join(output)
53 output = u_boot_console.run_command_list([
59 assert 'Failed to set EFI variable' not in ''.join(output)
60 output = u_boot_console.run_command_list([
64 assert('\'HELLO1\' failed' in ''.join(output))
65 assert('efi_start_image() returned: 26' in ''.join(output))
66 output = u_boot_console.run_command_list([
70 assert '\'HELLO2\' failed' in ''.join(output)
71 assert 'efi_start_image() returned: 26' in ''.join(output)
75 output = u_boot_console.run_command_list([
78 assert 'Failed to set EFI variable' not in ''.join(output)
79 output = u_boot_console.run_command_list([
82 assert '\'HELLO2\' failed' in ''.join(output)
83 assert 'efi_start_image() returned: 26' in ''.join(output)
84 output = u_boot_console.run_command_list([
87 assert 'Hello, world!' in ''.join(output)
97 output = u_boot_console.run_command_list([
105 assert 'Failed to set EFI variable' not in ''.join(output)
106 output = u_boot_console.run_command_list([
110 assert '\'HELLO\' failed' in ''.join(output)
111 assert 'efi_start_image() returned: 26' in ''.join(output)
115 output = u_boot_console.run_command_list([
118 assert 'Failed to set EFI variable' not in ''.join(output)
119 output = u_boot_console.run_command_list([
122 assert '\'HELLO\' failed' in ''.join(output)
123 assert 'efi_start_image() returned: 26' in ''.join(output)
133 output = u_boot_console.run_command_list([
143 assert 'Failed to set EFI variable' not in ''.join(output)
144 output = u_boot_console.run_command_list([
148 assert '\'HELLO\' failed' in ''.join(output)
149 assert 'efi_start_image() returned: 26' in ''.join(output)
162 output = u_boot_console.run_command_list([
170 assert 'Failed to set EFI variable' not in ''.join(output)
171 output = u_boot_console.run_command_list([
175 assert 'Hello, world!' in ''.join(output)
179 output = u_boot_console.run_command_list([
182 assert 'Failed to set EFI variable' not in ''.join(output)
183 output = u_boot_console.run_command_list([
186 assert 'Hello, world!' in ''.join(output)
191 output = u_boot_console.run_command_list([
194 assert 'Failed to set EFI variable' not in ''.join(output)
195 output = u_boot_console.run_command_list([
198 assert 'Hello, world!' in ''.join(output)
202 output = u_boot_console.run_command_list([
205 assert 'Failed to set EFI variable' not in ''.join(output)
206 output = u_boot_console.run_command_list([
209 assert '\'HELLO\' failed' in ''.join(output)
210 assert 'efi_start_image() returned: 26' in ''.join(output)
220 output = u_boot_console.run_command_list([
228 assert 'Failed to set EFI variable' not in ''.join(output)
229 output = u_boot_console.run_command_list([
233 assert 'Hello, world!' in ''.join(output)
237 output = u_boot_console.run_command_list([
240 assert 'Failed to set EFI variable' not in ''.join(output)
241 output = u_boot_console.run_command_list([
244 assert '\'HELLO\' failed' in ''.join(output)
245 assert 'efi_start_image() returned: 26' in ''.join(output)
249 output = u_boot_console.run_command_list([
254 assert 'Failed to set EFI variable' not in ''.join(output)
255 output = u_boot_console.run_command_list([
258 assert '\'HELLO\' failed' in ''.join(output)
259 assert 'efi_start_image() returned: 26' in ''.join(output)