diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-18 15:23:42 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-18 15:26:38 +0100 |
commit | 8048b797f8147b3db5dfcf68caf6bb449b2f2067 (patch) | |
tree | 80aaff9fc8c787e612a7ccd5a937d7c0187404c9 /run_unit_tests.sh | |
parent | ddf121f9511368eaf5b8e3ebd4e00fbd4f91ee6e (diff) |
Adapt Domino to Test Abstraction
JIRA: FUNCTEST-547
Change-Id: Iaeb1bb3e6f4529343eacc2f5ceda6d61ca6d96f7
Signed-off-by: Morgan Richomme <morgan.richomme@orange.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 e050418c5..0abf3c279 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 |