]> xenbits.xensource.com Git - xen.git/commit
automation: qemu-smoke-arm64: Run ping test over a pv network interface
authorXenia Ragiadakou <burzalodowa@gmail.com>
Mon, 8 Aug 2022 18:39:52 +0000 (21:39 +0300)
committerStefano Stabellini <stefano.stabellini@amd.com>
Mon, 8 Aug 2022 22:34:12 +0000 (15:34 -0700)
commit89805b35ce6a0cf402563ebe2f09b03f27152474
treeb78073963c55c17c88794a3240d9790e75884989
parent40cd0e968fa33df090b64196fe0b0e87f376d4a4
automation: qemu-smoke-arm64: Run ping test over a pv network interface

This patch modified the test in the following way
- Dom0 is booted with an alpine linux rootfs with the xen tools.
- Once Dom0 is booted, it starts xenstored, calls init-dom0less to setup
the xenstore interface for the dom0less Dom1, setups the bridged network
and attaches a pv network interface to Dom1.
- In the meantime, Dom1 in its init script tries to assign an ip to eth0
and ping Dom0,
- If Dom1 manages to ping Dom0, it prints 'passed'.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
automation/gitlab-ci/test.yaml
automation/scripts/qemu-smoke-arm64.sh