From 5c8bbaafef590e4d346a03051a0ba55c8be26c5c Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 6 Nov 2014 11:32:34 +0100 Subject: 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 --- .testr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.testr.conf') 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 -- cgit v1.2.1