From: Peter Krempa Date: Thu, 2 Mar 2023 09:43:01 +0000 (+0100) Subject: tests: domainschemadata: Drop redundant tests X-Git-Tag: v9.2.0-rc1~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12cc08fe725b14d09debd9acb69e6cda2305d0b3;p=thirdparty%2Flibvirt.git tests: domainschemadata: Drop redundant tests The schema tested by removed test cases is tested by other, more useful, test cases: - 'maxMemory' - qemuxmlargvdata/memory-hotplug* - 'backingChains' - qemuxmlargvdata/disk-backing-chains* - 'timers' - qemuxml2argvdata/kvm-pit-delay.xml - qemuxml2argvdata/clock-catchup.xml - 'qemu-simple-description-title.xml' - 'qemuxml2argvdata/minimal.xml Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/tests/domainschemadata/backing-chains.xml b/tests/domainschemadata/backing-chains.xml deleted file mode 100644 index 908eba5c1a..0000000000 --- a/tests/domainschemadata/backing-chains.xml +++ /dev/null @@ -1,94 +0,0 @@ - - QEMUGuest1 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 219136 - 219136 - 1 - - hvm - - - - destroy - restart - destroy - - /usr/bin/qemu-system-i386 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/domainschemadata/maxMemory.xml b/tests/domainschemadata/maxMemory.xml deleted file mode 100644 index 366442999c..0000000000 --- a/tests/domainschemadata/maxMemory.xml +++ /dev/null @@ -1,19 +0,0 @@ - - QEMUGuest1 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 1233456789 - 219136 - 219136 - 1 - - hvm - - - - destroy - restart - destroy - - /usr/bin/qemu-system-i386 - - diff --git a/tests/domainschemadata/qemu-simple-description-title.xml b/tests/domainschemadata/qemu-simple-description-title.xml deleted file mode 100644 index d402cf0ab1..0000000000 --- a/tests/domainschemadata/qemu-simple-description-title.xml +++ /dev/null @@ -1,27 +0,0 @@ - - qemu-demo - 603cc28c-9841-864e-0949-8cc7d3bae9f8 - 65536 - 65536 - A short description of this domain - - A longer explanation that this domain is a test domain - for validating domain schemas. - - 1 - - hvm - - - - - - - - destroy - restart - restart - - /usr/bin/qemu-system-x86_64 - - diff --git a/tests/domainschemadata/timers.xml b/tests/domainschemadata/timers.xml deleted file mode 100644 index 75131bd7c1..0000000000 --- a/tests/domainschemadata/timers.xml +++ /dev/null @@ -1,28 +0,0 @@ - - QEMUGuest1 - c7a5fdbd-edaf-9455-926a-d65c16db1809 - 219200 - 219200 - 1 - - hvm - - - - - - - destroy - restart - destroy - - /usr/bin/qemu-system-i386 - - - -
- - - - -