summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2017-12-15 14:35:49 -0500
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2017-12-15 15:10:43 -0500
commita5985508817e5de73092a339f15ce7f9f701a20f (patch)
tree7a7b7f90e3375d1cee1553c7f254320314844366 /tox.ini
parentc0e63d977fc077be55a02106403840165b89a349 (diff)
downloadpython-glanceclient-a5985508817e5de73092a339f15ce7f9f701a20f.tar.gz
Restore functional testing under ssl
Closes-bug: #1738033 Change-Id: Ia3e2e210eea09ac07311f25ffa99ad0f4ced418d
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c28c8c6..066bbc3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,11 @@ warnerror = True
# for information on running the functional tests.
setenv =
OS_TEST_PATH = ./glanceclient/tests/functional
+whitelist_externals =
+ bash
+commands =
+ bash tools/fix_ca_bundle.sh
+ python setup.py testr --testr-args='{posargs}'
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'