From: Peter Krempa Date: Fri, 11 Sep 2020 13:40:23 +0000 (+0200) Subject: tests: qemustatusxml2xmldata: Rename 'disk-secinfo-upgrade' case to 'upgrade' X-Git-Tag: v6.8.0-rc1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d240e599e6394ae941c9dc5e6a1bb5004ab4237d;p=thirdparty%2Flibvirt.git tests: qemustatusxml2xmldata: Rename 'disk-secinfo-upgrade' case to 'upgrade' The test case tests other things besides disk secinfos, so we can make it more universal. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/tests/qemustatusxml2xmldata/disk-secinfo-upgrade-in.xml b/tests/qemustatusxml2xmldata/upgrade-in.xml similarity index 100% rename from tests/qemustatusxml2xmldata/disk-secinfo-upgrade-in.xml rename to tests/qemustatusxml2xmldata/upgrade-in.xml diff --git a/tests/qemustatusxml2xmldata/disk-secinfo-upgrade-out.xml b/tests/qemustatusxml2xmldata/upgrade-out.xml similarity index 100% rename from tests/qemustatusxml2xmldata/disk-secinfo-upgrade-out.xml rename to tests/qemustatusxml2xmldata/upgrade-out.xml diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c index 39a9da874f..2bf8dd5b14 100644 --- a/tests/qemuxml2xmltest.c +++ b/tests/qemuxml2xmltest.c @@ -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");