diff options
author | Cedric Ollivier <ollivier.cedric@gmail.com> | 2016-10-20 15:18:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-20 15:18:33 +0000 |
commit | 7ab6390b446b6219c9b8f4b0924a74746f22bba5 (patch) | |
tree | c1395a6dfb643bc77b840c18e28699dd41d20d8e /run_unit_tests.sh | |
parent | 782c511c6cc1758c0a84857c3c23cf05b4b3791f (diff) | |
parent | b56e69f7e3d4fb567864a30d3ef6196cf2ec24af (diff) |
Merge "Fix nosetests call in run_unit_tests.sh"
Diffstat (limited to 'run_unit_tests.sh')
-rwxr-xr-x | run_unit_tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/run_unit_tests.sh b/run_unit_tests.sh index a37cd3d98..80767d4d3 100755 --- a/run_unit_tests.sh +++ b/run_unit_tests.sh @@ -18,7 +18,8 @@ pip install -e . # unit tests nosetests --with-xunit \ --with-coverage \ - --cover-package=functest\ + --cover-package=functest.core.TestCasesBase \ + --cover-package=functest.testcases.Controllers.ODL.OpenDaylightTesting \ --cover-xml \ unit_tests |