fix some pylint issues
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test_portmapping.py
index 6024ca2366cce4f0a2f632c2920e9472b22372f7..51694b5683ef88a8eddf2a4c221e381626fd37bd 100644 (file)
@@ -29,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")