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