[Libvirt-cim] [PATCH] [TEST] Using cim_define() to make VSSD-04_vssd_to_rasd.py pass

yunguol at cn.ibm.com yunguol at cn.ibm.com
Wed Sep 10 02:03:38 UTC 2008


# HG changeset patch
# User Guolian Yun <yunguol at cn.ibm.com>
# Date 1221012209 25200
# Node ID bc5572822a302f626f5fecca300f93213a7bdaff
# Parent  aaa44481faee136c0ced9d400860d1eb1002df31
[TEST] Using cim_define() to make VSSD-04_vssd_to_rasd.py pass

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

diff -r aaa44481faee -r bc5572822a30 suites/libvirt-cim/cimtest/VSSD/04_vssd_to_rasd.py
--- a/suites/libvirt-cim/cimtest/VSSD/04_vssd_to_rasd.py	Mon Sep 08 23:44:21 2008 -0700
+++ b/suites/libvirt-cim/cimtest/VSSD/04_vssd_to_rasd.py	Tue Sep 09 19:03:29 2008 -0700
@@ -78,7 +78,7 @@ def setup_env(virt):
             return FAIL, vsxml_info
 
     try:
-        ret = vsxml_info.define(server)
+        ret = vsxml_info.cim_define(server)
         if not ret:
             logger.error("Failed to Define the domain: %s", test_dom)
             return FAIL, vsxml_info




More information about the Libvirt-cim mailing list