X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=d2c94342be00eecb1b8c9e439246df1347991a33;hb=13e71a2fff4618eebbb37afeaef6b9560b8b00a6;hp=b1324cfcd8e8c0a168f61fc81295df83e8692b05;hpb=8e416aee220bf6959e2e21f18a5ebfec1421858b;p=functest.git diff --git a/tox.ini b/tox.ini index b1324cfcd..d2c94342b 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +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 @@ -43,7 +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 @@ -57,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