diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-07-08 09:19:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-07-08 09:19:53 +0000 |
commit | 4300f0c67b9cb5b75911b0764175044f5e8d3a32 (patch) | |
tree | 385b5dcda84221e2cbf24db0aa1a8d15b0f63737 /tox.ini | |
parent | 74c4e99c18d00d80ce7a2c2f0c36e656a842b966 (diff) | |
parent | 98d1a3d8b9beae43f2dacdc79309c39c2435feed (diff) |
Merge "Cover vping_ssh"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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} |