[virt-tools-list] [virt-manager PATCH] tests: fix tests suite with the last libvirt version

Giuseppe Scrivano gscrivan at redhat.com
Thu Feb 6 23:05:23 UTC 2014


commit 499cb63f65118f8ff910525e7bf5c3d7f0d8c650 broke the test suite
with the last version of libvirt.

Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
---
 tests/cli-test-xml/compare/virtxml-edit-simple-graphics.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/cli-test-xml/compare/virtxml-edit-simple-graphics.xml b/tests/cli-test-xml/compare/virtxml-edit-simple-graphics.xml
index 50e8e2a..f9561b6 100644
--- a/tests/cli-test-xml/compare/virtxml-edit-simple-graphics.xml
+++ b/tests/cli-test-xml/compare/virtxml-edit-simple-graphics.xml
@@ -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.
\ No newline at end of file
-- 
1.8.5.3




More information about the virt-tools-list mailing list