commit | a47bf620e74bfae107022f451f09e4e05c8981b8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Mar 20 07:59:26 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 08 13:51:09 2025 -0600 |
tree | 8a1764684c71d9b6c8d04dcf2641989190aff0c5 | |
parent | 61a6693e7fe1b74315829db988dd501d2356d40c [diff] |
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>