Re: [PATCH 07/10] test/py: Rework test_efi_capsule to not use virt-make-fs

2025-03-11 Thread Ilias Apalodimas
On Fri, 7 Mar 2025 at 01:23, Tom Rini wrote: > > 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

[PATCH 07/10] test/py: Rework test_efi_capsule to not use virt-make-fs

2025-03-06 Thread Tom Rini
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