automation: add dom0less to the QEMU aarch64 smoke test
authorStefano Stabellini <sstabellini@kernel.org>
Fri, 13 Nov 2020 23:22:41 +0000 (15:22 -0800)
committerStefano Stabellini <sstabellini@kernel.org>
Thu, 17 Dec 2020 22:56:43 +0000 (14:56 -0800)
commit8c5e5e85aa9908f2f3fbf110ef4341e5eba61657
tree98a3f517f00581e3b6a9bddd373397b704f53e63
parentdbc1e724bbcddf5de7a591ba7eb5a765a72de951
automation: add dom0less to the QEMU aarch64 smoke test

Add a trivial dom0less test:
- fetch the Debian arm64 kernel and use it ad dom0/U kernel
- use busybox-static to create a trivial dom0/U ramdisk
- use ImageBuilder to generate the uboot boot script automatically
- install and use u-boot from the Debian package to start the test
- binaries are loaded from uboot via tftp

Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Acked-by: Wei Liu <wl@xen.org>
automation/scripts/qemu-smoke-arm64.sh