summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2017-10-22 16:11:39 +0200
committerDean Troyer <dtroyer@gmail.com>2017-10-23 08:34:15 -0500
commitef595fcfc4b42d2a7baeeddee9b804541b81637f (patch)
tree97dd8d70fb34505f2f60728411ccb9e33bd56f76 /tox.ini
parent161c79f7037364d6e69e43f1d0a9c605b96ebb88 (diff)
downloadpython-openstackclient-ef595fcfc4b42d2a7baeeddee9b804541b81637f.tar.gz
Add wrapper around ostestr
The functional tests assume that an openrc file has been sourced. Make a simple wrapper that will do that. Change-Id: I42584aaebcbca99a8c922f6ff90c8bbce57bbfbb
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 3c1b3c38..a16f0eb8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -56,6 +56,10 @@ commands =
[testenv:functional]
setenv = OS_TEST_PATH=./openstackclient/tests/functional
passenv = OS_*
+# Enable this when running Zuul v3 jobs
+#whitelist_externals = openstackclient/tests/functional/run_ostestr.sh
+#commands =
+# {toxinidir}/openstackclient/tests/functional/run_ostestr.sh {posargs}
[testenv:functional-tips]
setenv = OS_TEST_PATH=./openstackclient/tests/functional