Skip to content

Commit

Permalink
Set TEST_JUJU3 on the func-smoke env wip
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Boutry <[email protected]>
  • Loading branch information
gboutry committed Oct 9, 2024
1 parent dc49422 commit 40d64a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,10 @@ commands =
[testenv:func-smoke]
basepython = python3
setenv =
TEST_MODEL_SETTINGS = automatically-retry-hooks=true;update-status-hook-interval=1m
TEST_MAX_RESOLVE_COUNT = 5
# Set TEST_JUJU3 To unpin juju<3 in zaza
TEST_JUJU3 = 1
TEST_MODEL_SETTINGS = automatically-retry-hooks=true;update-status-hook-interval=1m
TEST_MAX_RESOLVE_COUNT = 5
commands =
functest-run-suite --keep-model --smoke

Expand Down

0 comments on commit 40d64a0

Please sign in to comment.