Merge "Migrate functional tests to stestr"

This commit is contained in:
Zuul 2017-12-22 16:47:26 +00:00 committed by Gerrit Code Review
commit ccc9893fa5
1 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,8 @@ deps = -r{toxinidir}/test-requirements.txt
setenv = OS_TEST_PATH=./keystone/tests/functional
commands =
find keystone -type f -name "*.pyc" -delete
python setup.py testr --slowest --testr-args='{posargs}'
stestr run '{posargs}'
stestr slowest
passenv =
KSTEST_ADMIN_URL
KSTEST_ADMIN_USERNAME