summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 7 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7f705d1..f9e00d6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,7 +24,13 @@ commands = {posargs}
[testenv:functional]
setenv =
- OS_TEST_PATH = ./neutronclient/tests/functional
+ OS_TEST_PATH = ./neutronclient/tests/functional/core
+ OS_NEUTRONCLIENT_EXEC_DIR = {envdir}/bin
+
+[testenv:functional-adv-svcs]
+setenv =
+ OS_TEST_PATH = ./neutronclient/tests/functional/adv-svcs
+ OS_NEUTRONCLIENT_EXEC_DIR = {envdir}/bin
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'