Dan Kenigsberg has submitted this change and it was merged. Change subject: sslTests: fix parallel build in Jenkins ......................................................................
sslTests: fix parallel build in Jenkins sslTests uses a fixed port for binding socket. When it is run in parallel Jenkins builds, it will fail with port conflicts. This patch tries to find new available port if the default port is occupied. Change-Id: Ia8510eb418de1b045d362231dee24a994ca936ac Signed-off-by: Zhou Zheng Sheng <[email protected]> --- M tests/sslTests.py 1 file changed, 19 insertions(+), 2 deletions(-) Approvals: Juan Hernandez: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved Zhou Zheng Sheng: Verified -- To view, visit http://gerrit.ovirt.org/9254 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia8510eb418de1b045d362231dee24a994ca936ac Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Zhou Zheng Sheng <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
