qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Cc: kwolf@redhat.com, qemu-block@nongnu.org, qemu-devel@nongnu.org,
	mreitz@redhat.com, den@openvz.org, jsnow@redhat.com
Subject: Re: [PATCH v9 6/6] iotests: rename and move 169 and 199 tests
Date: Tue, 2 Feb 2021 15:57:41 +0000	[thread overview]
Message-ID: <20210202155741.GN4168502@redhat.com> (raw)
In-Reply-To: <20210125185056.129513-7-vsementsov@virtuozzo.com>

On Mon, Jan 25, 2021 at 09:50:56PM +0300, Vladimir Sementsov-Ogievskiy wrote:
> Rename bitmaps migration tests and move them to tests subdirectory to
> demonstrate new human-friendly test naming.
> 
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
> ---
>  tests/qemu-iotests/{199 => tests/migrate-bitmaps-postcopy-test}   | 0
>  .../{199.out => tests/migrate-bitmaps-postcopy-test.out}          | 0
>  tests/qemu-iotests/{169 => tests/migrate-bitmaps-test}            | 0
>  tests/qemu-iotests/{169.out => tests/migrate-bitmaps-test.out}    | 0
>  4 files changed, 0 insertions(+), 0 deletions(-)
>  rename tests/qemu-iotests/{199 => tests/migrate-bitmaps-postcopy-test} (100%)
>  rename tests/qemu-iotests/{199.out => tests/migrate-bitmaps-postcopy-test.out} (100%)
>  rename tests/qemu-iotests/{169 => tests/migrate-bitmaps-test} (100%)
>  rename tests/qemu-iotests/{169.out => tests/migrate-bitmaps-test.out} (100%)
> 
> diff --git a/tests/qemu-iotests/199 b/tests/qemu-iotests/tests/migrate-bitmaps-postcopy-test
> similarity index 100%
> rename from tests/qemu-iotests/199
> rename to tests/qemu-iotests/tests/migrate-bitmaps-postcopy-test
> diff --git a/tests/qemu-iotests/199.out b/tests/qemu-iotests/tests/migrate-bitmaps-postcopy-test.out
> similarity index 100%
> rename from tests/qemu-iotests/199.out
> rename to tests/qemu-iotests/tests/migrate-bitmaps-postcopy-test.out
> diff --git a/tests/qemu-iotests/169 b/tests/qemu-iotests/tests/migrate-bitmaps-test
> similarity index 100%
> rename from tests/qemu-iotests/169
> rename to tests/qemu-iotests/tests/migrate-bitmaps-test
> diff --git a/tests/qemu-iotests/169.out b/tests/qemu-iotests/tests/migrate-bitmaps-test.out
> similarity index 100%
> rename from tests/qemu-iotests/169.out
> rename to tests/qemu-iotests/tests/migrate-bitmaps-test.out

Thanks for making tihs happen. It is great that we now have this
feature and I can stop chasing conflicts on rebases !

I converted my savevm series iotests to use the named test in the
tests/ subdir, and hit a tiny issue that will affect any tests
written in shell. They can't load config.common. I've included a
possible fix for this problem here:

https://lists.gnu.org/archive/html/qemu-devel/2021-02/msg00627.html


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



  reply	other threads:[~2021-02-02 16:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-25 18:50 [PATCH v9 0/6] Rework iotests/check Vladimir Sementsov-Ogievskiy
2021-01-25 18:50 ` [PATCH v9 1/6] iotests: 146: drop extra whitespaces from .out file Vladimir Sementsov-Ogievskiy
2021-01-27 18:22   ` Eric Blake
2021-01-25 18:50 ` [PATCH v9 2/6] iotests: add findtests.py Vladimir Sementsov-Ogievskiy
2021-01-25 18:50 ` [PATCH v9 3/6] iotests: add testenv.py Vladimir Sementsov-Ogievskiy
2021-01-26 10:10   ` Vladimir Sementsov-Ogievskiy
2021-01-25 18:50 ` [PATCH v9 4/6] iotests: add testrunner.py Vladimir Sementsov-Ogievskiy
2021-01-26 10:11   ` Vladimir Sementsov-Ogievskiy
2021-01-25 18:50 ` [PATCH v9 5/6] iotests: rewrite check into python Vladimir Sementsov-Ogievskiy
2021-01-25 18:50 ` [PATCH v9 6/6] iotests: rename and move 169 and 199 tests Vladimir Sementsov-Ogievskiy
2021-02-02 15:57   ` Daniel P. Berrangé [this message]
2021-02-02 16:15     ` Vladimir Sementsov-Ogievskiy
2021-01-26 12:53 ` [PATCH v9 0/6] Rework iotests/check Kevin Wolf
2021-01-26 13:19   ` Vladimir Sementsov-Ogievskiy
2021-01-26 13:29     ` Kevin Wolf
2021-01-26 15:07     ` Kevin Wolf
2021-01-26 15:15       ` Vladimir Sementsov-Ogievskiy
2021-01-26 15:36         ` Kevin Wolf
2021-01-26 15:52           ` Vladimir Sementsov-Ogievskiy
2021-02-16  1:49         ` John Snow
2021-02-16 13:03           ` Thomas Huth

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=20210202155741.GN4168502@redhat.com \
    --to=berrange@redhat.com \
    --cc=den@openvz.org \
    --cc=jsnow@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=vsementsov@virtuozzo.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).