diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-03-10 09:27:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-10 09:27:19 +0000 |
commit | d51d33142ddd7f94781f0b2855a8f19c29cfe941 (patch) | |
tree | 064287533f1dd1b1d1c22a6247f4433b56b855e8 /run_unit_tests.sh | |
parent | 64a5a52fbf44549c018e33221209a1e3315e36b9 (diff) | |
parent | 44741321fcbde01469ba77d6be3ae135ca7899c2 (diff) |
Merge "Unit tests added for openstack/tempest"
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 4c43bfc9..32076dab 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 \ |