]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: qemustatusxml2xml: Add status XML from migration with bitmaps
authorPeter Krempa <pkrempa@redhat.com>
Wed, 10 Feb 2021 19:37:20 +0000 (20:37 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Sat, 20 Feb 2021 12:21:21 +0000 (13:21 +0100)
commitadd6ee37eeaa3ece0374e1e2809db877a9c8f5f3
tree2567bd17bca0ec01cba46881d2abff22b6c18c5d
parent516906d6814976dfaae014838b7cc941d02fd6dc
tests: qemustatusxml2xml: Add status XML from migration with bitmaps

The XML sample shows the status XML when migrating with bitmaps
including the <tempBlockDirtyBitmaps> element added in previous commit.

It will also be used for the migration cookie test.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
tests/qemustatusxml2xmldata/migration-out-nbd-bitmaps-in.xml [new file with mode: 0644]
tests/qemustatusxml2xmldata/migration-out-nbd-bitmaps-out.xml [new symlink]
tests/qemustatusxml2xmltest.c