
# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1213237178 -28800 # Node ID f0da87170442a8f6e2e26e11fcbcf3cb8bafff1d # Parent b9100cec9aedb9f9243d753111a9a856e9480335 [TEST] 2# HostSystem.06 for LXC support, fix the date on my machine Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r b9100cec9aed -r f0da87170442 suites/libvirt-cim/cimtest/HostSystem/06_hs_to_vsms.py --- a/suites/libvirt-cim/cimtest/HostSystem/06_hs_to_vsms.py Wed Jun 11 03:38:49 2008 -0700 +++ b/suites/libvirt-cim/cimtest/HostSystem/06_hs_to_vsms.py Thu Jun 12 10:19:38 2008 +0800 @@ -53,7 +53,7 @@ CIM_ERROR_ASSOCIATORS from CimTest.ReturnCodes import PASS, FAIL -sup_types = ['Xen', 'KVM', 'XenFV'] +sup_types = ['Xen', 'KVM', 'XenFV', 'LXC'] def print_err(err, detail, cn): logger.error(err % cn)