# HG changeset patch
# User Guolian Yun <yunguol(a)cn.ibm.com>
# Date 1213767944 -28800
# Node ID c1e319d82a734102c88c75fd25b2640760b3f795
# Parent f4a167c62403c8aaaac5127d0c984c74ea863344
[TEST] Update ComputerSystem.27 for LXC support
Signed-off-by: Guolian Yun <yunguol(a)cn.ibm.com>
diff -r f4a167c62403 -r c1e319d82a73
suites/libvirt-cim/cimtest/ComputerSystem/27_define_suspend_errs.py
--- a/suites/libvirt-cim/cimtest/ComputerSystem/27_define_suspend_errs.py Tue Jun 17
13:20:47 2008 +0800
+++ b/suites/libvirt-cim/cimtest/ComputerSystem/27_define_suspend_errs.py Wed Jun 18
13:45:44 2008 +0800
@@ -45,7 +45,7 @@
from XenKvmLib.common_util import get_cs_instance
from XenKvmLib.common_util import create_using_definesystem
-sup_types = ['Xen', 'XenFV']
+sup_types = ['Xen', 'XenFV', 'LXC']
SUSPEND_STATE = 9
default_dom = 'test_domain'
Show replies by date