Fix tapi get-topology-details functional test
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test09_olm.py
index 8672fcbb3d9ef99c1fa163a590580c4be818a925..63ced0f742a591c969d35798ae5ebf0662e873c5 100644 (file)
 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  # nopep8
 
 
@@ -41,6 +44,7 @@ class TransportOlmTesting(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(1)