Update kuryr/tests to kuryr_libnetwork/tests in all files.

Change-Id: I0a3c5d74f5ef008d759d37c57ff24bd3a70c9d51
Closed-Bug: #1603457
This commit is contained in:
Liping Mao 2016-07-15 22:18:20 +08:00
parent 1ffffcc401
commit 6ff2f4ef9b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[run]
omit = kuryr/tests/*
omit = kuryr_libnetwork/tests/*
[report]
ignore_errors = True

View File

@ -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}