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

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}