Draft: test(qemu): Provide example QEMU runner
Creates Bazel test that follows similar structure to e2e/docker
.
Installs debian into a qcow file, using a preseed file and netboot debian, which QEMU boots from.
To run the test:
cd e2e
bazel test qemu:test
The install_debian step may take 30 minutes, and the ssh step 2 minutes.
Edited by Luke Hackwell