From: Wainer dos Santos Moschetta <wainersm@redhat.com>
To: qemu-devel@nongnu.org
Cc: philmd@redhat.com, ehabkost@redhat.com, crosa@redhat.com
Subject: [PATCH v2 0/3] Acceptance tests: boot Linux with KVM test
Date: Wed, 18 Dec 2019 14:00:00 -0300 [thread overview]
Message-ID: <20191218170003.31356-1-wainersm@redhat.com> (raw)
This adds boot Linux tests for x86_64, aarch64, ppc64, s390x
targets which, unlike others, tell QEMU to use KVM. Likewise
it was added cases for tcg.
The patch 01 introduce an infraestructure on avocado_qemu framework
so that:
a) simply tagging the test with `accel:kvm` (or `accel:tcg`) will
automatically set the corresponding '--accel' on the launched
QEMU;
a) test is canceled if the accelerator is not enabled in QEMU
binary and not present in the host.
Changes v1 -> v2:
- old patch 01 was removed becase the same feature is merged on
commit 74b56bb55395.
- old patch 02 became 01 on v2, and with a major re-implementation. The
bits that added the accel module is merged on commit 8b272e00186.
- old patch 03 was removed. Based on comments of ehabkost and crosa,
instead the boot_linux_console test suite got new cases which uses
the 'accel' tag to specify the use of kvm or tcg.
- Added patch 03 which refactor the handler of 'machine' tag that
was introduced on commit ba21bde930f.
v1: [PATCH 0/3] Acceptance tests: boot Linux with KVM test
- https://www.mail-archive.com/qemu-devel@nongnu.org/msg627498.html
Tree:
- Git: https://github.com/wainersm/qemu
- Branch: acceptance_kvm_test-v2
CI:
- Travis (FAIL): https://travis-ci.org/wainersm/qemu/builds/626703965
Not related with those change. Acceptance tests on Travis ran just
fine.
Wainer dos Santos Moschetta (3):
tests/acceptance: avocado_qemu: Introduce the 'accel' test parameter
tests/acceptance: boot_linux_console: Add boot Linux with kvm tests
tests/acceptance: avocado_qemu: Refactor the handler of 'machine'
parameter
docs/devel/testing.rst | 16 +++++
tests/acceptance/avocado_qemu/__init__.py | 27 ++++++-
tests/acceptance/boot_linux_console.py | 88 +++++++++++++++++------
3 files changed, 109 insertions(+), 22 deletions(-)
--
2.23.0
next reply other threads:[~2019-12-18 17:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-18 17:00 Wainer dos Santos Moschetta [this message]
2019-12-18 17:00 ` [PATCH v2 1/3] tests/acceptance: avocado_qemu: Introduce the 'accel' test parameter Wainer dos Santos Moschetta
2019-12-18 18:48 ` Thomas Huth
2020-01-10 20:02 ` Wainer dos Santos Moschetta
2020-01-11 8:56 ` Thomas Huth
2020-01-22 1:38 ` Wainer dos Santos Moschetta
2019-12-18 17:00 ` [PATCH v2 2/3] tests/acceptance: boot_linux_console: Add boot Linux with kvm tests Wainer dos Santos Moschetta
2019-12-18 17:00 ` [PATCH v2 3/3] tests/acceptance: avocado_qemu: Refactor the handler of 'machine' parameter Wainer dos Santos Moschetta
2020-01-30 22:55 ` Philippe Mathieu-Daudé
2020-01-30 23:23 ` Philippe Mathieu-Daudé
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=20191218170003.31356-1-wainersm@redhat.com \
--to=wainersm@redhat.com \
--cc=crosa@redhat.com \
--cc=ehabkost@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).