aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-03-11 12:44:01 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-03-12 10:22:03 +0100
commit1bdf68f6ed2d55d72d47c0ee4c7a7bc286c4ca3d (patch)
tree26bb7bd0c9d7af950294ab6c31ef7b761c2d0b2c /tox.ini
parenteb973db776e77781c875d2640c4d59f878ba27c0 (diff)
Rewrite refstack testcase
It now leverages on rally to factorize code between all tempest-based testcases. refstack-client is also added as requirement. JIRA: FUNCTEST-942 Change-Id: Ieee845327f8736582d77b898edd6c9edd00667e0 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 8311582e7..91b767c32 100644
--- 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,7 +43,6 @@ 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
@@ -58,7 +57,9 @@ commands =
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