Merge "Update for os-testr 1.0.0 / stestr"

This commit is contained in:
Zuul 2018-02-28 14:14:41 +00:00 committed by Gerrit Code Review
commit af9741176d
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