diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-07-06 17:29:07 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-07-14 01:34:37 +0200 |
commit | 32c5e054795e811420db84eb913e00ac3af8fc2b (patch) | |
tree | 267a06698bff3684b01b6daa93b423d1f8bfec66 /test/.gitignore | |
parent | a832a44e67e77dd1a9ec57e9c054feddb0355cfc (diff) | |
download | passt-32c5e054795e811420db84eb913e00ac3af8fc2b.tar passt-32c5e054795e811420db84eb913e00ac3af8fc2b.tar.gz passt-32c5e054795e811420db84eb913e00ac3af8fc2b.tar.bz2 passt-32c5e054795e811420db84eb913e00ac3af8fc2b.tar.lz passt-32c5e054795e811420db84eb913e00ac3af8fc2b.tar.xz passt-32c5e054795e811420db84eb913e00ac3af8fc2b.tar.zst passt-32c5e054795e811420db84eb913e00ac3af8fc2b.zip |
tests: Move distro image download to asset build makefile
Rather than directly download distro images from the test scripts, handle
all the downloads during the test asset build, then just clone them for
the tests themselves. This avoids repeated downloads which can be very
slow when debugging failing tests.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
[sbrivio: Add OPENSUSE_IMGS to DOWNLOAD_ASSETS in Makefile, and note
that xzcat doesn't take a -O option in test/distro/opensuse]
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore index 360da92..225ecd9 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -3,3 +3,5 @@ test_logs/ mbuto/ *.img QEMU_EFI.fd +*.qcow2 +*.raw.xz |