# HG changeset patch
# User Deepti B. Kalakeri <deeptik(a)linux.vnet.ibm.com>
# Date 1244038300 25200
# Node ID f2bbb86e5fec3ffe80b3716dc40e242aec3b0746
# Parent 7e1e9ac3a390df22b3fbd8f8c760dd13e41aff88
[TEST] Fixing the RPCS/04 tc
Tested on F10 with KVM and current sources.
Signed-off-by: Deepti B. Kalakeri <deeptik(a)linux.vnet.ibm.com>
diff -r 7e1e9ac3a390 -r f2bbb86e5fec
suites/libvirt-cim/cimtest/ResourcePoolConfigurationService/04_CreateChildResourcePool.py
---
a/suites/libvirt-cim/cimtest/ResourcePoolConfigurationService/04_CreateChildResourcePool.py Mon
Jun 01 02:27:59 2009 -0700
+++
b/suites/libvirt-cim/cimtest/ResourcePoolConfigurationService/04_CreateChildResourcePool.py Wed
Jun 03 07:11:40 2009 -0700
@@ -98,6 +98,11 @@
logger.error("Unable to destroy networkpool %s", test_pool)
return status
+ status = undefine_netpool(options.ip, options.virt, test_pool)
+ if status != PASS:
+ logger.error("Unable to undefine networkpool %s", test_pool)
+ return status
+
status = PASS
return status
Show replies by date