Enable bundle specific tox zaza target

Change-Id: I0bb950dc9d597cdeaf31730dfa777c7784b9b45f
This commit is contained in:
Chris MacNaughton 2019-07-08 16:33:29 +02:00
parent f9dbf243c7
commit 661c303259

View File

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