X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=01de45c83159d89b6e7a23cf134c3ed331efea0f;hb=6fc64d9e03d3e34a55c2792fa2e80c1b9a4b93a0;hp=b1324cfcd8e8c0a168f61fc81295df83e8692b05;hpb=0f31a0dca579840145a3bcbbfff070ae4ae95115;p=functest.git diff --git a/tox.ini b/tox.ini index b1324cfcd..01de45c83 100644 --- a/tox.ini +++ b/tox.ini @@ -34,6 +34,8 @@ 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 functest.opnfv_tests.sdn.odl @@ -43,6 +45,8 @@ 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 functest.tests.unit.vnf.router @@ -57,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