X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=d2c94342be00eecb1b8c9e439246df1347991a33;hb=13e71a2fff4618eebbb37afeaef6b9560b8b00a6;hp=bf542a9b34d68ace252ace232c9bf3021ff19802;hpb=8296b68bbb2e6da34676af2c1e81e264c626296c;p=functest.git diff --git a/tox.ini b/tox.ini index bf542a9b3..d2c94342b 100644 --- a/tox.ini +++ b/tox.ini @@ -34,8 +34,10 @@ 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.tempest functest.opnfv_tests.openstack.vping functest.opnfv_tests.sdn.odl functest.opnfv_tests.vnf.router @@ -44,8 +46,10 @@ 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.tempest functest.tests.unit.openstack.vping functest.tests.unit.vnf.router functest.tests.unit.utils.test_decorators @@ -59,7 +63,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