commit | a7c144d8bf0564ed7eceb2f566bb444d47ef7228 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Mar 20 07:59:29 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 08 13:51:09 2025 -0600 |
tree | 80d00b1979e70d178123e95058354aeb5a354439 | |
parent | 38b31ae39bf476feec1cb8c387e045c83d43b87f [diff] |
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>