[Libvirt-cim] [PATCH] [TEST] Update SystemDevice[02_reverse.py] to verify the DisplayController and PointingDevice with SystemDevice

yunguol at cn.ibm.com yunguol at cn.ibm.com
Mon Dec 8 08:03:39 UTC 2008


# HG changeset patch
# User Guolian Yun <yunguol at cn.ibm.com>
# Date 1228723413 28800
# Node ID 4b841b4f7af1f99e1d4d4ebd52c3e4b4070393a5
# Parent  701f3228bdfe740f4a504dce1dfab844c812b9d5
[TEST] Update SystemDevice[02_reverse.py] to verify the DisplayController and PointingDevice with SystemDevice.

Signed-off-by: Guolian Yun <yunguol at cn.ibm.com>

diff -r 701f3228bdfe -r 4b841b4f7af1 suites/libvirt-cim/cimtest/SystemDevice/02_reverse.py
--- a/suites/libvirt-cim/cimtest/SystemDevice/02_reverse.py	Wed Dec 03 21:31:09 2008 -0800
+++ b/suites/libvirt-cim/cimtest/SystemDevice/02_reverse.py	Mon Dec 08 00:03:33 2008 -0800
@@ -51,7 +51,8 @@
         devlist = ["Memory"]
     else:
         cxml = virt_xml(test_dom, mac=test_mac)
-        devlist = [ "NetworkPort", "Memory", "LogicalDisk", "Processor" ]
+        devlist = [ "NetworkPort", "Memory", "LogicalDisk", "Processor",
+                    "PointingDevice", "DisplayController" ]
     cxml.create(options.ip)
 
 




More information about the Libvirt-cim mailing list