From: Eric Auger <eric.auger@redhat.com>
To: eric.auger.pro@gmail.com, eric.auger@redhat.com,
qemu-devel@nongnu.org, philmd@redhat.com, crosa@redhat.com,
wainersm@redhat.com
Cc: wrampazz@redhat.com, peterx@redhat.com
Subject: [PATCH v5 0/4] avocado-qemu: New SMMUv3 and intel IOMMU tests
Date: Tue, 6 Jul 2021 15:17:25 +0200 [thread overview]
Message-ID: <20210706131729.30749-1-eric.auger@redhat.com> (raw)
This series adds ARM SMMU and Intel IOMMU functional
tests using Fedora cloud-init images.
ARM SMMU tests feature guests with and without RIL
(range invalidation support) using respectively fedora 33
and 31. For each, we test the protection of virtio-net-pci
and virtio-block-pci devices. Also strict=no and passthrough
modes are tested. So there is a total of 6 tests.
The series applies on top of Cleber's series:
- [PATCH 0/3] Acceptance Tests: support choosing specific
History:
v4 -> v5:
- William's patch put before my patches
- some import cleanups
- added @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
- Rename into IntelIOMMU Class
- Added R-b/T-b
v3 -> v4:
- I added Wainer's refactoring of KNOWN_DISTROS
into a class (last patch) and took into account his comments.
v2 -> v3:
- Added Intel IOMMU tests were added. Different
operating modes are tested such as strict, caching mode, pt.
Best Regards
Eric
The series and its dependencies can be found at:
https://github.com/eauger/qemu/tree/avocado-qemu-v5
Eric Auger (2):
avocado_qemu: Add SMMUv3 tests
avocado_qemu: Add Intel iommu tests
Willian Rampazzo (2):
avocado_qemu: Fix KNOWN_DISTROS map into the LinuxDistro class
Acceptance Tests: Add default kernel params and pxeboot url to the
KNOWN_DISTROS collection
tests/acceptance/avocado_qemu/__init__.py | 125 ++++++++++++++------
tests/acceptance/intel_iommu.py | 115 +++++++++++++++++++
tests/acceptance/smmu.py | 133 ++++++++++++++++++++++
3 files changed, 340 insertions(+), 33 deletions(-)
create mode 100644 tests/acceptance/intel_iommu.py
create mode 100644 tests/acceptance/smmu.py
--
2.26.3
next reply other threads:[~2021-07-06 13:19 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-06 13:17 Eric Auger [this message]
2021-07-06 13:17 ` [PATCH v5 1/4] avocado_qemu: Fix KNOWN_DISTROS map into the LinuxDistro class Eric Auger
2021-07-08 1:17 ` Cleber Rosa
2021-07-08 8:56 ` Eric Auger
2021-07-08 17:34 ` Cleber Rosa
2021-07-08 19:32 ` Eric Auger
2021-07-12 13:26 ` Cleber Rosa
2021-07-09 19:41 ` Wainer dos Santos Moschetta
2021-07-06 13:17 ` [PATCH v5 2/4] Acceptance Tests: Add default kernel params and pxeboot url to the KNOWN_DISTROS collection Eric Auger
2021-07-08 1:25 ` Cleber Rosa
2021-07-06 13:17 ` [PATCH v5 3/4] avocado_qemu: Add SMMUv3 tests Eric Auger
2021-07-06 13:34 ` Philippe Mathieu-Daudé
2021-07-06 13:57 ` Eric Auger
2021-07-06 14:25 ` Philippe Mathieu-Daudé
2021-07-06 14:39 ` Willian Rampazzo
2021-07-06 14:55 ` Philippe Mathieu-Daudé
2021-07-06 13:17 ` [PATCH v5 4/4] avocado_qemu: Add Intel iommu tests Eric Auger
2021-07-09 20:44 ` Wainer dos Santos Moschetta
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210706131729.30749-1-eric.auger@redhat.com \
--to=eric.auger@redhat.com \
--cc=crosa@redhat.com \
--cc=eric.auger.pro@gmail.com \
--cc=peterx@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=wainersm@redhat.com \
--cc=wrampazz@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).