Fix func. tests utils base URL generation issue 23/99523/3
authorguillaume.lambert <guillaume.lambert@orange.com>
Sat, 29 Jan 2022 11:38:08 +0000 (12:38 +0100)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Sat, 29 Jan 2022 11:48:19 +0000 (11:48 +0000)
commitb007d00d5264bd6d28b461ef6a600135f1d513f3
tree98203652f297f31ced4e38c10b28ab8d14555a2b
parentbb2fab18455b1d7a144f4fb649a37a247b888642
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