Skip to content

Commit

Permalink
Switch to using stestr
Browse files Browse the repository at this point in the history
According to Openstack summit session [1] stestr is
maintained project to which all Openstack projects
should migrate.
Let's switch it then.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: Ib1f69777740eceece1e4d4e1ef6979383fb714d7
Signed-off-by: Charles Short <zulcss@gmail.com>
  • Loading branch information
zulcss committed Jun 20, 2018
1 parent 24c468e commit f2ee99e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .stestr.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[DEFAULT]
test_path=${OS_TEST_PATH:-./ceilosca/ceilometer/tests}
top_dir=./
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f2ee99e

Please sign in to comment.