# HG changeset patch
# User Guolian Yun <yunguol(a)cn.ibm.com>
# Date 1213237841 -28800
# Node ID 9bbf8a02a4e6108143812c27161287241de2536e
# Parent b9100cec9aedb9f9243d753111a9a856e9480335
[TEST] 2# VirtualSystemManagementService.05&07 for LXC support, fix the sending date
on my own system
Signed-off-by: Guolian Yun <yunguol(a)cn.ibm.com>
diff -r b9100cec9aed -r 9bbf8a02a4e6
suites/libvirt-cim/cimtest/VirtualSystemManagementService/05_destroysystem_neg.py
---
a/suites/libvirt-cim/cimtest/VirtualSystemManagementService/05_destroysystem_neg.py Wed
Jun 11 03:38:49 2008 -0700
+++
b/suites/libvirt-cim/cimtest/VirtualSystemManagementService/05_destroysystem_neg.py Thu
Jun 12 10:30:41 2008 +0800
@@ -33,7 +33,7 @@
from CimTest.Globals import do_main
from CimTest.ReturnCodes import FAIL, PASS, SKIP
-sup_types = ['Xen', 'KVM', 'XenFV']
+sup_types = ['Xen', 'KVM', 'XenFV', 'LXC']
vsms_status_version = 534
def destroysystem_fail(tc, options):
diff -r b9100cec9aed -r 9bbf8a02a4e6
suites/libvirt-cim/cimtest/VirtualSystemManagementService/07_addresource_neg.py
--- a/suites/libvirt-cim/cimtest/VirtualSystemManagementService/07_addresource_neg.py Wed
Jun 11 03:38:49 2008 -0700
+++ b/suites/libvirt-cim/cimtest/VirtualSystemManagementService/07_addresource_neg.py Thu
Jun 12 10:30:41 2008 +0800
@@ -33,7 +33,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'