
yunguol@cn.ibm.com wrote:
# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1211376761 -28800 # Node ID 02203222a4281881f470fd98049cbaaefc41f97b # Parent b2b2bb6cc8d87ba0eeddcf3d361d3085104d3492 [TEST] change helpers function for LXC support
diff -r b2b2bb6cc8d8 -r 02203222a428 lib/CimTest/Globals.py --- a/lib/CimTest/Globals.py Mon May 19 10:43:33 2008 -0700 +++ b/lib/CimTest/Globals.py Wed May 21 21:32:41 2008 +0800 @@ -49,7 +49,7 @@ CIM_IP = os.getenv("CIM_IP") CIM_PORT = "5988" NM = "TEST LOG" -platform_sup = ["Xen", "KVM", "XenFV"] +platform_sup = ["Xen", "KVM", "XenFV", "LXC"]
We don't want to add this to platform_sup yet because none of the test cases support LXC. A lot of the tests use platform_sup variable to indicate what tests it supports. -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com