Switch to testenv:functional
This brings our tox.ini files inline with other OpenStack projects. Change-Id: If59a2f58a2cf3f4dade666518fff0ac5830860c9 Depends-On: I376e51824c46f9b5eb4a4cff01aaa176632087dd Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
3e9b2930a6
commit
cd76bb4cd2
4
tox.ini
4
tox.ini
@ -1,7 +1,7 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 1.6
|
minversion = 1.6
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = docs,pep8,ansible-syntax,ansible-lint,ansible-functional
|
envlist = docs,pep8,ansible-syntax,ansible-lint,functional
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
@ -84,7 +84,7 @@ commands =
|
|||||||
--force
|
--force
|
||||||
ansible-lint test.yml
|
ansible-lint test.yml
|
||||||
|
|
||||||
[testenv:ansible-functional]
|
[testenv:functional]
|
||||||
changedir = tests
|
changedir = tests
|
||||||
commands =
|
commands =
|
||||||
ansible-galaxy install \
|
ansible-galaxy install \
|
||||||
|
Loading…
Reference in New Issue
Block a user