Skip to content

Draft: test(qemu): Provide example QEMU runner

Luke Hackwell requested to merge qemu_e2e_test into main

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

Merge request reports