Merge "Enable bundle specific tox zaza target"

This commit is contained in:
Zuul 2019-08-23 12:29:45 +00:00 committed by Gerrit Code Review
commit a2be7fafa8
1 changed files with 5 additions and 0 deletions

View File

@ -31,5 +31,10 @@ basepython = python3
commands =
functest-run-suite --keep-model --smoke
[testenv:func-target]
basepython = python3
commands =
functest-run-suite --keep-model --bundle {posargs}
[testenv:venv]
commands = {posargs}