Dan Kenigsberg has submitted this change and it was merged. Change subject: networkTests: Make DEFROUTE controllable so the system's gateway is preserved ......................................................................
networkTests: Make DEFROUTE controllable so the system's gateway is preserved testSetupNetworksAddDelDhcp, a test on a veth pair (with dnsmasq and a VDSM-invoked dhclient), has recently been adapted to account for source routing. Other two tests using dhclient directly however result in the replacement of the system's default route. Fix this situation on Fedora and RHEL by instructing their dhclient-script not to set the gateway on the veth. Change-Id: I0c0210b188feec45d151060d5cadaefe1ed6dc99 Signed-off-by: Ondřej Svoboda <[email protected]> Reviewed-on: http://gerrit.ovirt.org/35701 Reviewed-by: Antoni Segura Puimedon <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M tests/functional/dhcp.py 1 file changed, 8 insertions(+), 4 deletions(-) Approvals: Ondřej Svoboda: Verified Antoni Segura Puimedon: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/35701 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0c0210b188feec45d151060d5cadaefe1ed6dc99 Gerrit-PatchSet: 4 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: Ido Barkan <[email protected]> Gerrit-Reviewer: Ondřej Svoboda <[email protected]> Gerrit-Reviewer: Petr Horáček <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
