Fix remaining pylint warnings apart fixme & dup
[transportpce.git] / tests / transportpce_tests / common / test_utils.py
index c18a4d1f5ee1288834881c70e5f9835ae3864ef9..cfb5f92e0f52538a26e713c35084a732373c9bb5 100644 (file)
@@ -10,6 +10,7 @@
 ##############################################################################
 
 # pylint: disable=no-member
+# pylint: disable=too-many-arguments
 
 import json
 import os
@@ -507,6 +508,7 @@ def start_honeynode(log_file: str, sim):
 
 def wait_until_log_contains(log_file, regexp, time_to_wait=60):
     # pylint: disable=lost-exception
+    # pylint: disable=consider-using-with
     stringfound = False
     filefound = False
     line = None