Revert "test: stabilize test_efi_secboot"
This reverts commit 5827c25458
.
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
f7a963c6af
commit
dc2b473447
@ -133,7 +133,7 @@ class TestEfiAuthVar(object):
|
|||||||
output = u_boot_console.run_command_list([
|
output = u_boot_console.run_command_list([
|
||||||
'host bind 0 %s' % disk_img,
|
'host bind 0 %s' % disk_img,
|
||||||
'fatload host 0:1 4000000 PK.auth',
|
'fatload host 0:1 4000000 PK.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize PK; echo',
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize PK',
|
||||||
'fatload host 0:1 4000000 KEK.auth',
|
'fatload host 0:1 4000000 KEK.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK',
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK',
|
||||||
'fatload host 0:1 4000000 db.auth',
|
'fatload host 0:1 4000000 db.auth',
|
||||||
@ -174,7 +174,7 @@ class TestEfiAuthVar(object):
|
|||||||
output = u_boot_console.run_command_list([
|
output = u_boot_console.run_command_list([
|
||||||
'host bind 0 %s' % disk_img,
|
'host bind 0 %s' % disk_img,
|
||||||
'fatload host 0:1 4000000 PK.auth',
|
'fatload host 0:1 4000000 PK.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize PK; echo',
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize PK',
|
||||||
'fatload host 0:1 4000000 KEK.auth',
|
'fatload host 0:1 4000000 KEK.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK',
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK',
|
||||||
'fatload host 0:1 4000000 db.auth',
|
'fatload host 0:1 4000000 db.auth',
|
||||||
@ -215,7 +215,7 @@ class TestEfiAuthVar(object):
|
|||||||
output = u_boot_console.run_command_list([
|
output = u_boot_console.run_command_list([
|
||||||
'host bind 0 %s' % disk_img,
|
'host bind 0 %s' % disk_img,
|
||||||
'fatload host 0:1 4000000 PK.auth',
|
'fatload host 0:1 4000000 PK.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize PK; echo',
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize PK',
|
||||||
'fatload host 0:1 4000000 KEK.auth',
|
'fatload host 0:1 4000000 KEK.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK',
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK',
|
||||||
'fatload host 0:1 4000000 db.auth',
|
'fatload host 0:1 4000000 db.auth',
|
||||||
@ -249,7 +249,7 @@ class TestEfiAuthVar(object):
|
|||||||
output = u_boot_console.run_command_list([
|
output = u_boot_console.run_command_list([
|
||||||
'host bind 0 %s' % disk_img,
|
'host bind 0 %s' % disk_img,
|
||||||
'fatload host 0:1 4000000 PK.auth',
|
'fatload host 0:1 4000000 PK.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize PK; echo',
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize PK',
|
||||||
'fatload host 0:1 4000000 KEK.auth',
|
'fatload host 0:1 4000000 KEK.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK',
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK',
|
||||||
'fatload host 0:1 4000000 db.auth',
|
'fatload host 0:1 4000000 db.auth',
|
||||||
|
@ -29,7 +29,7 @@ class TestEfiSignedImage(object):
|
|||||||
# Test Case 1a, run signed image if no db/dbx
|
# Test Case 1a, run signed image if no db/dbx
|
||||||
output = u_boot_console.run_command_list([
|
output = u_boot_console.run_command_list([
|
||||||
'host bind 0 %s' % disk_img,
|
'host bind 0 %s' % disk_img,
|
||||||
'efidebug boot add 1 HELLO1 host 0:1 /helloworld.efi.signed ""; echo',
|
'efidebug boot add 1 HELLO1 host 0:1 /helloworld.efi.signed ""',
|
||||||
'efidebug boot next 1',
|
'efidebug boot next 1',
|
||||||
'bootefi bootmgr'])
|
'bootefi bootmgr'])
|
||||||
assert(re.search('Hello, world!', ''.join(output)))
|
assert(re.search('Hello, world!', ''.join(output)))
|
||||||
@ -81,7 +81,7 @@ class TestEfiSignedImage(object):
|
|||||||
output = u_boot_console.run_command_list([
|
output = u_boot_console.run_command_list([
|
||||||
'host bind 0 %s' % disk_img,
|
'host bind 0 %s' % disk_img,
|
||||||
'fatload host 0:1 4000000 db.auth',
|
'fatload host 0:1 4000000 db.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize dbx; echo',
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize dbx',
|
||||||
'fatload host 0:1 4000000 KEK.auth',
|
'fatload host 0:1 4000000 KEK.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK',
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK',
|
||||||
'fatload host 0:1 4000000 PK.auth',
|
'fatload host 0:1 4000000 PK.auth',
|
||||||
|
@ -30,7 +30,7 @@ class TestEfiUnsignedImage(object):
|
|||||||
output = u_boot_console.run_command_list([
|
output = u_boot_console.run_command_list([
|
||||||
'host bind 0 %s' % disk_img,
|
'host bind 0 %s' % disk_img,
|
||||||
'fatload host 0:1 4000000 KEK.auth',
|
'fatload host 0:1 4000000 KEK.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK; echo',
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK',
|
||||||
'fatload host 0:1 4000000 PK.auth',
|
'fatload host 0:1 4000000 PK.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize PK'])
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize PK'])
|
||||||
assert(not re.search('Failed to set EFI variable', ''.join(output)))
|
assert(not re.search('Failed to set EFI variable', ''.join(output)))
|
||||||
@ -58,7 +58,7 @@ class TestEfiUnsignedImage(object):
|
|||||||
output = u_boot_console.run_command_list([
|
output = u_boot_console.run_command_list([
|
||||||
'host bind 0 %s' % disk_img,
|
'host bind 0 %s' % disk_img,
|
||||||
'fatload host 0:1 4000000 db_hello.auth',
|
'fatload host 0:1 4000000 db_hello.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize db; echo',
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize db',
|
||||||
'fatload host 0:1 4000000 KEK.auth',
|
'fatload host 0:1 4000000 KEK.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK',
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK',
|
||||||
'fatload host 0:1 4000000 PK.auth',
|
'fatload host 0:1 4000000 PK.auth',
|
||||||
@ -82,7 +82,7 @@ class TestEfiUnsignedImage(object):
|
|||||||
output = u_boot_console.run_command_list([
|
output = u_boot_console.run_command_list([
|
||||||
'host bind 0 %s' % disk_img,
|
'host bind 0 %s' % disk_img,
|
||||||
'fatload host 0:1 4000000 db_hello.auth',
|
'fatload host 0:1 4000000 db_hello.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize dbx; echo',
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize dbx',
|
||||||
'fatload host 0:1 4000000 KEK.auth',
|
'fatload host 0:1 4000000 KEK.auth',
|
||||||
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK',
|
'setenv -e -nv -bs -rt -at -i 4000000,$filesize KEK',
|
||||||
'fatload host 0:1 4000000 PK.auth',
|
'fatload host 0:1 4000000 PK.auth',
|
||||||
|
Loading…
Reference in New Issue
Block a user