Assaf Muller has posted comments on this change. Change subject: Functional Tests [3/3]: Added static source routing functional test ......................................................................
Patch Set 1: (1 comment) .................................................... File tests/functional/networkTests.py Line 28: Line 29: from vdsm.ipwrapper import ruleAdd, ruleDel, routeAdd, routeDel, routeExists, \ Line 30: ruleExists, Route, Rule Line 31: Line 32: from vdsm.netinfo import prefix2netmask Usages of netinfo in utils actually provide something over directly calling netinfo from networkTests. In this case I just need to call prefix2netmask directly. Line 33: Line 34: Line 35: NETWORK_NAME = 'test-network' Line 36: VLAN_ID = '27' -- To view, visit http://gerrit.ovirt.org/18041 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4188e6ee5daea12fbd35cb8e1c87782e9605c7cd Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Assaf Muller <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Assaf Muller <[email protected]> Gerrit-Reviewer: Giuseppe Vallarelli <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
