From 6b892c61c2c3cd51dda31d748213033f792cda51 Mon Sep 17 00:00:00 2001 From: Ilya Kharin Date: Thu, 17 Oct 2013 23:55:43 +0400 Subject: [PATCH] Add a gone config for testrepository --- .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 0000000..2fadb2e --- /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} \ + ${PYTHON:-python} -m subunit.run discover -t ./ ./ostack_validator $LISTOPT $IDOPTION + +test_id_option=--load-list $IDFILE +test_list_option=--list