[PATCH] [TEST]Update ReferencedProfile.01&02 for LXC support

# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1212140542 -28800 # Node ID 005aae91fa3af0aedbda2e1334802f4e0ae35dc0 # Parent 3ac66cf562f082546883c1de0d748471b557cd39 [TEST]Update ReferencedProfile.01&02 for LXC support Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r 3ac66cf562f0 -r 005aae91fa3a suites/libvirt-cim/cimtest/ReferencedProfile/01_verify_refprof.py --- a/suites/libvirt-cim/cimtest/ReferencedProfile/01_verify_refprof.py Fri May 30 00:24:45 2008 +0800 +++ b/suites/libvirt-cim/cimtest/ReferencedProfile/01_verify_refprof.py Fri May 30 17:42:22 2008 +0800 @@ -82,7 +82,7 @@ from XenKvmLib.const import CIM_REV from XenKvmLib.common_util import print_field_error -sup_types = ['Xen', 'KVM', 'XenFV'] +sup_types = ['Xen', 'KVM', 'XenFV', 'LXC'] libvirtcim_rev = 501 diff -r 3ac66cf562f0 -r 005aae91fa3a suites/libvirt-cim/cimtest/ReferencedProfile/02_refprofile_errs.py --- a/suites/libvirt-cim/cimtest/ReferencedProfile/02_refprofile_errs.py Fri May 30 00:24:45 2008 +0800 +++ b/suites/libvirt-cim/cimtest/ReferencedProfile/02_refprofile_errs.py Fri May 30 17:42:22 2008 +0800 @@ -62,7 +62,7 @@ from XenKvmLib.common_util import try_assoc from XenKvmLib.const import CIM_REV -sup_types = ['Xen', 'KVM', 'XenFV'] +sup_types = ['Xen', 'KVM', 'XenFV', 'LXC'] libvirtcim_rev = 501 expr_values = {
participants (1)
-
yunguol@cn.ibm.com