Enable bundle specific tox zaza target

Change-Id: I3cb7114b1c4732f6d2cfe961b07c94762c547ad6
This commit is contained in:
Chris MacNaughton 2019-07-08 16:32:54 +02:00
parent 27c9624574
commit d9c5eb5adb
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}