libvirt/tests/qemumigrationcookiexmldata/nbd-bitmaps-xml2xml-migparams.json
Peter Krempa f7eb3e233d tests: qemumigrationcookie: Add testing for block dirty bitmap migration
Test the XML infrastructure for <blockDirtyBitmaps> migration cookie
element as well as the conversion to migration parameters for QMP schema
validation.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
2021-02-20 13:21:21 +01:00

26 lines
441 B
JSON

{
"block-bitmap-mapping": [
{
"node-name": "libvirt-1-format",
"alias": "vda",
"bitmaps": [
{
"name": "a",
"alias": "libvirt-vda-a",
"transform": {
"persistent": true
}
},
{
"name": "b",
"alias": "libvirt-vda-b"
},
{
"name": "c",
"alias": "libvirt-vda-c"
}
]
}
]
}