Dan Kenigsberg has submitted this change and it was merged. Change subject: networkTests: fix bridged case of testDelNetworkWithMTU by increasing MTU ......................................................................
networkTests: fix bridged case of testDelNetworkWithMTU by increasing MTU Setting disable_ipv6 failed on test-network bridge because the bridge was never listed under /proc/sys/net/ipv6/conf/ although it was successfully created. It turns out that MTU of at least 1280 bytes (which is a minimum value mandated by IPv6 standard) is required for network devices to be listed under said directory. Change-Id: Ie342709f31e0a0eabe64d5dc1b194f33df7b5744 Signed-off-by: Ondřej Svoboda <[email protected]> Reviewed-on: https://gerrit.ovirt.org/44445 Continuous-Integration: Jenkins CI Reviewed-by: Ido Barkan <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M tests/functional/networkTests.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ido Barkan: Looks good to me, but someone else must approve Ondřej Svoboda: Verified Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/44445 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie342709f31e0a0eabe64d5dc1b194f33df7b5744 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Ondřej Svoboda <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Ido Barkan <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Ondřej Svoboda <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
