summaryrefslogtreecommitdiff
path: root/.testr.conf
diff options
context:
space:
mode:
authorSean Dague <sean@dague.net>2014-11-06 11:32:34 +0100
committerSean Dague <sean@dague.net>2014-11-12 15:31:06 -0500
commit5c8bbaafef590e4d346a03051a0ba55c8be26c5c (patch)
treead9a7d46373745307a25095e642a44ea4c4cd7fc /.testr.conf
parenta22cece560c1c6c2b58dddbcd9528ed0a7cab6fc (diff)
downloadnova-5c8bbaafef590e4d346a03051a0ba55c8be26c5c.tar.gz
Add tox -e functional
Provide a tox -e functional stub, as a place for functional tests to migrate to. This will allow us to write a zuul test configuration for this environment. Part of bp:functional-tests-for-nova Change-Id: I8a1107beab151f9bf574cfbae1d4dc18400fd74e
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 ea6f49fe83..6060451ed5 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:-160} \
- ${PYTHON:-python} -m subunit.run discover -t ./ ./nova/tests $LISTOPT $IDOPTION
+ ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./nova/tests} $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list