]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: qemustatusxml2xmldata: Rename 'disk-secinfo-upgrade' case to 'upgrade'
authorPeter Krempa <pkrempa@redhat.com>
Fri, 11 Sep 2020 13:40:23 +0000 (15:40 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 15 Sep 2020 13:20:23 +0000 (15:20 +0200)
The test case tests other things besides disk secinfos, so we can make
it more universal.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemustatusxml2xmldata/upgrade-in.xml [moved from tests/qemustatusxml2xmldata/disk-secinfo-upgrade-in.xml with 100% similarity]
tests/qemustatusxml2xmldata/upgrade-out.xml [moved from tests/qemustatusxml2xmldata/disk-secinfo-upgrade-out.xml with 100% similarity]
tests/qemuxml2xmltest.c

index 39a9da874f1a92d1e8b130c733806a6b206c7e71..2bf8dd5b142be2c5a6533613f1804cc6b19f89f8 100644 (file)
@@ -1435,7 +1435,7 @@ mymain(void)
     DO_TEST_STATUS("migration-in-params");
     DO_TEST_STATUS("migration-out-params");
     DO_TEST_STATUS("migration-out-nbd-tls");
-    DO_TEST_STATUS("disk-secinfo-upgrade");
+    DO_TEST_STATUS("upgrade");
 
     DO_TEST_STATUS("blockjob-blockdev");