mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
qemublocktest: Replace 'basic' bitmap detection test case data
Use test data which conforms to the new semantics which changed in the previous patch. The test data was created by the same set of commands as originally in commit 9aac9d5bdab039a50de2d8c627b3a1f1578ed471 Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
1f92aa454a
commit
de32397007
@ -4,7 +4,7 @@
|
||||
"detect_zeroes": "off",
|
||||
"image": {
|
||||
"virtual-size": 10485760,
|
||||
"filename": "/tmp/pull4.qcow2",
|
||||
"filename": "/tmp/bitmaps.qcow2",
|
||||
"cluster-size": 65536,
|
||||
"format": "qcow2",
|
||||
"actual-size": 200704,
|
||||
@ -12,6 +12,7 @@
|
||||
"type": "qcow2",
|
||||
"data": {
|
||||
"compat": "1.1",
|
||||
"compression-type": "zlib",
|
||||
"lazy-refcounts": false,
|
||||
"refcount-bits": 16,
|
||||
"corrupt": false
|
||||
@ -39,37 +40,37 @@
|
||||
},
|
||||
{
|
||||
"name": "d",
|
||||
"recording": false,
|
||||
"recording": true,
|
||||
"persistent": true,
|
||||
"busy": false,
|
||||
"status": "disabled",
|
||||
"status": "active",
|
||||
"granularity": 65536,
|
||||
"count": 0
|
||||
},
|
||||
{
|
||||
"name": "c",
|
||||
"recording": false,
|
||||
"recording": true,
|
||||
"persistent": true,
|
||||
"busy": false,
|
||||
"status": "disabled",
|
||||
"status": "active",
|
||||
"granularity": 65536,
|
||||
"count": 0
|
||||
},
|
||||
{
|
||||
"name": "b",
|
||||
"recording": false,
|
||||
"recording": true,
|
||||
"persistent": true,
|
||||
"busy": false,
|
||||
"status": "disabled",
|
||||
"status": "active",
|
||||
"granularity": 65536,
|
||||
"count": 0
|
||||
},
|
||||
{
|
||||
"name": "a",
|
||||
"recording": false,
|
||||
"recording": true,
|
||||
"persistent": true,
|
||||
"busy": false,
|
||||
"status": "disabled",
|
||||
"status": "active",
|
||||
"granularity": 65536,
|
||||
"count": 0
|
||||
}
|
||||
@ -82,7 +83,7 @@
|
||||
"direct": false,
|
||||
"writeback": true
|
||||
},
|
||||
"file": "/tmp/pull4.qcow2",
|
||||
"file": "/tmp/bitmaps.qcow2",
|
||||
"encryption_key_missing": false
|
||||
},
|
||||
{
|
||||
@ -90,7 +91,7 @@
|
||||
"detect_zeroes": "off",
|
||||
"image": {
|
||||
"virtual-size": 197120,
|
||||
"filename": "/tmp/pull4.qcow2",
|
||||
"filename": "/tmp/bitmaps.qcow2",
|
||||
"format": "file",
|
||||
"actual-size": 200704,
|
||||
"dirty-flag": false
|
||||
@ -111,7 +112,7 @@
|
||||
"direct": false,
|
||||
"writeback": true
|
||||
},
|
||||
"file": "/tmp/pull4.qcow2",
|
||||
"file": "/tmp/bitmaps.qcow2",
|
||||
"encryption_key_missing": false
|
||||
}
|
||||
]
|
||||
|
@ -1,6 +1,6 @@
|
||||
libvirt-1-format:
|
||||
current: record:1 busy:0 persist:1 inconsist:0 gran:65536 dirty:0
|
||||
d: record:0 busy:0 persist:1 inconsist:0 gran:65536 dirty:0
|
||||
c: record:0 busy:0 persist:1 inconsist:0 gran:65536 dirty:0
|
||||
b: record:0 busy:0 persist:1 inconsist:0 gran:65536 dirty:0
|
||||
a: record:0 busy:0 persist:1 inconsist:0 gran:65536 dirty:0
|
||||
d: record:1 busy:0 persist:1 inconsist:0 gran:65536 dirty:0
|
||||
c: record:1 busy:0 persist:1 inconsist:0 gran:65536 dirty:0
|
||||
b: record:1 busy:0 persist:1 inconsist:0 gran:65536 dirty:0
|
||||
a: record:1 busy:0 persist:1 inconsist:0 gran:65536 dirty:0
|
||||
|
Loading…
x
Reference in New Issue
Block a user