Skip to content

Commit

Permalink
test: Fix wrong TEST_JUJU_CHANNEL environment and use zaza 3.1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jneo8 committed Apr 10, 2024
1 parent cf6034b commit a6e7ffa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -87,22 +87,22 @@ deps =

[testenv:func31]
setenv =
TEST_JUJU_CHANNEL = 3.3/stable
TEST_JUJU_CHANNEL = 3.1/stable
changedir = {toxinidir}/tests/functional
commands =
functest-run-suite {posargs:--keep-faulty-model}
deps =
git+https://github.com/openstack-charmers/[email protected]#egg=zaza[juju-31]
git+https://github.com/openstack-charmers/[email protected]#egg=zaza
-r {toxinidir}/tests/functional/requirements.txt

[testenv:func32]
setenv =
TEST_JUJU_CHANNEL = 3.3/stable
TEST_JUJU_CHANNEL = 3.2/stable
changedir = {toxinidir}/tests/functional
commands =
functest-run-suite {posargs:--keep-faulty-model}
deps =
git+https://github.com/openstack-charmers/[email protected]#egg=zaza[juju-32]
git+https://github.com/openstack-charmers/[email protected]#egg=zaza
-r {toxinidir}/tests/functional/requirements.txt

[testenv:func33]
Expand All @@ -112,5 +112,5 @@ changedir = {toxinidir}/tests/functional
commands =
functest-run-suite {posargs:--keep-faulty-model}
deps =
git+https://github.com/openstack-charmers/[email protected]#egg=zaza[juju-33]
git+https://github.com/openstack-charmers/[email protected]#egg=zaza
-r {toxinidir}/tests/functional/requirements.txt

0 comments on commit a6e7ffa

Please sign in to comment.