test/py: efi_capsule: align with efidebug syntax changes
After the commitc70f44817d
("efi_loader: simplify 'printenv -e'"), "-all" option is no longer necessary. Just remove them in the test script. Fixes:c70f44817d
("efi_loader: simplify 'printenv -e'") Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
86a3d43bff
commit
67778ff83a
@ -85,7 +85,7 @@ class TestEfiCapsuleFirmwareFit(object):
|
||||
|
||||
# need to run uefi command to initiate capsule handling
|
||||
output = u_boot_console.run_command(
|
||||
'env print -e -all Capsule0000')
|
||||
'env print -e Capsule0000')
|
||||
|
||||
output = u_boot_console.run_command_list([
|
||||
'host bind 0 %s' % disk_img,
|
||||
@ -160,7 +160,7 @@ class TestEfiCapsuleFirmwareFit(object):
|
||||
|
||||
# need to run uefi command to initiate capsule handling
|
||||
output = u_boot_console.run_command(
|
||||
'env print -e -all Capsule0000')
|
||||
'env print -e Capsule0000')
|
||||
|
||||
output = u_boot_console.run_command_list([
|
||||
'host bind 0 %s' % disk_img,
|
||||
@ -227,7 +227,7 @@ class TestEfiCapsuleFirmwareFit(object):
|
||||
|
||||
# need to run uefi command to initiate capsule handling
|
||||
output = u_boot_console.run_command(
|
||||
'env print -e -all Capsule0000')
|
||||
'env print -e Capsule0000')
|
||||
|
||||
output = u_boot_console.run_command_list(['efidebug capsule esrt'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user