commit | e532af97d9d301e7143f5882f92d2e8d2f2cd055 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Mar 20 07:59:22 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 08 13:51:09 2025 -0600 |
tree | ee865f43ed2a31e13ebe9343128f9524b67576dd | |
parent | 8b2f125063b3dadf2fa8f89f93a7a5408d0d064f [diff] |
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>