]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: qemumigrationcookie: Add testing for block dirty bitmap migration
authorPeter Krempa <pkrempa@redhat.com>
Wed, 10 Feb 2021 19:37:28 +0000 (20:37 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Sat, 20 Feb 2021 12:21:21 +0000 (13:21 +0100)
commitf7eb3e233d8004e06338f7be35b5f8a267e5d6cf
tree9f2e3b54f08b1d6fd7149e200dd9c01fb1c56734
parentadd6ee37eeaa3ece0374e1e2809db877a9c8f5f3
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>
tests/meson.build
tests/qemumigrationcookiexmldata/nbd-bitmaps-xml2xml-in.xml [new file with mode: 0644]
tests/qemumigrationcookiexmldata/nbd-bitmaps-xml2xml-migparams.json [new file with mode: 0644]
tests/qemumigrationcookiexmldata/nbd-bitmaps-xml2xml-out.xml [new file with mode: 0644]
tests/qemumigrationcookiexmltest.c