From: Cédric Ollivier Date: Tue, 9 Feb 2021 21:39:05 +0000 (+0100) Subject: Fix pylint issues X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F34%2F71934%2F1;p=functest-xtesting.git Fix pylint issues Change-Id: Id6f0ce4c594d1f377fd2added3010de681855561 Signed-off-by: Cédric Ollivier --- diff --git a/xtesting/core/mts.py b/xtesting/core/mts.py index ec6766d2..3cfbea0d 100644 --- a/xtesting/core/mts.py +++ b/xtesting/core/mts.py @@ -239,7 +239,9 @@ class MTSLauncher(testcase.TestCase): f_stdout.write(line.decode("utf-8")) if six.PY3: try: + # pylint: disable=unexpected-keyword-arg process.wait(timeout=max_duration) + # pylint: disable=no-member except subprocess.TimeoutExpired: process.kill() self.__logger.info(