]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit27a03f03b214dbb988c5b40ce49743442544578a
treef1c70a71d4683f647945198f72636395765e859a
parentfeff3e6c3823acd0262bfdf96486a8dc3800b209
efi: Rename the base efi self-test

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