[Libvirt-cim] [PATCH] [TEST] Update VirtualSystemManagementService.02~04 for LXC support

yunguol at cn.ibm.com yunguol at cn.ibm.com
Thu Jun 12 16:35:35 UTC 2008


# HG changeset patch
# User Guolian Yun <yunguol at cn.ibm.com>
# Date 1213288529 -28800
# Node ID 843d6dc15815f6f54b0123d783398c84553dfb30
# Parent  254bc5464030a03b6f791fd49acd208f6ec1db23
[TEST] Update VirtualSystemManagementService.02~04 for LXC support

Signed-off-by: Guolian Yun <yunguol at cn.ibm.com>

diff -r 254bc5464030 -r 843d6dc15815 suites/libvirt-cim/cimtest/VirtualSystemManagementService/02_destroysystem.py
--- a/suites/libvirt-cim/cimtest/VirtualSystemManagementService/02_destroysystem.py	Wed Jun 11 20:56:07 2008 +0800
+++ b/suites/libvirt-cim/cimtest/VirtualSystemManagementService/02_destroysystem.py	Fri Jun 13 00:35:29 2008 +0800
@@ -33,7 +33,7 @@
 from CimTest.Globals import logger
 from CimTest.ReturnCodes import PASS, FAIL
 
-sup_types = ['Xen', 'KVM', 'XenFV']
+sup_types = ['Xen', 'KVM', 'XenFV', 'LXC']
 default_dom = 'test_domain'
 rev = 528
 
diff -r 254bc5464030 -r 843d6dc15815 suites/libvirt-cim/cimtest/VirtualSystemManagementService/03_definesystem_ess.py
--- a/suites/libvirt-cim/cimtest/VirtualSystemManagementService/03_definesystem_ess.py	Wed Jun 11 20:56:07 2008 +0800
+++ b/suites/libvirt-cim/cimtest/VirtualSystemManagementService/03_definesystem_ess.py	Fri Jun 13 00:35:29 2008 +0800
@@ -32,7 +32,7 @@
 from CimTest.Globals import do_main
 from CimTest.ReturnCodes import PASS, FAIL
 
-sup_types = ['Xen', 'KVM', 'XenFV']
+sup_types = ['Xen', 'KVM', 'XenFV', 'LXC']
 exp_rc = 1 #CMPI_RC_ERR_FAILED
 exp_desc = 'Unable to parse embedded object'
 
diff -r 254bc5464030 -r 843d6dc15815 suites/libvirt-cim/cimtest/VirtualSystemManagementService/04_definesystem_ers.py
--- a/suites/libvirt-cim/cimtest/VirtualSystemManagementService/04_definesystem_ers.py	Wed Jun 11 20:56:07 2008 +0800
+++ b/suites/libvirt-cim/cimtest/VirtualSystemManagementService/04_definesystem_ers.py	Fri Jun 13 00:35:29 2008 +0800
@@ -32,7 +32,7 @@
 from CimTest.Globals import do_main
 from CimTest.ReturnCodes import PASS, FAIL, XFAIL_RC
 
-sup_types = ['Xen', 'KVM', 'XenFV']
+sup_types = ['Xen', 'KVM', 'XenFV', 'LXC']
 exp_rc = 1 #CMPI_RC_ERR_FAILED
 exp_desc = 'Unable to parse embedded object'
 




More information about the Libvirt-cim mailing list