summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSteve Martinelli <s.martinelli@gmail.com>2017-01-11 11:21:21 -0500
committerDean Troyer <dtroyer@gmail.com>2017-01-11 18:56:07 +0000
commitd98b72c245a71ce289a7e18069fabfc433893914 (patch)
tree1f83c0f49ac27ae32bdd636ea1dae504b022465b /tox.ini
parent89b7488d2f96ff179bba4b95a0c63dda3ed1b249 (diff)
downloadpython-openstackclient-d98b72c245a71ce289a7e18069fabfc433893914.tar.gz
add support for running tests with master dependencies
we can create a new infra job that points to the new test hook, which should install the master version of the SDK, osc-lib and os-client-config. Change-Id: Ib6391893b2302bdc514525d5ddda886fe8c60100
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index af7120e1..e7bb6527 100644
--- a/tox.ini
+++ b/tox.ini
@@ -54,6 +54,15 @@ commands =
setenv = OS_TEST_PATH=./openstackclient/tests/functional
passenv = OS_*
+[testenv:functional-tips]
+setenv = OS_TEST_PATH=./openstackclient/tests/functional
+passenv = OS_*
+commands =
+ pip install -q -U -e "git+https://git.openstack.org/openstack/osc-lib.git#egg=osc_lib"
+ pip install -q -U -e "git+https://git.openstack.org/openstack/python-openstacksdk.git#egg=python_openstacksdk"
+ pip install -q -U -e "git+https://git.openstack.org/openstack/os-client-config.git#egg=os_client_config"
+ ostestr {posargs}
+
[testenv:venv]
commands = {posargs}