mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
tests: fix tests suite with the last libvirt version
commit 499cb63f65
broke the test suite
with the last version of libvirt.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
499cb63f65
commit
74463e394e
@ -1,11 +1,11 @@
|
||||
</backend>
|
||||
</tpm>
|
||||
<input type="mouse" bus="ps2"/>
|
||||
- <graphics type="vnc" fullscreen="yes"/>
|
||||
+ <graphics type="vnc" fullscreen="yes" tlsPort="5902" keymap="ja"/>
|
||||
- <graphics type="vnc" port="-1" autoport="yes"/>
|
||||
+ <graphics type="vnc" port="-1" autoport="yes" tlsPort="5902" keymap="ja"/>
|
||||
<graphics type="vnc" port="-1" autoport="yes"/>
|
||||
<graphics type="vnc" port="-1" autoport="yes" listen="1.2.3.4" keymap="fi">
|
||||
<listen type="address" address="1.2.3.4"/>
|
||||
|
||||
Domain 'test-many-devices' defined successfully.
|
||||
Changes will take effect after the next domain shutdown.
|
||||
Changes will take effect after the next domain shutdown.
|
Loading…
Reference in New Issue
Block a user