]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: schema: Remove useless perf schema data
authorPeter Krempa <pkrempa@redhat.com>
Fri, 17 Jun 2016 08:22:48 +0000 (10:22 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 17 Jun 2016 10:51:08 +0000 (12:51 +0200)
We have a test case that excercises the parser and formatter now which
takes part in schema checking so remove the schema-only test.

tests/domainschemadata/domain-perf-simple.xml [deleted file]

diff --git a/tests/domainschemadata/domain-perf-simple.xml b/tests/domainschemadata/domain-perf-simple.xml
deleted file mode 100644 (file)
index d7be7c9..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<domain type='qemu'>
-  <name>QEMUGuest1</name>
-  <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
-  <currentMemory unit='KiB'>219136</currentMemory>
-  <vcpu placement='static'>1</vcpu>
-  <os>
-    <type arch='x86_64' machine='pc'>hvm</type>
-    <boot dev='hd'/>
-  </os>
-  <perf>
-      <event name='cmt' enabled='yes'/>
-  </perf>
-  <clock offset='utc'/>
-  <on_poweroff>destroy</on_poweroff>
-  <on_reboot>restart</on_reboot>
-  <on_crash>destroy</on_crash>
-  <devices>
-    <emulator>/usr/bin/qemu</emulator>
-  </devices>
-</domain>