Lines Matching refs:output

28             output = u_boot_console.run_command_list([
31 assert '00000000: 00' in ''.join(output)
33 output = u_boot_console.run_command(
35 assert '00000000: 01' in output
39 output = u_boot_console.run_command_list([
42 assert 'Failed to set EFI variable' in ''.join(output)
46 output = u_boot_console.run_command_list([
50 assert 'PK:' in ''.join(output)
52 output = u_boot_console.run_command(
54 assert '00000000: 01' in output
55 output = u_boot_console.run_command(
57 assert '00000000: 00' in output
61 output = u_boot_console.run_command_list([
64 assert 'Failed to set EFI variable' in ''.join(output)
66 output = u_boot_console.run_command_list([
69 assert 'Failed to set EFI variable' in ''.join(output)
73 output = u_boot_console.run_command_list([
76 assert 'Failed to set EFI variable' in ''.join(output)
78 output = u_boot_console.run_command_list([
82 assert 'KEK:' in ''.join(output)
84 output = u_boot_console.run_command(
86 assert '00000000: 01' in output
90 output = u_boot_console.run_command_list([
93 assert 'Failed to set EFI variable' in ''.join(output)
95 output = u_boot_console.run_command_list([
99 assert 'Failed to set EFI variable' not in ''.join(output)
100 assert 'db:' in ''.join(output)
102 output = u_boot_console.run_command(
104 assert '00000000: 01' in output
108 output = u_boot_console.run_command_list([
111 assert 'Failed to set EFI variable' in ''.join(output)
113 output = u_boot_console.run_command_list([
117 assert 'Failed to set EFI variable' not in ''.join(output)
118 assert 'dbx:' in ''.join(output)
120 output = u_boot_console.run_command(
122 assert '00000000: 01' in output
132 output = u_boot_console.run_command_list([
141 assert 'Failed to set EFI variable' not in ''.join(output)
142 assert 'db:' in ''.join(output)
144 output = u_boot_console.run_command_list([
147 assert 'Failed to set EFI variable' in ''.join(output)
151 output = u_boot_console.run_command_list([
154 assert 'Failed to set EFI variable' in ''.join(output)
158 output = u_boot_console.run_command_list([
162 assert 'Failed to set EFI variable' not in ''.join(output)
163 assert 'db:' in ''.join(output)
173 output = u_boot_console.run_command_list([
182 assert 'Failed to set EFI variable' not in ''.join(output)
183 assert 'db:' in ''.join(output)
185 output = u_boot_console.run_command_list([
188 assert 'Failed to set EFI variable' in ''.join(output)
192 output = u_boot_console.run_command_list([
195 assert 'Failed to set EFI variable' in ''.join(output)
199 output = u_boot_console.run_command_list([
203 assert 'Failed to set EFI variable' not in ''.join(output)
204 assert 'db:' in ''.join(output)
214 output = u_boot_console.run_command_list([
223 assert 'Failed to set EFI variable' not in ''.join(output)
224 assert 'db:' in ''.join(output)
226 output = u_boot_console.run_command_list([
229 assert 'Failed to set EFI variable' in ''.join(output)
230 assert 'db:' in ''.join(output)
234 output = u_boot_console.run_command_list([
237 assert 'Failed to set EFI variable' in ''.join(output)
238 assert 'db:' in ''.join(output)
248 output = u_boot_console.run_command_list([
257 assert 'Failed to set EFI variable' not in ''.join(output)
258 assert 'PK:' in ''.join(output)
260 output = u_boot_console.run_command_list([
264 assert 'Failed to set EFI variable' in ''.join(output)
265 assert 'PK:' in ''.join(output)
269 output = u_boot_console.run_command_list([
273 assert 'Failed to set EFI variable' not in ''.join(output)
274 assert '\"PK\" not defined' in ''.join(output)
276 output = u_boot_console.run_command(
278 assert '00000000: 00' in output
279 output = u_boot_console.run_command(
281 assert '00000000: 01' in output