diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-21 10:16:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-21 10:16:23 +0000 |
commit | 67902c82571b80522c16844df91a9b4699eb91a2 (patch) | |
tree | cc2e4f6df7b3caa3507e0b80dcad6419e6dcff3c /run_unit_tests.sh | |
parent | 0ba2cb40b3c7ff4d69e1c4b045d7a4ed54f302b8 (diff) | |
parent | 8048b797f8147b3db5dfcf68caf6bb449b2f2067 (diff) |
Merge "Adapt Domino to Test Abstraction"
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 e050418c..0abf3c27 100755 --- a/run_unit_tests.sh +++ b/run_unit_tests.sh @@ -55,7 +55,7 @@ nosetests --with-xunit \ --with-coverage \ --cover-erase \ --cover-package=functest.core.TestCasesBase \ - --cover-package=functest.testcases.Controllers.ODL.OpenDaylightTesting \ + --cover-package=functest.opnfv_tests.Controllers.ODL.OpenDaylightTesting \ --cover-xml \ --cover-html \ functest/tests/unit |