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@xxxxxxxxxx> --- .../bhyveargv2xml-console2.xml | 15 ----------- .../bhyveargv2xml-console3.xml | 27 ------------------- .../bhyveargv2xml-console4.xml | 15 ----------- 3 files changed, 57 deletions(-) delete mode 100644 tests/bhyveargv2xmldata/bhyveargv2xml-console2.xml delete mode 100644 tests/bhyveargv2xmldata/bhyveargv2xml-console3.xml delete mode 100644 tests/bhyveargv2xmldata/bhyveargv2xml-console4.xml diff --git a/tests/bhyveargv2xmldata/bhyveargv2xml-console2.xml b/tests/bhyveargv2xmldata/bhyveargv2xml-console2.xml deleted file mode 100644 index 12467e968b..0000000000 --- a/tests/bhyveargv2xmldata/bhyveargv2xml-console2.xml +++ /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 index 2aea6c46d0..0000000000 --- a/tests/bhyveargv2xmldata/bhyveargv2xml-console3.xml +++ /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 index 12467e968b..0000000000 --- a/tests/bhyveargv2xmldata/bhyveargv2xml-console4.xml +++ /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> -- 2.26.2