Fix unit test failures due to switch to testr changes

Change-Id: Idae1413a769371cb7c76d4689f6dab67c72b22be
This commit is contained in:
Armando Migliaccio 2017-09-14 08:16:40 -07:00
parent 342ad9b38a
commit b3de3b6e69
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -26,6 +26,7 @@ setuptools*.egg/
!/.gitreview
!/.mailmap
!/.pylintrc
!/.stestr.conf
!/.testr.conf
# Files created by releasenotes build

3
.stestr.conf Normal file
View File

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

View File

@ -14,7 +14,6 @@ oslotest>=1.10.0 # Apache-2.0
os-api-ref>=1.0.0 # Apache-2.0
os-testr>=0.8.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=0.2.4 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT