summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTerryHowe <terrylhowe@gmail.com>2015-04-16 12:56:40 -0600
committerTerryHowe <terrylhowe@gmail.com>2015-04-25 08:42:06 -0600
commitaa7e58cefb67b28ec3c3fcc6f654b41d3ecc6c4a (patch)
tree342e1a138d87224506f4000935489f545a13f603 /tox.ini
parente288e0194c22daa98436acf0441d6b8fff0b1d90 (diff)
downloadpython-openstackclient-aa7e58cefb67b28ec3c3fcc6f654b41d3ecc6c4a.tar.gz
Functional tests run in many environments
Have the functional tests running with less customization and less shell. This change will allow the functional tests to be run against any cloud set up in the environment. Change-Id: I24f621fbace62273e5a0be24e7af9078c0fc8550
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 70076e8b..81a0cfc3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ whitelist_externals = bash
commands = flake8
[testenv:functional]
-commands = bash -x {toxinidir}/functional/harpoon.sh
+setenv = OS_TEST_PATH=./functional/tests
[testenv:venv]
commands = {posargs}