From 98d1a3d8b9beae43f2dacdc79309c39c2435feed Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 10 Jun 2018 20:12:05 +0200 Subject: Cover vping_ssh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I37c52057a45d76e081a1a0145baee96041ca25a5 Signed-off-by: Cédric Ollivier --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') 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} -- cgit 1.2.3-korg