qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Wainer dos Santos Moschetta <wainersm@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>,
	qemu-devel@nongnu.org, "Oksana Vohchana" <ovoshcha@redhat.com>
Cc: Cleber Rosa <crosa@redhat.com>,
	"Dr . David Alan Gilbert" <dgilbert@redhat.com>,
	Eduardo Habkost <ehabkost@redhat.com>
Subject: Re: [PATCH] tests/acceptance/migration: Add the 'migration' tag
Date: Tue, 4 Feb 2020 14:51:23 -0200	[thread overview]
Message-ID: <e27f3d4c-3824-7a9d-9435-ccade172bc32@redhat.com> (raw)
In-Reply-To: <20200204163304.14616-1-philmd@redhat.com>


On 2/4/20 2:33 PM, Philippe Mathieu-Daudé wrote:
> By using an Avocado tag, we can run all tests described by that
> tag as once:
>
>    $ avocado --show=app run -t migration tests/acceptance/
>    JOB ID     : 165477737509503fcfa6d7108057a0a18f2a6559
>    JOB LOG    : avocado/job-results/job-2020-02-04T17.29-1654777/job.log
>     (1/3) tests/acceptance/migration.py:Migration.test_migration_with_tcp_localhost: PASS (0.38 s)
>     (2/3) tests/acceptance/migration.py:Migration.test_migration_with_unix: PASS (0.33 s)
>     (3/3) tests/acceptance/migration.py:Migration.test_migration_with_exec: PASS (0.07 s)
>    RESULTS    : PASS 3 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> Based-on: <20200203111631.18796-1-ovoshcha@redhat.com>
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg676230.html
> ---
>   tests/acceptance/migration.py | 3 +++
>   1 file changed, 3 insertions(+)


Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>


>
> diff --git a/tests/acceptance/migration.py b/tests/acceptance/migration.py
> index 41b13b9e0d..b342cabe07 100644
> --- a/tests/acceptance/migration.py
> +++ b/tests/acceptance/migration.py
> @@ -20,6 +20,9 @@ from avocado.utils.path import find_command
>   
>   
>   class Migration(Test):
> +    """
> +    :avocado: tags=migration
> +    """
>   
>       timeout = 10
>   



  reply	other threads:[~2020-02-04 16:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-04 16:33 [PATCH] tests/acceptance/migration: Add the 'migration' tag Philippe Mathieu-Daudé
2020-02-04 16:51 ` Wainer dos Santos Moschetta [this message]
2020-02-06 15:26 ` 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=e27f3d4c-3824-7a9d-9435-ccade172bc32@redhat.com \
    --to=wainersm@redhat.com \
    --cc=crosa@redhat.com \
    --cc=dgilbert@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=ovoshcha@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).