[PATCH] [TEST] Skip 12_referenced_config.py for LXC

# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1227593331 28800 # Node ID 703397342f5e776480ff3f774103d4322051ea7f # Parent 6c4384410f4f2eca6b696c6c2b92a1ee1c73a688 [TEST] Skip 12_referenced_config.py for LXC This tc try to set NetRASD for rasd, but LXC only takes disk and memory device for now Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r 6c4384410f4f -r 703397342f5e suites/libvirt-cim/cimtest/VirtualSystemManagementService/12_referenced_config.py --- a/suites/libvirt-cim/cimtest/VirtualSystemManagementService/12_referenced_config.py Sun Nov 23 22:56:55 2008 -0800 +++ b/suites/libvirt-cim/cimtest/VirtualSystemManagementService/12_referenced_config.py Mon Nov 24 22:08:51 2008 -0800 @@ -35,7 +35,7 @@ from XenKvmLib.assoc import AssociatorNames from XenKvmLib.test_xml import dumpxml -sup_types = ['Xen', 'XenFV', 'KVM', 'LXC'] +sup_types = ['Xen', 'XenFV', 'KVM'] test_dom = 'rstest_domain' test_dom2 = 'rstest_domain2'
participants (1)
-
yunguol@cn.ibm.com