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

dmkhn@proton.me posted 2 patches 6 months, 2 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
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
[XTF PATCH v1 0/2] xtf: integrate argo test
Posted by dmkhn@proton.me 6 months, 2 weeks 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

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

-- 
2.34.1