mbox series

[XTF,v1,0/2] xtf: integrate argo test

Message ID 20250416050443.919751-1-dmukhin@ford.com (mailing list archive)
Headers show
Series xtf: integrate argo test | expand

Message

Denis Mukhin April 16, 2025, 5:05 a.m. UTC
The patch series integrates an XTF argo test available at [1].

Patch 1 is the original test.
Patch 2 adds fixups to run the test under QEMU environment in gitlab CI.

[1] https://github.com/dozylynx/meta-argo/blob/master/recipes-extended/xen/xtf/0001-Add-Argo-test.patch

Christopher Clark (1):
  tests/argo: Add argo test suite

Denis Mukhin (1):
  tests/argo: fixup for recent xen

 docs/all-tests.dox      |   2 +
 include/xen/argo.h      | 259 +++++++++++++++++++++++++++++
 include/xtf/hypercall.h |   1 +
 include/xtf/numbers.h   |   5 +
 tests/argo/Makefile     |   9 +
 tests/argo/main.c       | 355 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 631 insertions(+)
 create mode 100644 include/xen/argo.h
 create mode 100644 tests/argo/Makefile
 create mode 100644 tests/argo/main.c