Merge "testing: Run functional tests under [testenv:cover]"
This commit is contained in:
@@ -223,10 +223,14 @@ setenv =
|
||||
PYTHON=coverage run --source nova --parallel-mode
|
||||
# run the test with eventlet
|
||||
OS_NOVA_DISABLE_EVENTLET_PATCHING=False
|
||||
deps =
|
||||
{[testenv]deps}
|
||||
openstack-placement>=9.0.0.0b1
|
||||
extras =
|
||||
commands =
|
||||
coverage erase
|
||||
stestr run {posargs}
|
||||
{[testenv:functional-without-sample-db-tests]commands}
|
||||
coverage combine
|
||||
coverage html -d cover
|
||||
coverage xml -o cover/coverage.xml
|
||||
|
||||
Reference in New Issue
Block a user