Enable bundle specific tox zaza target

Change-Id: Ic6aeedb0be7a29af238c7a540a5dfabcd18445ea
This commit is contained in:
Chris MacNaughton 2019-07-08 16:32:31 +02:00
parent 6a392b384f
commit ecc87d98f4
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ 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}