[XTF PATCH v2 0/2] xtf: integrate argo test

dmkhn@proton.me posted 2 patches 5 months, 1 week ago
Failed in applying to current master (apply log)
common/lib.c                |  34 +++-
docs/all-tests.dox          |   2 +
include/xen/argo.h          | 259 ++++++++++++++++++++++++++
include/xen/event_channel.h |  34 ++++
include/xtf/hypercall.h     |   1 +
include/xtf/numbers.h       |   5 +
tests/argo/Makefile         |   9 +
tests/argo/main.c           | 353 ++++++++++++++++++++++++++++++++++++
8 files changed, 696 insertions(+), 1 deletion(-)
create mode 100644 include/xen/argo.h
create mode 100644 tests/argo/Makefile
create mode 100644 tests/argo/main.c
[XTF PATCH v2 0/2] xtf: integrate argo test
Posted by dmkhn@proton.me 5 months, 1 week ago
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
[2] Link to v1: https://lore.kernel.org/xen-devel/20250416050443.919751-1-dmukhin@ford.com/
[3] Link to CI: https://gitlab.com/xen-project/people/dmukhin/xen/-/jobs/10110489477

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

Denis Mukhin (1):
  tests/argo: use event channel to get own domain ID

 common/lib.c                |  34 +++-
 docs/all-tests.dox          |   2 +
 include/xen/argo.h          | 259 ++++++++++++++++++++++++++
 include/xen/event_channel.h |  34 ++++
 include/xtf/hypercall.h     |   1 +
 include/xtf/numbers.h       |   5 +
 tests/argo/Makefile         |   9 +
 tests/argo/main.c           | 353 ++++++++++++++++++++++++++++++++++++
 8 files changed, 696 insertions(+), 1 deletion(-)
 create mode 100644 include/xen/argo.h
 create mode 100644 tests/argo/Makefile
 create mode 100644 tests/argo/main.c

-- 
2.34.1