Enable bundle specific tox zaza target

Change-Id: I0b38a0c194b28d0fa4792375aa5bb689a2588adf
This commit is contained in:
Chris MacNaughton 2019-07-08 16:31:11 +02:00
parent 15250435f6
commit a07f29f510
1 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,11 @@ basepython = python3
commands =
functest-run-suite --keep-model --dev
[testenv:func-target]
basepython = python3
commands =
functest-run-suite --keep-model --bundle {posargs}
[flake8]
ignore = E402,E226
exclude = */charmhelpers