summaryrefslogtreecommitdiff
path: root/tests/genericxml2xmloutdata
diff options
context:
space:
mode:
authorKristina Hanicova <khanicov@redhat.com>2021-07-20 14:58:09 +0200
committerMichal Privoznik <mprivozn@redhat.com>2021-07-20 16:43:46 +0200
commitb0b5820efee7313b9471013821f2ec434bd87853 (patch)
treefd95886f386f5acdcc9868c61b04be6d3c2b2417 /tests/genericxml2xmloutdata
parentb78bfd4c544e601d3e0e45fa8ab478756d6f7f28 (diff)
downloadlibvirt-b0b5820efee7313b9471013821f2ec434bd87853.tar.gz
genericxml2xmltest: Modify cachetune test to include id
I changed DO_TEST_DIFFERENT to DO_TEST, which allows us to remove the duplicate out file. I also added id attribute for domain element in order to parse it as a live XML ('cachetune id' is in the output of only live XMLs). Lastly I added id of cachetune to test its output value. Signed-off-by: Kristina Hanicova <khanicov@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'tests/genericxml2xmloutdata')
-rw-r--r--tests/genericxml2xmloutdata/cachetune.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/tests/genericxml2xmloutdata/cachetune.xml b/tests/genericxml2xmloutdata/cachetune.xml
deleted file mode 100644
index f05cab70ff..0000000000
--- a/tests/genericxml2xmloutdata/cachetune.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<domain type='qemu'>
- <name>QEMUGuest1</name>
- <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
- <memory unit='KiB'>219136</memory>
- <currentMemory unit='KiB'>219136</currentMemory>
- <vcpu placement='static'>4</vcpu>
- <cputune>
- <cachetune vcpus='0-1'>
- <cache id='0' level='3' type='both' size='3' unit='MiB'/>
- <cache id='1' level='3' type='both' size='3' unit='MiB'/>
- <monitor level='3' vcpus='0-1'/>
- </cachetune>
- <cachetune vcpus='3'>
- <cache id='0' level='3' type='both' size='3' unit='MiB'/>
- </cachetune>
- </cputune>
- <os>
- <type arch='i686' machine='pc'>hvm</type>
- <boot dev='hd'/>
- </os>
- <clock offset='utc'/>
- <on_poweroff>destroy</on_poweroff>
- <on_reboot>restart</on_reboot>
- <on_crash>destroy</on_crash>
- <devices>
- <emulator>/usr/bin/qemu-system-i386</emulator>
- <controller type='usb' index='0'/>
- <controller type='ide' index='0'/>
- <controller type='pci' index='0' model='pci-root'/>
- <input type='mouse' bus='ps2'/>
- <input type='keyboard' bus='ps2'/>
- <memballoon model='virtio'/>
- </devices>
-</domain>