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

2025-03-11 Thread Ilias Apalodimas
Hi Tom, I've never really looked at our fs helper functions but this looks reasonable 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 t

[PATCH 06/10] test/py: Rework test_eficonfig 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. As this test already