
# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1213262003 -28800 # Node ID 7a8e2732d1281077c9dbaac0e8a3eb056e44fafa # Parent 254bc5464030a03b6f791fd49acd208f6ec1db23 [TEST] Update ElementCapabilities.05 for LXC support Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r 254bc5464030 -r 7a8e2732d128 suites/libvirt-cim/cimtest/ElementCapabilities/05_hostsystem_cap.py --- a/suites/libvirt-cim/cimtest/ElementCapabilities/05_hostsystem_cap.py Wed Jun 11 20:56:07 2008 +0800 +++ b/suites/libvirt-cim/cimtest/ElementCapabilities/05_hostsystem_cap.py Thu Jun 12 17:13:23 2008 +0800 @@ -56,7 +56,7 @@ from CimTest.Globals import do_main from CimTest.ReturnCodes import PASS, FAIL -sup_types = ['Xen', 'XenFV', 'KVM'] +sup_types = ['Xen', 'XenFV', 'KVM', 'LXC'] def print_err(err, detail, cn): logger.error(err % cn)