summaryrefslogtreecommitdiff
path: root/.testr.conf
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-02 17:32:04 -0400
committerMonty Taylor <mordred@inaugust.com>2013-05-02 17:32:04 -0400
commit87ffa55426c8ab90dbda9a7c8fa01d4b120bd0a0 (patch)
tree11225a1eb105711c233e81ecde88af2313dc5b10 /.testr.conf
parenta520425dd9e0495e25cea4fb679a6007cfa77347 (diff)
downloadironic-87ffa55426c8ab90dbda9a7c8fa01d4b120bd0a0.tar.gz
Added .testr.conf.
Diffstat (limited to '.testr.conf')
-rw-r--r--.testr.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/.testr.conf b/.testr.conf
new file mode 100644
index 000000000..6c1541ea7
--- /dev/null
+++ b/.testr.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ ./ $LISTOPT $IDOPTION
+test_id_option=--load-list $IDFILE
+test_list_option=--list