diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-07-06 17:29:00 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-07-14 01:32:42 +0200 |
commit | 2297637251d98f639a38f2af23a9913eab01200d (patch) | |
tree | 2e0c50d2d8c29809a9deee53d91c7ba15c3c7c79 /test/.gitignore | |
parent | db551e5de02a46517f40f2320b85ae65a877fe6b (diff) | |
download | passt-2297637251d98f639a38f2af23a9913eab01200d.tar passt-2297637251d98f639a38f2af23a9913eab01200d.tar.gz passt-2297637251d98f639a38f2af23a9913eab01200d.tar.bz2 passt-2297637251d98f639a38f2af23a9913eab01200d.tar.lz passt-2297637251d98f639a38f2af23a9913eab01200d.tar.xz passt-2297637251d98f639a38f2af23a9913eab01200d.tar.zst passt-2297637251d98f639a38f2af23a9913eab01200d.zip |
tests: Move mbuto download and execution to asset build
Move the download of mbuto and using it to create a sample initramfs to
the asset build makefile, rather than embedding it in the test scripts
themselves.
The two_guests tests used to use two separate copies of the mbuto
image. As an initramfs the mbuto image is strictly readonly though,
so that's not necessary. So, also use the same image for both guests.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
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 edb2221..895c3ae 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,2 +1,4 @@ perf.js test_logs/ +mbuto/ +*.img |