Fix more and more pylint warnings
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test05_flex_grid.py
index 1fc4a37240c277519039dfba7699920d86fa5d19..73411e7952c95203ac6d45acd9b90d2da240a2c4 100644 (file)
@@ -9,6 +9,8 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
+# pylint: disable=no-member
+
 import unittest
 import time
 import requests
@@ -32,6 +34,7 @@ class TransportPCEPortMappingTesting(unittest.TestCase):
 
     @classmethod
     def tearDownClass(cls):
+        # pylint: disable=not-an-iterable
         for process in cls.processes:
             test_utils.shutdown_process(process)
         print("all processes killed")