From a07f29f510c0bdecb1a1b838187c1239f00ede36 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Mon, 8 Jul 2019 16:31:11 +0200 Subject: [PATCH] Enable bundle specific tox zaza target Change-Id: I0b38a0c194b28d0fa4792375aa5bb689a2588adf --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index 98d53d45..929ecaa3 100644 --- a/tox.ini +++ b/tox.ini @@ -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