Fix func. tests utils base URL generation issue 88/99588/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Sat, 29 Jan 2022 11:38:08 +0000 (12:38 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Fri, 4 Feb 2022 09:12:58 +0000 (10:12 +0100)
commit111c3f1985c6fb858524238ce98de9da16ee70c8
tree455ec021c94d3e0ee8eb5f982a1fc954b03c8abd
parente070822a39366feef5e9c7f515907b64505d96ec
Fix func. tests utils base URL generation issue

RESTCONF base URL is generated by concatenating a string to a
configurable port number.
This port number is loosely typed with an integer.
If this is working well on most systems, it has been reported this
concatenation raises an error on some installation.

Casting explicitly the port number to a string in the concatenation
should solve the issue.

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Iff503422cf3a881b178618a439d810c918b52953
tests/transportpce_tests/common/test_utils_rfc8040.py