From 12cc08fe725b14d09debd9acb69e6cda2305d0b3 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 2 Mar 2023 10:43:01 +0100 Subject: [PATCH] tests: domainschemadata: Drop redundant tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- tests/domainschemadata/backing-chains.xml | 94 ------------------- tests/domainschemadata/maxMemory.xml | 19 ---- .../qemu-simple-description-title.xml | 27 ------ tests/domainschemadata/timers.xml | 28 ------ 4 files changed, 168 deletions(-) delete mode 100644 tests/domainschemadata/backing-chains.xml delete mode 100644 tests/domainschemadata/maxMemory.xml delete mode 100644 tests/domainschemadata/qemu-simple-description-title.xml delete mode 100644 tests/domainschemadata/timers.xml 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 - - - -
- - - - - -- 2.47.2