test/py: Rework test_efi_secboot to not use virt-make-fs
authorTom Rini <trini@konsulko.com>
Thu, 20 Mar 2025 13:59:29 +0000 (07:59 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 8 Apr 2025 19:51:09 +0000 (13:51 -0600)
commit7bf75f3e36d0907e83c84ed252c8f24b1659985c
tree80d00b1979e70d178123e95058354aeb5a354439
parent27cca9e5d3a09d234db1a289cc1d19aec71b6910
test/py: Rework test_efi_secboot to not use virt-make-fs

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.

Signed-off-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_efi_secboot/conftest.py