Replace ostestr with stestr in testing framework.

A system upgrade broke ostestr. We can fix it by just calling stestr
directly.

Change-Id: I924488478eeb61a3cb2976e294c7015f933d8258
This commit is contained in:
Pete Vander Giessen 2019-03-07 17:10:35 -05:00
parent 21de8a368f
commit b1eb407124
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
[DEFAULT]
test_path=./unit_tests
top_path=./
top_dir=./

View File

@ -5,7 +5,7 @@ charm-tools>=2.4.4
coverage>=3.6
mock>=1.2
flake8>=2.2.4,<=2.4.1
os-testr>=0.4.1
stestr>=2.2.0
requests==2.18.4
python-ceilometerclient>=1.5.0
python-cinderclient>=1.4.0