tests: Fix expected HVM xml

The last two commits (intentionally) changed the libxl xml. So adapt the
expected value in the test.
This commit is contained in:
HW42 2017-09-15 16:19:10 +02:00
parent 0497bfb288
commit c6c6f681ae

View File

@ -569,7 +569,12 @@ class TC_90_QubesVM(QubesVMTestsMixin, qubes.tests.QubesTestCase):
</cpu> </cpu>
<os> <os>
<type arch="x86_64" machine="xenfv">hvm</type> <type arch="x86_64" machine="xenfv">hvm</type>
<loader>hvmloader</loader> <!--
For the libxl backend libvirt switches between OVMF (UEFI)
and SeaBIOS based on the loader type. This has nothing to
do with the hvmloader binary.
-->
<loader type="rom">hvmloader</loader>
<boot dev="cdrom" /> <boot dev="cdrom" />
<boot dev="hd" /> <boot dev="hd" />
<!-- server_ip is the address of stubdomain. It hosts it's own DNS server. --> <!-- server_ip is the address of stubdomain. It hosts it's own DNS server. -->
@ -587,7 +592,9 @@ class TC_90_QubesVM(QubesVMTestsMixin, qubes.tests.QubesTestCase):
<devices> <devices>
<emulator type="stubdom-linux" /> <emulator type="stubdom-linux" />
<input type="tablet" bus="usb"/> <input type="tablet" bus="usb"/>
<video type="cirrus"/> <video>
<model type="vga"/>
</video>
<graphics type="qubes"/> <graphics type="qubes"/>
</devices> </devices>
</domain> </domain>