This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
passt
Watch
1
Star
0
Fork
You've already forked passt
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a832a44e67
passt
/
test
/
.gitignore
6 lines
44 B
Text
Raw
Normal View
History
Unescape
Escape
Add basic .gitignore files Ignore various files generated during build or test. Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2022-05-11 09:02:51 +02:00
perf.js
test_logs/
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>
2022-07-06 09:29:00 +02:00
mbuto/
*.img
tests: Search multiple places for aarch64 EDK2 bios image Apparently qemu's ARM virt machine needs to be explicitly given a firmware image, rather than just supplying a sane default. Unfortunately the EDK2 firmware image we need isn't in the same place on all host distros. Currently the test scripts hardcode the Debian location, meaning it will break on hosts that have it somewhere else. This patch searches multiple locations for the firmware, and creates a local link during the asset build phase, which the tests can then use. For now it only searches the locations used by Debian and Fedora, but that's a small improvement in robustness already, and can be later improved further if we need to. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2022-07-06 09:29:01 +02:00
QEMU_EFI.fd
Reference in a new issue
Copy permalink