]> git.baikalelectronics.ru Git - uboot.git/commit
test/py: efi_secboot: fix test case 1g of test_authvar
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 9 Jun 2020 05:09:43 +0000 (14:09 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 3 Jul 2020 16:00:27 +0000 (18:00 +0200)
commitcba5703030f0b94009118aa6f6ba6a557b4b6747
tree87f797b875cddca19d1737f55750691f9c139a2d
parentc834004bcd06dc83a6bb5f1fd08c6e5a70721bbc
test/py: efi_secboot: fix test case 1g of test_authvar

In the test case (1g) of test_authvar, "db" is mistakenly used,
and it ends up being the exact same as (1f).
So correct it as "dbx" test case.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
test/py/tests/test_efi_secboot/test_authvar.py