[Libvirt-cim] [PATCH] [TEST] Fix ESD 01: XenFV guest should use ps2 style input device

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Tue Jul 14 21:28:37 UTC 2009


# HG changeset patch
# User Kaitlin Rupert <karupert at us.ibm.com>
# Date 1247606914 25200
# Node ID c6049e5fdac67a46ffc0bdc3f5cf41e83f0507a7
# Parent  a3ff36c310b2729052991032cf6c8f5cee85e838
[TEST] Fix ESD 01: XenFV guest should use ps2 style input device

Signed-off-by: Kaitlin Rupert <karupert at us.ibm.com>

diff -r a3ff36c310b2 -r c6049e5fdac6 suites/libvirt-cim/cimtest/ElementSettingData/01_forward.py
--- a/suites/libvirt-cim/cimtest/ElementSettingData/01_forward.py	Tue Jul 14 13:52:45 2009 -0700
+++ b/suites/libvirt-cim/cimtest/ElementSettingData/01_forward.py	Tue Jul 14 14:28:34 2009 -0700
@@ -127,7 +127,7 @@
     else:
         vdisk = "hda"
     
-    if options.virt == 'LXC' or options.virt == 'XenFV':
+    if options.virt == 'LXC':
         input_device = "%s/%s" %(test_dom, "mouse:usb")
     elif options.virt == 'Xen':
         input_device = "%s/%s" %(test_dom, "mouse:xen")




More information about the Libvirt-cim mailing list