X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Ftransportpce_tests%2F7.1%2Ftest01_portmapping.py;h=b5317f550fcdd73d4c968a2dc0e8b4959c2abe2c;hb=80c1e9a96ad3e992fb6504463ce1eaacd1e5a7e9;hp=7178eaec922a38d9617da8eb44c6558fce4e3bc7;hpb=b6cfae23636d24db5c63a32a5dad57de1c94327b;p=transportpce.git diff --git a/tests/transportpce_tests/7.1/test01_portmapping.py b/tests/transportpce_tests/7.1/test01_portmapping.py index 7178eaec9..b5317f550 100644 --- a/tests/transportpce_tests/7.1/test01_portmapping.py +++ b/tests/transportpce_tests/7.1/test01_portmapping.py @@ -14,8 +14,11 @@ import unittest import time import requests +# pylint: disable=wrong-import-order import sys sys.path.append('transportpce_tests/common') +# pylint: disable=wrong-import-position +# pylint: disable=import-error import test_utils_rfc8040 # nopep8 @@ -37,6 +40,7 @@ class TransportPCE400GPortMappingTesting(unittest.TestCase): print("all processes killed") def setUp(self): + # pylint: disable=consider-using-f-string print("execution of {}".format(self.id().split(".")[-1])) time.sleep(10)