[PATCH] [TEST] 2# Memory.02 for LXC support, fix the sending date on my own system

# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1213237386 -28800 # Node ID e614f60678f2e914b572c8c8e8ca58fbbc4c3138 # Parent b9100cec9aedb9f9243d753111a9a856e9480335 [TEST] 2# Memory.02 for LXC support, fix the sending date on my own system Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r b9100cec9aed -r e614f60678f2 suites/libvirt-cim/cimtest/Memory/02_defgetmem.py --- a/suites/libvirt-cim/cimtest/Memory/02_defgetmem.py Wed Jun 11 03:38:49 2008 -0700 +++ b/suites/libvirt-cim/cimtest/Memory/02_defgetmem.py Thu Jun 12 10:23:06 2008 +0800 @@ -34,7 +34,7 @@ from XenKvmLib.devices import get_dom_mem_inst from CimTest.Globals import logger, do_main -sup_types = ['Xen', 'KVM', 'XenFV'] +sup_types = ['Xen', 'KVM', 'XenFV', 'LXC'] default_dom = "domu" def check_mem(memInst):
participants (1)
-
yunguol@cn.ibm.com