u-boot/test/py/tests/test_efi_capsule
Tom Rini 27cca9e5d3 test/py: Rework test_efi_capsule to not use virt-make-fs
FIXME: Reword more

The problem with using "virt-make-fs" to make a filesystem image is that
it is extremely slow. Switch to using the fs_helper functions we have
instead from the filesystem tests as these can add files to images and
are significantly faster and still do not require root access.

The main change here is that our mount point directory has changed from
"test_efi_capsule" to "scratch" and so we need to update other functions
too. As the disk image that we get created doesn't have a GPT, invoke
sgdisk to do a conversion first.

Signed-off-by: Tom Rini <trini@konsulko.com>
2025-04-08 13:51:09 -06:00
..
capsule_common.py test/py: Rework test_efi_capsule to not use virt-make-fs 2025-04-08 13:51:09 -06:00
capsule_defs.py test: fix pydoc issues for EFI tests 2023-05-04 09:57:43 +02:00
capsule_gen_binman.dts sandbox: capsule: binman: generate some capsules as part of build 2024-04-08 12:59:31 +02:00
conftest.py test/py: Rework test_efi_capsule to not use virt-make-fs 2025-04-08 13:51:09 -06:00
test_capsule_firmware_fit.py test/py: Shorten u_boot_console 2025-03-15 10:38:38 +00:00
test_capsule_firmware_raw.py test/py: Shorten u_boot_console 2025-03-15 10:38:38 +00:00
test_capsule_firmware_signed_fit.py test/py: Shorten u_boot_console 2025-03-15 10:38:38 +00:00
test_capsule_firmware_signed_raw.py test/py: Shorten u_boot_console 2025-03-15 10:38:38 +00:00
version.dtso sandbox: switch to dynamic UUIDs 2024-09-12 17:35:37 +02:00