summaryrefslogtreecommitdiff
path: root/.testr.conf
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 /.testr.conf
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 '.testr.conf')
-rw-r--r--.testr.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.testr.conf b/.testr.conf
index b8676b45..7388cc3c 100644
--- a/.testr.conf
+++ b/.testr.conf
@@ -2,7 +2,7 @@
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
- ${PYTHON:-python} -m subunit.run discover -t ./ ./openstackclient/tests $LISTOPT $IDOPTION
+ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./openstackclient/tests} $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list