aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2018-01-31 09:33:25 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-31 09:33:25 +0000
commitbad712f34309cf4cf09701e900b832b2503761f6 (patch)
tree1014172b1a8e13146b217a3f755c14031cbce331 /tox.ini
parent41d7f56276e1bb6c5b25695857bcd3ac2408b2ec (diff)
parent5b25c0e6400f00d8665eb3071c71ea797662cf51 (diff)
Merge "Fix pylint errors/warnings in rally"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bf542a9b3..01de45c83 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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