Antoni Segura Puimedon has posted comments on this change. Change subject: netinfo: Add shorthand NetInfo.bridges for consistency ......................................................................
Patch Set 1: Code-Review-1 (1 comment) http://gerrit.ovirt.org/#/c/25212/1/tests/configNetworkTests.py File tests/configNetworkTests.py: Line 87: } Line 88: }, Line 89: 'nics': ['eth0', 'eth1', 'eth2', 'eth3', 'eth4', 'eth5', 'eth6', Line 90: 'eth7', 'eth8', 'eth9', 'eth10'], Line 91: 'bridges': {}, This is not consistent with the rest of the information in _netinfo. fakebrnet, fakebrnet1 and fakebrnet2 are bridged, so those bridges should be here. Line 92: 'bondings': {'bond00': {'slaves': ['eth5', 'eth6']}} Line 93: } Line 94: Line 95: fakeInfo = netinfo.NetInfo(_netinfo) -- To view, visit http://gerrit.ovirt.org/25212 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ibf14be0a4db0678b4653512accd48b5ee9a43e1d Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Ondřej Svoboda <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
