]> git.baikalelectronics.ru Git - uboot.git/commit
test: efi_selftest: Do not force serial# setting
authorTom Rini <trini@konsulko.com>
Fri, 31 Jul 2020 13:45:02 +0000 (09:45 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 31 Jul 2020 14:13:00 +0000 (10:13 -0400)
commitb001dc96293308eab314ece003dbc23b33fc32a2
tree5fe4b4da49a1f5505de903e8ffee52f4b2c510d7
parent660f5bd983a61842ca051724ab6c4f85c63d251d
test: efi_selftest: Do not force serial# setting

As part of the EFI self test we set and check the serial# variable.
However, we should not be forcing this setting.  In the case where we
are allowed to change the variable it will change, and we will pass the
test.  In the case where we cannot change it, force may or may not be
allowed, depending on further environment restrictions.  Drop the -f
flag here as we do not need it.

Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_efi_selftest.py