diff options
| author | Rui Yuan Dou <rydou@fiberhome.com> | 2018-12-20 13:53:39 +0800 |
|---|---|---|
| committer | Rui Yuan Dou <rydou@fiberhome.com> | 2018-12-20 13:55:51 +0800 |
| commit | 7fb866af4ee0ad050a081f88b9b3a899746644bb (patch) | |
| tree | cc8739e68677f15826d35590cdf1b600dc7e95b3 | |
| parent | ea2e6d6bfb0e295b5a0641be32f994c1591b99da (diff) | |
| download | python-openstackclient-7fb866af4ee0ad050a081f88b9b3a899746644bb.tar.gz | |
Remove testr.conf as it's been replaced by stestr
Change-Id: Ia596789a916b9271933c5b10f00399d83f18d44a
| -rw-r--r-- | .testr.conf | 9 |
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=([^\.]+\.)+ |
