Fix tests for hvm with console
This commit is contained in:
parent
4b86606890
commit
eaba6e54ba
@ -821,6 +821,9 @@ class TC_90_QubesVM(QubesVMTestsMixin, qubes.tests.QubesTestCase):
|
|||||||
<model type="vga"/>
|
<model type="vga"/>
|
||||||
</video>
|
</video>
|
||||||
<graphics type="qubes"/>
|
<graphics type="qubes"/>
|
||||||
|
<console type="pty">
|
||||||
|
<target type="xen" port="0"/>
|
||||||
|
</console>
|
||||||
</devices>
|
</devices>
|
||||||
</domain>
|
</domain>
|
||||||
'''
|
'''
|
||||||
@ -876,6 +879,9 @@ class TC_90_QubesVM(QubesVMTestsMixin, qubes.tests.QubesTestCase):
|
|||||||
<model type="vga"/>
|
<model type="vga"/>
|
||||||
</video>
|
</video>
|
||||||
<graphics type="qubes"/>
|
<graphics type="qubes"/>
|
||||||
|
<console type="pty">
|
||||||
|
<target type="xen" port="0"/>
|
||||||
|
</console>
|
||||||
</devices>
|
</devices>
|
||||||
</domain>
|
</domain>
|
||||||
'''
|
'''
|
||||||
@ -940,6 +946,9 @@ class TC_90_QubesVM(QubesVMTestsMixin, qubes.tests.QubesTestCase):
|
|||||||
<model type="vga"/>
|
<model type="vga"/>
|
||||||
</video>
|
</video>
|
||||||
<graphics type="qubes"/>
|
<graphics type="qubes"/>
|
||||||
|
<console type="pty">
|
||||||
|
<target type="xen" port="0"/>
|
||||||
|
</console>
|
||||||
</devices>
|
</devices>
|
||||||
</domain>
|
</domain>
|
||||||
'''
|
'''
|
||||||
@ -1158,6 +1167,9 @@ class TC_90_QubesVM(QubesVMTestsMixin, qubes.tests.QubesTestCase):
|
|||||||
<model type="vga"/>
|
<model type="vga"/>
|
||||||
</video>
|
</video>
|
||||||
<graphics type="qubes"/>
|
<graphics type="qubes"/>
|
||||||
|
<console type="pty">
|
||||||
|
<target type="xen" port="0"/>
|
||||||
|
</console>
|
||||||
</devices>
|
</devices>
|
||||||
</domain>
|
</domain>
|
||||||
'''
|
'''
|
||||||
@ -1232,6 +1244,9 @@ class TC_90_QubesVM(QubesVMTestsMixin, qubes.tests.QubesTestCase):
|
|||||||
<model type="vga"/>
|
<model type="vga"/>
|
||||||
</video>
|
</video>
|
||||||
<graphics type="qubes"/>
|
<graphics type="qubes"/>
|
||||||
|
<console type="pty">
|
||||||
|
<target type="xen" port="0"/>
|
||||||
|
</console>
|
||||||
</devices>
|
</devices>
|
||||||
</domain>
|
</domain>
|
||||||
'''
|
'''
|
||||||
|
Loading…
Reference in New Issue
Block a user