fix some pylint issues
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test_portmapping.py
index 58db3fca60837816b1bd523fe2614d569ea9b880..7692c3246168bb75a9336832da361ce39558f1c2 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")