[PATCH] [TEST] Update ElementConforms.02 for LXC support

# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1213179999 -28800 # Node ID 5af69c19fc1b3c2470500b2918936764ee4f975a # Parent ca8841f47805d5d2a23069220563713412d6a7bd [TEST] Update ElementConforms.02 for LXC support Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r ca8841f47805 -r 5af69c19fc1b suites/libvirt-cim/cimtest/ElementConforms/02_reverse.py --- a/suites/libvirt-cim/cimtest/ElementConforms/02_reverse.py Fri Jun 06 02:05:34 2008 -0700 +++ b/suites/libvirt-cim/cimtest/ElementConforms/02_reverse.py Wed Jun 11 18:26:39 2008 +0800 @@ -53,7 +53,7 @@ from XenKvmLib.classes import get_typed_class from CimTest.ReturnCodes import PASS, FAIL -sup_types = ['Xen', 'XenFV', 'KVM'] +sup_types = ['Xen', 'XenFV', 'KVM', 'LXC'] test_dom = "domgst"
participants (1)
-
yunguol@cn.ibm.com