automation: add a QEMU based x86_64 Dom0/DomU test
authorStefano Stabellini <stefano.stabellini@xilinx.com>
Fri, 29 Oct 2021 16:33:38 +0000 (09:33 -0700)
committerStefano Stabellini <stefano.stabellini@xilinx.com>
Fri, 29 Oct 2021 23:23:26 +0000 (16:23 -0700)
commit3030a73bf849a50411da95e94abf23cb7e8642fc
tree793917e8e5a4df8c69f9cf9daab0ad8491889da7
parentd07af6949febaefe07b4131232cc6223b4e9abf8
automation: add a QEMU based x86_64 Dom0/DomU test

Introduce a test based on QEMU to run Xen, Dom0 and start a DomU.
This is similar to the existing qemu-alpine-arm64.sh script and test.
The only differences are:
- use Debian's qemu-system-x86_64 (on ARM we build our own)
- use ipxe instead of u-boot and ImageBuilder

Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
automation/gitlab-ci/test.yaml
automation/scripts/qemu-alpine-x86_64.sh [new file with mode: 0755]