diff --git a/.coveragerc b/.coveragerc index 3e5d1ced..6d90ff01 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,5 +1,5 @@ [run] -omit = kuryr/tests/* +omit = kuryr_libnetwork/tests/* [report] ignore_errors = True diff --git a/tox.ini b/tox.ini index 7e50dfa4..cccd6a6f 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ commands = find . -type f -name "*.py[c|o]" -delete [testenv:fullstack] basepython = python2.7 -setenv = OS_TEST_PATH=./kuryr/tests/fullstack +setenv = OS_TEST_PATH=./kuryr_libnetwork/tests/fullstack [testenv:debug] commands = oslo_debug_helper {posargs}