Change in vdsm[master]: networkTests: Use bond5 in functional network tests.

osvoboda at redhat.com osvoboda at redhat.com
Tue May 27 12:21:21 UTC 2014


Ondřej Svoboda has uploaded a new change for review.

Change subject: networkTests: Use bond5 in functional network tests.
......................................................................

networkTests: Use bond5 in functional network tests.

bond0, originally used in the tests, is one of netinfo.REQUIRED_BONDINGS,
which are never deleted. In one approach to resetting bonding
options, this is done by deleting the bond -- bond0 would be unaffected.

Change-Id: I0adcd83658c6a6b744cb42faf4fb075e32e3b391
Signed-off-by: Ondřej Svoboda <osvoboda at redhat.com>
---
M tests/functional/networkTests.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/41/28141/1

diff --git a/tests/functional/networkTests.py b/tests/functional/networkTests.py
index a572a33..e17f2e4 100644
--- a/tests/functional/networkTests.py
+++ b/tests/functional/networkTests.py
@@ -49,7 +49,7 @@
 
 NETWORK_NAME = 'test-network'
 VLAN_ID = '27'
-BONDING_NAME = 'bond0'
+BONDING_NAME = 'bond5'
 IP_ADDRESS = '240.0.0.1'
 IP_NETWORK = '240.0.0.0'
 IP_ADDRESS_IN_NETWORK = '240.0.0.50'


-- 
To view, visit http://gerrit.ovirt.org/28141
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0adcd83658c6a6b744cb42faf4fb075e32e3b391
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ondřej Svoboda <osvoboda at redhat.com>


More information about the vdsm-patches mailing list