From 1bdf68f6ed2d55d72d47c0ee4c7a7bc286c4ca3d Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 11 Mar 2018 12:44:01 +0100 Subject: Rewrite refstack testcase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tox.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tox.ini') 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 -- cgit 1.2.3-korg