tests: fix xen-related tests

My commit 6879be4 moved the addition of the implicit video device
from the XML parser to the PostParse function, but did not regenerate
all the tests.
This commit is contained in:
Ján Tomko
2016-04-12 14:58:43 +02:00
parent 4517eb0f4e
commit 4b35a7155a
73 changed files with 219 additions and 0 deletions

View File

@@ -51,5 +51,8 @@
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'>
<listen type='address' address='127.0.0.1'/>
</graphics>
<video>
<model type='cirrus' heads='1' primary='yes'/>
</video>
</devices>
</domain>