Remove testrepository and .testr.conf

This commit is a follow-up of "switch to using stestr"
which was merged already [1].
After switch to using stestr, testrepository and .testr.conf
are unnecessary and should be removed.

[1] https://review.openstack.org/576665

Change-Id: I7a0494c23389e6656a8a38042aeaa4507e12ce9a
This commit is contained in:
Vu Cong Tuan 2018-07-11 18:12:39 +07:00
parent 8457489b4b
commit 124e71dae7
3 changed files with 0 additions and 11 deletions

1
.gitignore vendored
View File

@ -9,7 +9,6 @@ cover/
*.egg
*.egg-info
.eggs/
.testrepository/
.stestr/
.tox/
MANIFEST

View File

@ -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:-160} \
${PYTHON:-python} -m subunit.run discover -t ./ $OS_TEST_PATH $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list
group_regex=monasca_log_api\.tests(?:\.|_)([^_]+)

View File

@ -85,7 +85,6 @@ statsd==3.2.1
stestr==1.0.0
stevedore==1.20.0
tabulate==0.8.1
testrepository==0.0.18
testtools==2.2.0
traceback2==1.4.0
ujson==1.35