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