All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] efi: Rename the base efi self-test
@ 2023-04-19 23:38 Simon Glass
  2023-04-27  5:15 ` Heinrich Schuchardt
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Glass @ 2023-04-19 23:38 UTC (permalink / raw)
  To: U-Boot Mailing List; +Cc: Ilias Apalodimas, Heinrich Schuchardt, Simon Glass

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>
---

 test/py/tests/test_efi_selftest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/py/tests/test_efi_selftest.py b/test/py/tests/test_efi_selftest.py
index e92d63cde6e1..43f242455828 100644
--- a/test/py/tests/test_efi_selftest.py
+++ b/test/py/tests/test_efi_selftest.py
@@ -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
-- 
2.40.0.634.g4ca3ef3211-goog


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] efi: Rename the base efi self-test
  2023-04-19 23:38 [PATCH] efi: Rename the base efi self-test Simon Glass
@ 2023-04-27  5:15 ` Heinrich Schuchardt
  0 siblings, 0 replies; 2+ messages in thread
From: Heinrich Schuchardt @ 2023-04-27  5:15 UTC (permalink / raw)
  To: Simon Glass; +Cc: Ilias Apalodimas, U-Boot Mailing List

On 4/20/23 01:38, Simon Glass wrote:
> 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 <xypron.glpk@gmx.de>

> ---
>
>   test/py/tests/test_efi_selftest.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/py/tests/test_efi_selftest.py b/test/py/tests/test_efi_selftest.py
> index e92d63cde6e1..43f242455828 100644
> --- a/test/py/tests/test_efi_selftest.py
> +++ b/test/py/tests/test_efi_selftest.py
> @@ -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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-27  5:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-19 23:38 [PATCH] efi: Rename the base efi self-test Simon Glass
2023-04-27  5:15 ` Heinrich Schuchardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.