This series adds support into our CI for using XTF to perform low-level testing on arm64 (dom0less use case for now). For the purpose of the CI testing, we are going to use XTF fork with implemented arm64 support.
This series populates the CI jobs to run hyp-xen-version XTF test to validate some of the xen_version hypercall operations. Changes in v2: Let's take the opportunity to run XTF as a domU in pure dom0less configuration, as this is something our testing do not cover at the moment. Michal Orzel (2): automation: Add support for using XTF for arm64 testing automation: Add test jobs to run XTF hypercall xen_version test automation/gitlab-ci/test.yaml | 16 +++++ automation/scripts/qemu-xtf-dom0less-arm64.sh | 68 +++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100755 automation/scripts/qemu-xtf-dom0less-arm64.sh -- 2.25.1
