summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/236
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/236')
-rwxr-xr-xtests/qemu-iotests/2362
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/236 b/tests/qemu-iotests/236
index f6c44517d6..20419bbb9e 100755
--- a/tests/qemu-iotests/236
+++ b/tests/qemu-iotests/236
@@ -39,7 +39,7 @@ overwrite = [("0xab", "0", "64k"), # Full overwrite
def query_bitmaps(vm):
res = vm.qmp("query-block")
- return { "bitmaps": { device['device']: device.get('dirty-bitmaps', []) for
+ return { "bitmaps": { device['device']: device.get('inserted', {}).get('dirty-bitmaps', []) for
device in res['return'] } }
with iotests.FilePath('img') as img_path, \