[Libvirt-cim] [PATCH] [TEST] Update HostedDependency.01~04 for XenFV support

yunguol at cn.ibm.com yunguol at cn.ibm.com
Thu Jul 24 10:10:51 UTC 2008


# HG changeset patch
# User Guolian Yun <yunguol at cn.ibm.com>
# Date 1216894242 25200
# Node ID 50c0e4d2d58d8075c010377c2dd5d662bf80c2b7
# Parent  32d78f23f6e73f5443022179410128767896465d
[TEST] Update HostedDependency.01~04 for XenFV support

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

diff -r 32d78f23f6e7 -r 50c0e4d2d58d suites/libvirt-cim/cimtest/HostedDependency/01_forward.py
--- a/suites/libvirt-cim/cimtest/HostedDependency/01_forward.py	Wed Jul 23 00:32:36 2008 -0700
+++ b/suites/libvirt-cim/cimtest/HostedDependency/01_forward.py	Thu Jul 24 03:10:42 2008 -0700
@@ -55,7 +55,7 @@ from CimTest.Globals import do_main
 from CimTest.Globals import do_main
 from CimTest.ReturnCodes import PASS, FAIL
 
-sup_types = ['Xen', 'KVM', 'LXC']
+sup_types = ['Xen', 'KVM', 'XenFV', 'LXC']
 
 test_dom = "hd_domain"
 test_mac = "00:11:22:33:44:55"
diff -r 32d78f23f6e7 -r 50c0e4d2d58d suites/libvirt-cim/cimtest/HostedDependency/02_reverse.py
--- a/suites/libvirt-cim/cimtest/HostedDependency/02_reverse.py	Wed Jul 23 00:32:36 2008 -0700
+++ b/suites/libvirt-cim/cimtest/HostedDependency/02_reverse.py	Thu Jul 24 03:10:42 2008 -0700
@@ -50,7 +50,7 @@ from CimTest.Globals import logger, do_m
 from CimTest.Globals import logger, do_main
 from CimTest.ReturnCodes import PASS, FAIL
 
-sup_types = ['Xen', 'KVM', 'LXC']
+sup_types = ['Xen', 'KVM', 'XenFV', 'LXC']
 
 test_dom = "hd_domain"
 test_mac = "00:11:22:33:44:55"
diff -r 32d78f23f6e7 -r 50c0e4d2d58d suites/libvirt-cim/cimtest/HostedDependency/03_enabledstate.py
--- a/suites/libvirt-cim/cimtest/HostedDependency/03_enabledstate.py	Wed Jul 23 00:32:36 2008 -0700
+++ b/suites/libvirt-cim/cimtest/HostedDependency/03_enabledstate.py	Thu Jul 24 03:10:42 2008 -0700
@@ -44,7 +44,7 @@ from XenKvmLib.devices import CIM_Instan
 from XenKvmLib.devices import CIM_Instance
 from CimTest.ReturnCodes import PASS, FAIL
 
-sup_types = ['Xen', 'KVM']
+sup_types = ['Xen', 'KVM', 'XenFV']
 
 test_dom = "hd_domain1"
 test_mac = "00:11:22:33:44:55"
diff -r 32d78f23f6e7 -r 50c0e4d2d58d suites/libvirt-cim/cimtest/HostedDependency/04_reverse_errs.py
--- a/suites/libvirt-cim/cimtest/HostedDependency/04_reverse_errs.py	Wed Jul 23 00:32:36 2008 -0700
+++ b/suites/libvirt-cim/cimtest/HostedDependency/04_reverse_errs.py	Thu Jul 24 03:10:42 2008 -0700
@@ -38,7 +38,7 @@ from XenKvmLib.common_util import get_ho
 from XenKvmLib.common_util import get_host_info, try_assoc
 from CimTest.ReturnCodes import PASS, FAIL, XFAIL_RC
 
-sup_types = ['Xen', 'KVM', 'LXC']
+sup_types = ['Xen', 'KVM', 'XenFV', 'LXC']
 
 test_dom = "hd_domain1"
 test_mac = "00:11:22:33:44:55"




More information about the Libvirt-cim mailing list