From c61ed6f265eb67be7730f85f9c47f86100463817 Mon Sep 17 00:00:00 2001 From: Mike Fedosin Date: Fri, 3 Nov 2017 02:17:21 +0300 Subject: [PATCH] Return testr conf Now testr is still used for building rpm packages and we can't relace it with stestr. So, it's reasonable to return the testr conf, that was removed with patch #516461 Change-Id: I7482acb8afb6b19e47a73c3da95bde89f008ac14 --- .testr | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .testr diff --git a/.testr b/.testr new file mode 100644 index 0000000..4663d01 --- /dev/null +++ b/.testr @@ -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:-160} \ + ${PYTHON:-python} -m subunit.run discover -t ./ ./glare/tests $LISTOPT $IDOPTION + +test_id_option=--load-list $IDFILE +test_list_option=--list