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