]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi: Rename the base efi self-test
authorSimon Glass <sjg@chromium.org>
Wed, 19 Apr 2023 23:38:16 +0000 (11:38 +1200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 4 May 2023 07:57:43 +0000 (09:57 +0200)
This function uses the same base name as all the others in this file, so
it is not easy to run just that one test. Add a _base suffix so that it
can be run on its own.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
test/py/tests/test_efi_selftest.py

index e92d63cde6e1ec31476ac20684072db1aa6732c9..43f2424558285a7db7629e6624b94605fe3aabfb 100644 (file)
@@ -7,7 +7,7 @@
 import pytest
 
 @pytest.mark.buildconfigspec('cmd_bootefi_selftest')
-def test_efi_selftest(u_boot_console):
+def test_efi_selftest_base(u_boot_console):
     """Run UEFI unit tests
 
     u_boot_console -- U-Boot console