fix some pylint issues
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test_end2end.py
index 5266a609554a9ec934c9b83a7b3c04a33ec06c9d..43c0348130c47a143b76a8c6882a4819758dfe2f 100644 (file)
@@ -127,6 +127,7 @@ class TransportPCEFulltesting(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")