
# HG changeset patch # User Deepti B. Kalakeri<deeptik@linux.vnet.ibm.com> # Date 1250076487 25200 # Node ID 40ae39e74558a58a05f01fcf61aaa8ee5384e667 # Parent ba7c3a6ecb409faad1395a19d1782fda6c525f67 [TEST] Fixing VSSD/04*py Tested with KVM on F10 and Xen on RHEL5.3 with current sources. Signed-off-by: Deepti B. Kalakeri <deeptik@linux.vnet.ibm.com> diff -r ba7c3a6ecb40 -r 40ae39e74558 suites/libvirt-cim/cimtest/VSSD/04_vssd_to_rasd.py --- a/suites/libvirt-cim/cimtest/VSSD/04_vssd_to_rasd.py Wed Aug 12 02:30:19 2009 -0700 +++ b/suites/libvirt-cim/cimtest/VSSD/04_vssd_to_rasd.py Wed Aug 12 04:28:07 2009 -0700 @@ -73,11 +73,6 @@ else: vsxml_info = virt_xml(test_dom, mem=test_mem, vcpus = test_vcpus, mac = test_mac, disk = test_disk) - try: - bridge = vsxml_info.set_vbridge(server, default_network_name) - except Exception, details: - logger.error("Exception : %s", details) - return FAIL, vsxml_info try: ret = vsxml_info.cim_define(server)
participants (1)
-
Deepti B. Kalakeri