tests: v2v: -i ova: Fix test for reordered XML.

Commit 8e617b792f reversed the order in
which the <features> and <os> sections appear in the XML.
This commit is contained in:
Richard W.M. Jones
2017-03-24 11:19:27 +00:00
parent 439b9189f0
commit 0782da088b

View File

@@ -5,13 +5,13 @@
<memory unit='KiB'>2097152</memory>
<currentMemory unit='KiB'>2097152</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='x86_64'>hvm</type>
</os>
<features>
<acpi/>
<apic/>
</features>
<os>
<type arch='x86_64'>hvm</type>
</os>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>