diff --git a/src/tox.ini b/src/tox.ini index ce451062..cd35f5c3 100644 --- a/src/tox.ini +++ b/src/tox.ini @@ -31,5 +31,10 @@ basepython = python3 commands = functest-run-suite --keep-model --smoke +[testenv:func-target] +basepython = python3 +commands = + functest-run-suite --keep-model --bundle {posargs} + [testenv:venv] commands = {posargs}