fix some pylint issues
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test_portmapping.py
index 861d88098bfc93476f7fe83189cacc1d1fcdbf84..51694b5683ef88a8eddf2a4c221e381626fd37bd 100644 (file)
@@ -9,6 +9,9 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
+# pylint: disable=no-member
+# pylint: disable=too-many-public-methods
+
 import unittest
 import time
 import requests
@@ -26,6 +29,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")