aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2018-07-08 09:19:53 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-07-08 09:19:53 +0000
commit4300f0c67b9cb5b75911b0764175044f5e8d3a32 (patch)
tree385b5dcda84221e2cbf24db0aa1a8d15b0f63737 /tox.ini
parent74c4e99c18d00d80ce7a2c2f0c36e656a842b966 (diff)
parent98d1a3d8b9beae43f2dacdc79309c39c2435feed (diff)
Merge "Cover vping_ssh"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8a2bfd7cd..46782995f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -118,9 +118,11 @@ basepython = python2.7
dirs =
functest/tests/unit/ci
functest/tests/unit/odl
+ functest/tests/unit/openstack/vping
commands = nosetests --with-coverage --cover-tests \
--cover-package functest.ci.check_deployment \
--cover-package functest.opnfv_tests.sdn.odl \
+ --cover-package functest.opnfv_tests.openstack.vping.vping_ssh \
--cover-package functest.tests.unit \
--cover-min-percentage 100 {[testenv:cover]dirs}