From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has submitted this change and it was merged.
Change subject: net test: Provide the ability to preserve the default route ...................................................................... net test: Provide the ability to preserve the default route Introducing preserve_default_route under nettestlib module, to assist tests to preserve the system original default route and properly cleanup the test. With this patch, it is now possible to add a default route and query the existing one for both IPv4 and IPv6. Change-Id: I0b8b27080b8aa0053cca8e9fc0642199c20760f6 Signed-off-by: Edward Haas <[email protected]> --- M lib/vdsm/network/ip/address.py M lib/vdsm/network/ipwrapper.py M lib/vdsm/network/netinfo/routes.py M tests/network/nettestlib.py 4 files changed, 41 insertions(+), 3 deletions(-) Approvals: Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved Edward Haas: Verified -- To view, visit https://gerrit.ovirt.org/69313 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0b8b27080b8aa0053cca8e9fc0642199c20760f6 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Edward Haas <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
