# HG changeset patch
# User Deepti B.Kalakeri <deeptik(a)linux.vnet.ibm.com>
# Date 1247754531 25200
# Node ID 14b666e2a803048c1ce4e71b550a49c62915b3a3
# Parent ec760853195bcb5920e3822d1a8f5ba37c5b2c48
[TEST] Fixing rcps/07*py which fails with sfcb.
Tested with SLES11, with current source and sfcb.
Signed-off-by: Deepti B. Kalakeri <deeptik(a)linux.vnet.ibm.com>
diff -r ec760853195b -r 14b666e2a803
suites/libvirt-cim/cimtest/ResourcePoolConfigurationService/07_DeleteResourcePool.py
---
a/suites/libvirt-cim/cimtest/ResourcePoolConfigurationService/07_DeleteResourcePool.py Wed
Jul 15 14:52:43 2009 -0700
+++
b/suites/libvirt-cim/cimtest/ResourcePoolConfigurationService/07_DeleteResourcePool.py Thu
Jul 16 07:28:51 2009 -0700
@@ -86,7 +86,7 @@
"Netmask" : "255.255.255.0",
"IPRangeStart" : "192.168.0.9",
"IPRangeEnd" : "192.168.0.15",
- "ForwardMode" : "nat"
+ "ForwardMode" : pywbem.cim_types.Uint16(1)
}
status = create_pool(options.ip, options.virt, test_pool, pool_attr)