aboutgitcodebugslistschat
path: root/test/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* tests: Move mbuto download and execution to asset buildDavid Gibson2022-07-141-0/+2
| | | | | | | | | | | | 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>
* Add basic .gitignore filesDavid Gibson2022-05-191-0/+2
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>