diff options
author | Juha Kosonen <juha.kosonen@nokia.com> | 2018-01-29 15:57:11 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-01-30 20:48:19 +0100 |
commit | 5b25c0e6400f00d8665eb3071c71ea797662cf51 (patch) | |
tree | d8a450557d96c6830fe8332056613ddda4cbed82 /tox.ini | |
parent | 8296b68bbb2e6da34676af2c1e81e264c626296c (diff) |
Fix pylint errors/warnings in rally
JIRA: FUNCTEST-906
Change-Id: I484f9a291d5adbedb855450e4ff067dfa4a3b2ae
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -34,6 +34,7 @@ modules = functest.cli functest.core functest.energy + functest.opnfv_tests.openstack.rally functest.opnfv_tests.openstack.refstack_client functest.opnfv_tests.openstack.snaps functest.opnfv_tests.openstack.vping @@ -44,6 +45,7 @@ modules = functest.tests.unit.core functest.tests.unit.energy functest.tests.unit.odl + functest.tests.unit.openstack.rally functest.tests.unit.openstack.refstack_client functest.tests.unit.openstack.snaps functest.tests.unit.openstack.vping @@ -59,7 +61,7 @@ commands = pylint -f parseable --disable=locally-disabled functest | \ tee pylint.out | sed -ne '/Raw metrics/,//p'" pylint --reports=n --errors-only functest - pylint --disable=locally-disabled --reports=n {[testenv:pylint]modules} + pylint --disable=locally-disabled --ignore-imports=y --reports=n {[testenv:pylint]modules} [testenv:yamllint] basepython = python2.7 |