[Libvirt-cim] [PATCH] [TEST]Remove debug info in HostSystem/04_hs_to_EAPF.py

yunguol at cn.ibm.com yunguol at cn.ibm.com
Mon Dec 1 02:58:56 UTC 2008


# HG changeset patch
# User Guolian Yun <yunguol at cn.ibm.com>
# Date 1228100328 28800
# Node ID 675eff8dc548a08e67f344cbaf93a6db458db601
# Parent  8807a94aa58a411d8596e717674c91c937881247
[TEST]Remove debug info in HostSystem/04_hs_to_EAPF.py

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

diff -r 8807a94aa58a -r 675eff8dc548 suites/libvirt-cim/cimtest/HostSystem/04_hs_to_EAPF.py
--- a/suites/libvirt-cim/cimtest/HostSystem/04_hs_to_EAPF.py	Mon Nov 24 22:08:51 2008 -0800
+++ b/suites/libvirt-cim/cimtest/HostSystem/04_hs_to_EAPF.py	Sun Nov 30 18:58:48 2008 -0800
@@ -259,7 +259,6 @@
     host_cn  = host_inst.CreationClassName 
     an  = get_typed_class(virt, "HostedResourcePool")
     qcn = "Device Pool"
-    logger.error("DEBUG host_name is %s", host_name)
     status, pool = get_assocname_info(server, host_cn, an, qcn, host_name)
     if status != PASS:
         vsxml.undefine(server)
@@ -270,7 +269,7 @@
     if virt == 'LXC':
         exp_len = 1
     else:
-        exp_len = 6
+        exp_len = 4
     status = check_len(an, in_pllist, qcn, exp_len)
     if status != PASS:
         vsxml.undefine(server)




More information about the Libvirt-cim mailing list