mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
7dfd5d8d81
Add test code which will crawl a fake internal list of checkpoints and generate the list of bitmaps for merging to gather the final bitmap for the backup. The initial tests cover the basic case of all bitmaps being present in the top layer of the backing chain. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
23 lines
294 B
JSON
23 lines
294 B
JSON
[
|
|
{
|
|
"node": "libvirt-1-format",
|
|
"name": "current"
|
|
},
|
|
{
|
|
"node": "libvirt-1-format",
|
|
"name": "d"
|
|
},
|
|
{
|
|
"node": "libvirt-1-format",
|
|
"name": "c"
|
|
},
|
|
{
|
|
"node": "libvirt-1-format",
|
|
"name": "b"
|
|
},
|
|
{
|
|
"node": "libvirt-1-format",
|
|
"name": "a"
|
|
}
|
|
]
|