test/py: Rework test_efi_bootmgr to not use virt-make-fs
authorTom Rini <trini@konsulko.com>
Thu, 20 Mar 2025 13:59:26 +0000 (07:59 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 8 Apr 2025 19:51:09 +0000 (13:51 -0600)
commit4b33810511445dfd5466223f8fad2961b0732abe
tree8a1764684c71d9b6c8d04dcf2641989190aff0c5
parent2c092875abfd9269a34b3cc03930066fda53a476
test/py: Rework test_efi_bootmgr 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_bootmgr.py [new file with mode: 0644]
test/py/tests/test_efi_bootmgr/conftest.py [deleted file]
test/py/tests/test_efi_bootmgr/test_efi_bootmgr.py [deleted file]