Fix unit test failures due to switch to testr changes
Change-Id: Idae1413a769371cb7c76d4689f6dab67c72b22be
This commit is contained in:
parent
342ad9b38a
commit
b3de3b6e69
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,6 +26,7 @@ setuptools*.egg/
|
|||||||
!/.gitreview
|
!/.gitreview
|
||||||
!/.mailmap
|
!/.mailmap
|
||||||
!/.pylintrc
|
!/.pylintrc
|
||||||
|
!/.stestr.conf
|
||||||
!/.testr.conf
|
!/.testr.conf
|
||||||
|
|
||||||
# Files created by releasenotes build
|
# Files created by releasenotes build
|
||||||
|
3
.stestr.conf
Normal file
3
.stestr.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
test_path=${OS_TEST_PATH:-./neutron_lib/tests/unit}
|
||||||
|
top_dir=./
|
@ -14,7 +14,6 @@ oslotest>=1.10.0 # Apache-2.0
|
|||||||
os-api-ref>=1.0.0 # Apache-2.0
|
os-api-ref>=1.0.0 # Apache-2.0
|
||||||
os-testr>=0.8.0 # Apache-2.0
|
os-testr>=0.8.0 # Apache-2.0
|
||||||
reno>=2.5.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
|
testresources>=0.2.4 # Apache-2.0/BSD
|
||||||
testscenarios>=0.4 # Apache-2.0/BSD
|
testscenarios>=0.4 # Apache-2.0/BSD
|
||||||
testtools>=1.4.0 # MIT
|
testtools>=1.4.0 # MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user