From a5985508817e5de73092a339f15ce7f9f701a20f Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Fri, 15 Dec 2017 14:35:49 -0500 Subject: Restore functional testing under ssl Closes-bug: #1738033 Change-Id: Ia3e2e210eea09ac07311f25ffa99ad0f4ced418d --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tox.ini') 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}' -- cgit v1.2.1