u-boot/test/py/tests/test_efi_secboot
Simon Glass 752c376987 test/py: Shorten u_boot_console
This fixture name is quite long and results in lots of verbose code.
We know this is U-Boot so the 'u_boot_' part is not necessary.

But it is also a bit of a misnomer, since it provides access to all the
information available to tests. It is not just the console.

It would be too confusing to use con as it would be confused with
config and it is probably too short.

So shorten it to 'ubman'.

Signed-off-by: Simon Glass <sjg@chromium.org>
Link: https://lore.kernel.org/u-boot/CAFLszTgPa4aT_J9h9pqeTtLCVn4x2JvLWRcWRD8NaN3uoSAtyA@mail.gmail.com/
2025-03-15 10:38:38 +00:00
..
conftest.py efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash check 2024-06-10 15:01:44 +02:00
defs.py test: fix pydoc issues for EFI tests 2023-05-04 09:57:43 +02:00
forge_image.sh test/py: efi_secboot: add a test for a forged signed image 2022-07-05 14:37:16 +02:00
openssl.cnf test/py: efi_secboot: add test for intermediate certificates 2020-08-13 22:37:36 +02:00
test_authvar.py test/py: Shorten u_boot_console 2025-03-15 10:38:38 +00:00
test_signed.py test/py: Shorten u_boot_console 2025-03-15 10:38:38 +00:00
test_signed_intca.py test/py: Shorten u_boot_console 2025-03-15 10:38:38 +00:00
test_unsigned.py test/py: Shorten u_boot_console 2025-03-15 10:38:38 +00:00