summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/124
diff options
context:
space:
mode:
authorDaniel P. Berrangé2021-02-19 20:19:54 +0100
committerDaniel P. Berrangé2021-03-18 10:22:55 +0100
commit81cbfd5088690c53541ffd0d74851c8ab055a829 (patch)
tree6bc7736b733cb05c4d24f5383f568c0ec79d3aae /tests/qemu-iotests/124
parentblock: remove 'encryption_key_missing' flag from QAPI (diff)
downloadqemu-81cbfd5088690c53541ffd0d74851c8ab055a829.tar.gz
qemu-81cbfd5088690c53541ffd0d74851c8ab055a829.tar.xz
qemu-81cbfd5088690c53541ffd0d74851c8ab055a829.zip
block: remove dirty bitmaps 'status' field
The same information is available via the 'recording' and 'busy' fields. Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/124')
-rwxr-xr-xtests/qemu-iotests/1244
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qemu-iotests/124 b/tests/qemu-iotests/124
index 90cdbd8e24..845ab5303c 100755
--- a/tests/qemu-iotests/124
+++ b/tests/qemu-iotests/124
@@ -348,7 +348,6 @@ class TestIncrementalBackup(TestIncrementalBackupBase):
'name': 'bitmap0',
'count': 458752,
'granularity': 65536,
- 'status': 'active',
'persistent': False
}))
@@ -705,7 +704,6 @@ class TestIncrementalBackupBlkdebug(TestIncrementalBackupBase):
drive0['id'], bitmap.name, {
'count': 458752,
'granularity': 65536,
- 'status': 'active',
'busy': False,
'recording': True
}))
@@ -736,7 +734,6 @@ class TestIncrementalBackupBlkdebug(TestIncrementalBackupBase):
drive0['id'], bitmap.name, {
'count': 458752,
'granularity': 65536,
- 'status': 'frozen',
'busy': True,
'recording': True
}))
@@ -751,7 +748,6 @@ class TestIncrementalBackupBlkdebug(TestIncrementalBackupBase):
drive0['id'], bitmap.name, {
'count': 0,
'granularity': 65536,
- 'status': 'active',
'busy': False,
'recording': True
}))