Rename bitmaps migration tests to demonstrate new test naming convention. Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]> --- tests/qemu-iotests/{199 => migrate-bitmaps-postcopy-test} | 0 tests/qemu-iotests/{199.out => migrate-bitmaps-postcopy-test.out} | 0 tests/qemu-iotests/{169 => migrate-bitmaps-test} | 0 tests/qemu-iotests/{169.out => migrate-bitmaps-test.out} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/qemu-iotests/{199 => migrate-bitmaps-postcopy-test} (100%) rename tests/qemu-iotests/{199.out => migrate-bitmaps-postcopy-test.out} (100%) rename tests/qemu-iotests/{169 => migrate-bitmaps-test} (100%) rename tests/qemu-iotests/{169.out => migrate-bitmaps-test.out} (100%)
diff --git a/tests/qemu-iotests/199 b/tests/qemu-iotests/migrate-bitmaps-postcopy-test similarity index 100% rename from tests/qemu-iotests/199 rename to tests/qemu-iotests/migrate-bitmaps-postcopy-test diff --git a/tests/qemu-iotests/199.out b/tests/qemu-iotests/migrate-bitmaps-postcopy-test.out similarity index 100% rename from tests/qemu-iotests/199.out rename to tests/qemu-iotests/migrate-bitmaps-postcopy-test.out diff --git a/tests/qemu-iotests/169 b/tests/qemu-iotests/migrate-bitmaps-test similarity index 100% rename from tests/qemu-iotests/169 rename to tests/qemu-iotests/migrate-bitmaps-test diff --git a/tests/qemu-iotests/169.out b/tests/qemu-iotests/migrate-bitmaps-test.out similarity index 100% rename from tests/qemu-iotests/169.out rename to tests/qemu-iotests/migrate-bitmaps-test.out -- 2.21.0
