Update for os-testr 1.0.0 / stestr

Note: .testr.conf is still necessary for cover target.

Related-Bug: #1716746
Change-Id: Ic7f8a9d75b622a15566bbaea050c5a604f2eab16
This commit is contained in:
YAMAMOTO Takashi 2017-09-14 13:44:39 -06:00
parent e6857f31a2
commit 8ef3df7ea4
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -27,6 +27,7 @@ pip-log.txt
.tox
nosetests.xml
.testrepository
.stestr
.venv
# Translations

3
.stestr.conf Normal file
View File

@ -0,0 +1,3 @@
[DEFAULT]
test_path=${OS_TEST_PATH:-./neutron_taas/tests/unit}
top_dir=./

View File

@ -12,7 +12,6 @@ PyMySQL>=0.7.6 # MIT License
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
os-testr>=1.0.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT