Enable bundle specific tox zaza target

Change-Id: I5054e746c05c8cf7cf5bffcf5d8b69500616efac
This commit is contained in:
Chris MacNaughton 2019-07-08 16:32:42 +02:00
parent 93a9546729
commit 256bb9e2dc
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}