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.
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 | 97 +++++++++++++++++++
2 files changed, 113 insertions(+)
create mode 100755 automation/scripts/qemu-xtf-dom0less-arm64.sh
--
2.25.1