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