[PATCH v6 20/25] iotests: rename parallels-read-bitmap to parallels-bitmap
"Denis V. Lunev" <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu,gmane.comp.emulators.qemu.block |
|---|---|
| Message-ID | <[email protected]> |
From: Denis V. Lunev <[email protected]> The test is about to cover storing a bitmap as well, so its name stops being accurate. Rename it on its own, as the patch which changes what a test does should not be the one which moves it. Cc: Stefan Hajnoczi <[email protected]> Signed-off-by: Denis V. Lunev <[email protected]> --- .../tests/{parallels-read-bitmap => parallels-bitmap} | 2 +- .../tests/{parallels-read-bitmap.out => parallels-bitmap.out} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/qemu-iotests/tests/{parallels-read-bitmap => parallels-bitmap} (99%) rename tests/qemu-iotests/tests/{parallels-read-bitmap.out => parallels-bitmap.out} (100%) diff --git a/tests/qemu-iotests/tests/parallels-read-bitmap b/tests/qemu-iotests/tests/parallels-bitmap similarity index 99% rename from tests/qemu-iotests/tests/parallels-read-bitmap rename to tests/qemu-iotests/tests/parallels-bitmap index ee071714a5..601bfc5228 100755 --- a/tests/qemu-iotests/tests/parallels-read-bitmap +++ b/tests/qemu-iotests/tests/parallels-bitmap @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Test parallels load bitmap +# Test parallels dirty bitmaps # # Copyright (c) 2021 Virtuozzo International GmbH. # diff --git a/tests/qemu-iotests/tests/parallels-read-bitmap.out b/tests/qemu-iotests/tests/parallels-bitmap.out similarity index 100% rename from tests/qemu-iotests/tests/parallels-read-bitmap.out rename to tests/qemu-iotests/tests/parallels-bitmap.out -- 2.53.0