Skip tests in failure before deps version bump 90/107790/5
authorguillaume.lambert <guillaume.lambert@orange.com>
Mon, 11 Sep 2023 12:57:20 +0000 (14:57 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Tue, 12 Sep 2023 11:35:02 +0000 (13:35 +0200)
commitd8d7f865124beb089c7f726a35ee51ebce8d1c20
treeaa8833ffb56605823817b804fe8dc8b948da9a5f
parentcbfcf23c81171a5f8e84107affcfe77f2a8e0fb1
Skip tests in failure before deps version bump

The URL with attributes that contains slashes cause troubles
and ends up with a response status code 400 (invalid request).

- ignore related unittest in functional tests
- adapt test_utils to handle invalid request in these cases

JIRA: NETCONF-1154
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: If03a720fea6b2fcbd2a2089ad88e9580daf5d411
tests/transportpce_tests/1.2.1/test04_renderer_service_path_nominal.py
tests/transportpce_tests/2.2.1/test06_renderer_service_path_nominal.py
tests/transportpce_tests/common/test_utils.py