Remove unused tox target
The func-dev target is unused and indeed fails since we don't define any dev bundles. func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/1137 Signed-off-by: Peter Sabaini <peter.sabaini@canonical.com> Change-Id: I9993b8d8bc55fa1b4c7d61931bfdb6ee4ee3c7b4
This commit is contained in:
parent
3ca77f53a6
commit
723e009d6b
5
tox.ini
5
tox.ini
@ -139,11 +139,6 @@ basepython = python3
|
|||||||
commands =
|
commands =
|
||||||
functest-run-suite --keep-model --smoke
|
functest-run-suite --keep-model --smoke
|
||||||
|
|
||||||
[testenv:func-dev]
|
|
||||||
basepython = python3
|
|
||||||
commands =
|
|
||||||
functest-run-suite --keep-model --dev
|
|
||||||
|
|
||||||
[testenv:func-target]
|
[testenv:func-target]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user