diff options
author | ashishk1994 <ashishk.iiit@gmail.com> | 2017-02-03 02:39:31 +0530 |
---|---|---|
committer | ashishk1994 <ashishk.iiit@gmail.com> | 2017-03-01 16:32:22 +0530 |
commit | 44741321fcbde01469ba77d6be3ae135ca7899c2 (patch) | |
tree | 0e60c692acbb6847768c41b8a020d153ea72f28a /run_unit_tests.sh | |
parent | a0dc5207a309c11d061aa20fcdca62bf7462184c (diff) |
Unit tests added for openstack/tempest
_parse_verification_id method is removed
as it is not used anywhere
Change-Id: Ia2bc75ffbc2527b04cbe2428e2a3822803bde215
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
Diffstat (limited to 'run_unit_tests.sh')
-rwxr-xr-x | run_unit_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unit_tests.sh b/run_unit_tests.sh index 8e02880a6..7cad227e0 100755 --- a/run_unit_tests.sh +++ b/run_unit_tests.sh @@ -44,7 +44,7 @@ nosetests --with-xunit \ --cover-package=functest.opnfv_tests.sdn.odl.odl \ --cover-package=functest.opnfv_tests.vnf.ims \ --cover-package=functest.utils \ - --cover-package=functest.opnfv_tests.openstack.rally \ + --cover-package=functest.opnfv_tests.openstack \ --cover-xml \ --cover-html \ --log-config=$(pwd)/functest/tests/unit/test_logging.ini \ |