diff --git a/.stestr.conf b/.stestr.conf new file mode 100644 index 0000000..2e3c9f4 --- /dev/null +++ b/.stestr.conf @@ -0,0 +1,3 @@ +[DEFAULT] +test_path=${OS_TEST_PATH:-./ceilosca/ceilometer/tests} +top_dir=./ diff --git a/tox.ini b/tox.ini index 0018649..ae63a86 100644 --- a/tox.ini +++ b/tox.ini @@ -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