summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-requirements.txt3
-rw-r--r--tox.ini11
2 files changed, 13 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 5887fc3..61a29f8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,8 +7,9 @@ hacking<0.11,>=0.10.0
coverage>=3.6 # Apache-2.0
discover # BSD
mock>=1.2 # BSD
-oslo.config>=3.4.0 # Apache-2.0
+oslo.config>=3.7.0 # Apache-2.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+oslotest>=1.10.0 # Apache-2.0
python-neutronclient>=2.6.0 # Apache-2.0
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
python-swiftclient>=2.2.0 # Apache-2.0
diff --git a/tox.ini b/tox.ini
index cbd90b1..717f161 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,6 +25,17 @@ setenv =
DISCOVER_DIRECTORY=saharaclient/tests/integration/
commands = bash tools/pretty_tox.sh "{posargs}"
+[testenv:debug]
+commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
+
+[testenv:debug-py27]
+basepython = python2.7
+commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
+
+[testenv:debug-py34]
+basepython = python3.4
+commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
+
[testenv:functional]
passenv = OS_*
setenv =