Merge "Enable bundle specific tox zaza target"

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

View File

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