[PATCH] [TEST] Update ComputerSystem.04&42 for LXC support

# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1213335760 -28800 # Node ID 9e16645bd46a6824788d90df6935bfca57545be1 # Parent b9100cec9aedb9f9243d753111a9a856e9480335 [TEST] Update ComputerSystem.04&42 for LXC support Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r b9100cec9aed -r 9e16645bd46a suites/libvirt-cim/cimtest/ComputerSystem/04_defineStartVS.py --- a/suites/libvirt-cim/cimtest/ComputerSystem/04_defineStartVS.py Wed Jun 11 03:38:49 2008 -0700 +++ b/suites/libvirt-cim/cimtest/ComputerSystem/04_defineStartVS.py Fri Jun 13 13:42:40 2008 +0800 @@ -38,7 +38,7 @@ from CimTest.Globals import do_main from CimTest.ReturnCodes import PASS, FAIL -sup_types = ['Xen', 'KVM', 'XenFV'] +sup_types = ['Xen', 'KVM', 'XenFV', 'LXC'] test_dom = "domguest" @do_main(sup_types) diff -r b9100cec9aed -r 9e16645bd46a suites/libvirt-cim/cimtest/ComputerSystem/42_cs_gi_errs.py --- a/suites/libvirt-cim/cimtest/ComputerSystem/42_cs_gi_errs.py Wed Jun 11 03:38:49 2008 -0700 +++ b/suites/libvirt-cim/cimtest/ComputerSystem/42_cs_gi_errs.py Fri Jun 13 13:42:40 2008 +0800 @@ -83,7 +83,7 @@ from CimTest.Globals import do_main -sup_types = ['Xen', 'KVM', 'XenFV'] +sup_types = ['Xen', 'KVM', 'XenFV', 'LXC'] expr_values = { "invalid_name_keyvalue" : {'rc' : pywbem.CIM_ERR_NOT_FOUND, \
participants (1)
-
yunguol@cn.ibm.com