mbox series

[0/1] avocado-qemu: New SMMUv3 tests

Message ID 20210325095712.250262-1-eric.auger@redhat.com
Headers show
Series avocado-qemu: New SMMUv3 tests | expand

Message

Eric Auger March 25, 2021, 9:57 a.m. UTC
This patch adds a first set of SMMU functional tests using
a Fedora cloud-init image. Given the kernel in use,
range invalidation is not tested yet. However different
guest kernel configurations are tested: standard, strict=0
and passthrough mode.

The patch applies on top of Cleber's series:
PATCH v2 00/10] Acceptance Test: introduce base class for
Linux based tests.

Special thanks to Cleber for his support on this first
trial.

Best Regards

Eric

Eric Auger (1):
  avocado_qemu: Add SMMUv3 tests

 tests/acceptance/smmu.py | 104 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 104 insertions(+)
 create mode 100644 tests/acceptance/smmu.py