[PATCH] [TEST] Update Profile.03 for KVM&XenFV support

# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1215762155 25200 # Node ID d8bff88e8742a055eb96975a7d8f061b2718e3b3 # Parent 0f8b7f041b91761da40aee3f6574338de6c178fd [TEST] Update Profile.03 for KVM&XenFV support Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r 0f8b7f041b91 -r d8bff88e8742 suites/libvirt-cim/cimtest/Profile/03_rprofile_gi_errs.py --- a/suites/libvirt-cim/cimtest/Profile/03_rprofile_gi_errs.py Thu Jul 10 06:07:36 2008 -0700 +++ b/suites/libvirt-cim/cimtest/Profile/03_rprofile_gi_errs.py Fri Jul 11 00:42:35 2008 -0700 @@ -57,7 +57,7 @@ from CimTest import Globals from CimTest import Globals from CimTest.Globals import do_main -sup_types = ['Xen', 'LXC'] +sup_types = ['Xen', 'KVM', 'XenFV', 'LXC'] expr_values = { "invalid_instid_keyvalue" : { 'rc' : pywbem.CIM_ERR_NOT_FOUND, \
participants (1)
-
Guo Lian Yun