All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cleber Rosa <crosa@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>, qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
	"Eduardo Habkost" <ehabkost@redhat.com>,
	"Fam Zheng" <famz@redhat.com>,
	"Philippe Mathieu-Daudé" <pmathieu@redhat.com>,
	"Caio Carrara" <ccarrara@redhat.com>,
	"Stefan Hajnoczi" <stefanha@redhat.com>,
	"Laszlo Ersek" <lersek@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v2 6/7] Acceptance Tests: add variants definition for architectures
Date: Wed, 10 Oct 2018 08:48:17 -0400	[thread overview]
Message-ID: <c322d1fc-eb5e-3596-4120-f98449303713@redhat.com> (raw)
In-Reply-To: <30d6b2fa-c529-6eb1-f9a0-476c390c5156@redhat.com>



On 10/10/18 6:59 AM, Philippe Mathieu-Daudé wrote:
> On 10/10/2018 01:26, Cleber Rosa wrote:
>> One of the Avocado features relevant to virtualization testing is the
>> ability to reuse tests in different scenarios, known as variants.
>> This adds a JSON based variants file, that can be used to run most
>> tests in a number of different architectures.  It can be run with:
>>
>>    $ avocado run \
>>      --json-variants-load=tests/acceptance/variants/arch.json \
>>      --filter-by-tags='-x86_64' -- tests/acceptance/
>>
>> Currently this covers 5 architectures, resulting in the execution
>> of 25 different combinations.
> 
> IMHO we should add this file with all supported archs, and CANCEL a job
> if there is no preferred machine in Qemu::MACHINE_TYPES.
> 

While your proposal works, I see two issues:

 1) It defines a policy, which will affect all tests, existing and new -
even for tests that don't launch a VM and don't care about the arch.

 2) CANCEL is mostly silent, and the amount of noise in test results
would be quite large.

So, the real problem is that there are other issues when making basic
use of QEMUMachine with other archs.  The idea is to incrementally test
other archs, make the modifications necessary to scripts/qemu.py, and
end up with all architectures covered.

What do you think?

- Cleber.

>>
>> Signed-off-by: Cleber Rosa <crosa@redhat.com>
>> ---
>>  tests/acceptance/variants/arch.json | 92 +++++++++++++++++++++++++++++
>>  1 file changed, 92 insertions(+)
>>  create mode 100644 tests/acceptance/variants/arch.json

  reply	other threads:[~2018-10-10 12:48 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-09 23:26 [Qemu-devel] [PATCH v2 0/7] Acceptance Tests: basic architecture support Cleber Rosa
2018-10-09 23:26 ` [Qemu-devel] [PATCH v2 1/7] Acceptance Tests: improve docstring on pick_default_qemu_bin() Cleber Rosa
2018-10-09 23:26 ` [Qemu-devel] [PATCH v2 2/7] Acceptance Tests: introduce arch parameter and attribute Cleber Rosa
2018-10-10 11:03   ` Philippe Mathieu-Daudé
2018-10-09 23:26 ` [Qemu-devel] [PATCH v2 3/7] scripts/qemu.py: add method and private attribute for arch Cleber Rosa
2018-10-10 10:52   ` Philippe Mathieu-Daudé
2018-10-09 23:26 ` [Qemu-devel] [PATCH v2 4/7] scripts/qemu.py: set predefined machine type based on arch Cleber Rosa
2018-10-10 11:00   ` Philippe Mathieu-Daudé
2018-10-10 12:35     ` Cleber Rosa
2018-10-10 13:46       ` Eduardo Habkost
2018-10-10 13:59         ` Cleber Rosa
2018-10-10 14:15           ` Cleber Rosa
2018-10-10 14:28             ` Eduardo Habkost
2018-10-10 15:26               ` Philippe Mathieu-Daudé
2018-10-10 15:58                 ` Cleber Rosa
2018-10-10 16:08                   ` Philippe Mathieu-Daudé
2018-10-10 18:08                     ` Cleber Rosa
2018-10-10 15:31               ` Daniel P. Berrangé
2018-10-10 16:02                 ` Cleber Rosa
2018-10-10 15:47               ` Cleber Rosa
2018-10-10 16:23                 ` Peter Maydell
2018-10-10 17:52                   ` Cleber Rosa
2018-10-10 18:07                     ` Peter Maydell
2018-10-10 19:54                       ` Cleber Rosa
2018-10-11 17:31                         ` Peter Maydell
2018-10-11  0:17                 ` Cleber Rosa
2018-10-11  3:42                   ` Eduardo Habkost
2018-10-11  4:43                     ` Cleber Rosa
2018-10-11 17:21                       ` Eduardo Habkost
2018-10-09 23:26 ` [Qemu-devel] [PATCH v2 5/7] Acceptance Tests: set machine type Cleber Rosa
2018-10-09 23:26 ` [Qemu-devel] [PATCH v2 6/7] Acceptance Tests: add variants definition for architectures Cleber Rosa
2018-10-10 10:51   ` Philippe Mathieu-Daudé
2018-10-10 12:59     ` Cleber Rosa
2018-10-10 10:59   ` Philippe Mathieu-Daudé
2018-10-10 12:48     ` Cleber Rosa [this message]
2018-10-09 23:26 ` [Qemu-devel] [PATCH v2 7/7] Acceptance Tests: change the handling of tests for specific archs Cleber Rosa
2018-10-10 10:50   ` Philippe Mathieu-Daudé
2018-10-10 13:09     ` Cleber Rosa
2018-10-13 11:08   ` Philippe Mathieu-Daudé
2018-10-15 13:52     ` Cleber Rosa

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=c322d1fc-eb5e-3596-4120-f98449303713@redhat.com \
    --to=crosa@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=ccarrara@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=famz@redhat.com \
    --cc=lersek@redhat.com \
    --cc=philmd@redhat.com \
    --cc=pmathieu@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.