summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-12-21 01:36:49 +0000
committerGerrit Code Review <review@openstack.org>2018-12-21 01:36:49 +0000
commit57edf1647d7df3032c99c57633e4b2e75514acf9 (patch)
tree84680e75193ff779eb7c07d81edb76f454e414d3
parent279546736a6c54349e8da7a195386d0667a63686 (diff)
parent7fb866af4ee0ad050a081f88b9b3a899746644bb (diff)
downloadpython-openstackclient-57edf1647d7df3032c99c57633e4b2e75514acf9.tar.gz
Merge "Remove testr.conf as it's been replaced by stestr"
-rw-r--r--.testr.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/.testr.conf b/.testr.conf
deleted file mode 100644
index 633aae1f..00000000
--- a/.testr.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-[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 ./ ${OS_TEST_PATH:-./openstackclient/tests/unit} $LISTOPT $IDOPTION
-
-test_id_option=--load-list $IDFILE
-test_list_option=--list
-group_regex=([^\.]+\.)+