fix some pylint issues 88/92688/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Mon, 7 Sep 2020 14:44:51 +0000 (16:44 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Thu, 24 Sep 2020 15:29:28 +0000 (15:29 +0000)
commit1d39f2b12d69bab29ff26ed83533f90fc6144d87
treebccd41a33113ba7725a6bdabbb2690d0fdc4c25d
parentcbc10e54a5db92cec75613304ba0743b6e6385a6
fix some pylint issues

and use a "#pylint disable=" comment to eliminate false positives

JIRA: TRNSPRTPCE-320
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I4a741f9f30f6d8e2e2ea209ad44f936cdaf6150f
(cherry picked from commit 6fe500a1bf557eb44d22584ac6bf7c924f12c47f)
21 files changed:
tests/transportpce_tests/1.2.1/test_end2end.py
tests/transportpce_tests/1.2.1/test_gnpy.py
tests/transportpce_tests/1.2.1/test_olm.py
tests/transportpce_tests/1.2.1/test_pce.py
tests/transportpce_tests/1.2.1/test_portmapping.py
tests/transportpce_tests/1.2.1/test_renderer_service_path_nominal.py
tests/transportpce_tests/1.2.1/test_topoPortMapping.py
tests/transportpce_tests/1.2.1/test_topology.py
tests/transportpce_tests/2.2.1/test_end2end.py
tests/transportpce_tests/2.2.1/test_olm.py
tests/transportpce_tests/2.2.1/test_otn_end2end.py
tests/transportpce_tests/2.2.1/test_otn_renderer.py
tests/transportpce_tests/2.2.1/test_otn_sh_renderer.py
tests/transportpce_tests/2.2.1/test_otn_topology.py
tests/transportpce_tests/2.2.1/test_portmapping.py
tests/transportpce_tests/2.2.1/test_renderer_service_path_nominal.py
tests/transportpce_tests/2.2.1/test_tapi.py
tests/transportpce_tests/2.2.1/test_topoPortMapping.py
tests/transportpce_tests/2.2.1/test_topology.py
tests/transportpce_tests/common/__init__.py [new file with mode: 0644]
tests/transportpce_tests/common/test_utils.py