From c6092cb676363d89f366dc9a416ba6c53eeea33f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 26 Jan 2018 14:29:01 +0100 Subject: Fix pylint errors in several utils modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All utils which are moving to xtesting are now fixed. It remains OpenStack and Functest utils (+ the related unit tests) which doesn't move to the new package. Change-Id: If13c627c8444c62d5c6bf9c8057d6413aa0e56c7 Signed-off-by: Cédric Ollivier --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 08b24e0e..251ca26d 100644 --- a/tox.ini +++ b/tox.ini @@ -43,12 +43,16 @@ modules = functest.tests.unit.odl functest.tests.unit.vnf.router functest.tests.unit.utils.test_decorators + functest.utils.config functest.utils.decorators + functest.utils.constants + functest.utils.env + functest.utils.functest_utils commands = bash -c "\ pylint -f parseable --disable=locally-disabled functest | \ tee pylint.out | sed -ne '/Raw metrics/,//p'" - pylint --disable=locally-disabled --reports=n --errors-only functest + pylint --reports=n --errors-only functest pylint --disable=locally-disabled --reports=n {[testenv:pylint]modules} [testenv:yamllint] -- cgit 1.2.3-korg