]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
bhyveargv2xmldata: Remove XML files for console2/3/4 test case
authorPeter Krempa <pkrempa@redhat.com>
Wed, 7 Oct 2020 10:39:33 +0000 (12:39 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 19 Oct 2020 09:50:37 +0000 (11:50 +0200)
The test case is invoked using DO_TEST_FAIL so the XML files are
actually unexpected, unused and actually don't even conform to the RNG
schema for <domain>.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
tests/bhyveargv2xmldata/bhyveargv2xml-console2.xml [deleted file]
tests/bhyveargv2xmldata/bhyveargv2xml-console3.xml [deleted file]
tests/bhyveargv2xmldata/bhyveargv2xml-console4.xml [deleted file]

diff --git a/tests/bhyveargv2xmldata/bhyveargv2xml-console2.xml b/tests/bhyveargv2xmldata/bhyveargv2xml-console2.xml
deleted file mode 100644 (file)
index 12467e9..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<domain type='bhyve'>
-  <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
-  <memory unit='KiB'>219136</memory>
-  <currentMemory unit='KiB'>219136</currentMemory>
-  <vcpu placement='static'>1</vcpu>
-  <os>
-    <type>hvm</type>
-  </os>
-  <clock offset='localtime'/>
-  <on_poweroff>destroy</on_poweroff>
-  <on_reboot>destroy</on_reboot>
-  <on_crash>destroy</on_crash>
-  <devices>
-  </devices>
-</domain>
diff --git a/tests/bhyveargv2xmldata/bhyveargv2xml-console3.xml b/tests/bhyveargv2xmldata/bhyveargv2xml-console3.xml
deleted file mode 100644 (file)
index 2aea6c4..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<domain type='bhyve'>
-  <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
-  <memory unit='KiB'>219136</memory>
-  <currentMemory unit='KiB'>219136</currentMemory>
-  <vcpu placement='static'>1</vcpu>
-  <os>
-    <type>hvm</type>
-  </os>
-  <clock offset='localtime'/>
-  <on_poweroff>destroy</on_poweroff>
-  <on_reboot>destroy</on_reboot>
-  <on_crash>destroy</on_crash>
-  <devices>
-    <serial type='nmdm'>
-      <source master='/dev/nmdm0A' slave='/dev/nmdm0B'/>
-      <target port='0'/>
-    </serial>
-    <serial type='nmdm'>
-      <source master='/dev/nmdm1B' slave='/dev/nmdm1A'/>
-      <target port='1'/>
-    </serial>
-    <console type='nmdm'>
-      <source master='/dev/nmdm0A' slave='/dev/nmdm0B'/>
-      <target type='serial' port='0'/>
-    </console>
-  </devices>
-</domain>
diff --git a/tests/bhyveargv2xmldata/bhyveargv2xml-console4.xml b/tests/bhyveargv2xmldata/bhyveargv2xml-console4.xml
deleted file mode 100644 (file)
index 12467e9..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<domain type='bhyve'>
-  <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
-  <memory unit='KiB'>219136</memory>
-  <currentMemory unit='KiB'>219136</currentMemory>
-  <vcpu placement='static'>1</vcpu>
-  <os>
-    <type>hvm</type>
-  </os>
-  <clock offset='localtime'/>
-  <on_poweroff>destroy</on_poweroff>
-  <on_reboot>destroy</on_reboot>
-  <on_crash>destroy</on_crash>
-  <devices>
-  </devices>
-</domain>