Merge "Put TestResults.json in the right dir"
[functest.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 8b74f46..91b767c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -33,7 +33,7 @@ modules =
   functest.ci
   functest.cli
   functest.opnfv_tests.openstack.rally
-  functest.opnfv_tests.openstack.refstack_client
+  functest.opnfv_tests.openstack.refstack
   functest.opnfv_tests.openstack.snaps
   functest.opnfv_tests.openstack.tempest
   functest.opnfv_tests.openstack.vping
@@ -43,21 +43,23 @@ modules =
   functest.tests.unit.cli
   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
   functest.utils.config
   functest.utils.constants
   functest.utils.env
   functest.utils.functest_utils
 commands =
   bash -c "\
-    pylint -f parseable --disable=locally-disabled functest | \
+    pylint -f parseable --ignore-imports=y --disable=locally-disabled functest | \
     tee pylint.out | sed -ne '/Raw metrics/,//p'"
   pylint --reports=n --errors-only functest
-  pylint --disable=locally-disabled --ignore-imports=y --reports=n {[testenv:pylint]modules}
+  pylint --disable=locally-disabled \
+    --disable=duplicate-code \
+    --ignore-imports=y --reports=n {[testenv:pylint]modules}
 
 [testenv:yamllint]
 basepython = python2.7