From: Vladimir Sementsov-Ogievskiy Date: Mon, 25 Jan 2021 18:50:56 +0000 (+0300) Subject: iotests: rename and move 169 and 199 tests X-Git-Tag: v6.0.0-rc0~121^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a44be0334be;p=thirdparty%2Fqemu.git iotests: rename and move 169 and 199 tests Rename bitmaps migration tests and move them to tests subdirectory to demonstrate new human-friendly test naming. Signed-off-by: Vladimir Sementsov-Ogievskiy Message-Id: <20210125185056.129513-7-vsementsov@virtuozzo.com> Signed-off-by: Kevin Wolf --- 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