Merge "Switch to using stestr"

This commit is contained in:
Zuul 2018-06-29 07:59:07 +00:00 committed by Gerrit Code Review
commit 10a3465595
2 changed files with 4 additions and 1 deletions

3
.stestr.conf Normal file
View File

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

View File

@ -11,7 +11,7 @@ install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
commands = find . -type f -name "*.pyc" -delete
python monasca_test_setup.py
ostestr --serial {posargs}
stestr run --serial {posargs}
whitelist_externals = bash
find