diff options
Diffstat (limited to 'tests/qemu-iotests/303')
-rwxr-xr-x | tests/qemu-iotests/303 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qemu-iotests/303 b/tests/qemu-iotests/303 index e9accdc7bc..6c21774483 100755 --- a/tests/qemu-iotests/303 +++ b/tests/qemu-iotests/303 @@ -58,3 +58,6 @@ add_bitmap(1, 0, 6, False) add_bitmap(2, 6, 8, True) dump = ['qcow2.py', disk, 'dump-header'] subprocess.run(dump) +# Dump the metadata in JSON format +dump.append('-j') +subprocess.run(dump) |