Petr Horáček has uploaded a new change for review. Change subject: networkTests: BOND_NAME constant changed to bond11 ......................................................................
networkTests: BOND_NAME constant changed to bond11 Because of conflicts with fake bonds. Change-Id: Id9f1892eaeae68583a792cb122cad4a5162e68fa Signed-off-by: Petr Horáček <[email protected]> --- M tests/functional/networkTests.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/32/31332/1 diff --git a/tests/functional/networkTests.py b/tests/functional/networkTests.py index 038dde2..605db46 100644 --- a/tests/functional/networkTests.py +++ b/tests/functional/networkTests.py @@ -52,7 +52,7 @@ NETWORK_NAME = 'test-network' VLAN_ID = '27' -BONDING_NAME = 'bond0' +BONDING_NAME = 'bond11' 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/31332 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id9f1892eaeae68583a792cb122cad4a5162e68fa Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Petr Horáček <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
