
# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1213286123 -28800 # Node ID cda16d4e1b97710b5621c7f0665586136720d84a # Parent 254bc5464030a03b6f791fd49acd208f6ec1db23 [TEST] Update HostSystem.06 for LXC support Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r 254bc5464030 -r cda16d4e1b97 suites/libvirt-cim/cimtest/HostSystem/06_hs_to_vsms.py --- a/suites/libvirt-cim/cimtest/HostSystem/06_hs_to_vsms.py Wed Jun 11 20:56:07 2008 +0800 +++ b/suites/libvirt-cim/cimtest/HostSystem/06_hs_to_vsms.py Thu Jun 12 23:55:23 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)