From 376e1836c66eaaaf0b7e4009689bf0b72eeb9e24 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Sun, 15 Oct 2017 16:24:19 -0400 Subject: [PATCH] Restore .testr.conf .testr.conf was removed in favor of .stestr.conf in change [1] but the coverage job still uses it. Restore it alongside .stestr.conf until we convert the coverage job to use stestr. [1] I6bb369624c4a790242022e203e771a77ffe06cf5 Closes-Bug: #1723655 Change-Id: I451e383ed654d00a5a017cb28521c47566911f33 --- .testr.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .testr.conf diff --git a/.testr.conf b/.testr.conf new file mode 100644 index 0000000000..78b3824909 --- /dev/null +++ b/.testr.conf @@ -0,0 +1,8 @@ +[DEFAULT] +test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ + OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ + OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ + OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \ + ${PYTHON:-python} -m subunit.run discover -t ./ ./manila/tests $LISTOPT $IDOPTION +test_id_option=--load-list $IDFILE +test_list_option=--list