# HG changeset patch
# User Guolian Yun <yunguol(a)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(a)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
Show replies by date