Merge "Enable bundle specific tox zaza target"

This commit is contained in:
Zuul 2019-08-23 12:32:32 +00:00 committed by Gerrit Code Review
commit 71b3e3b8eb
1 changed files with 5 additions and 0 deletions

View File

@ -63,6 +63,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