mirror of https://github.com/ceph/ceph-ansible.git
tests: remove the need for a setenv entry per scenario in tox.ini
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Resolves: pytest#harnesspull/1058/head
parent
80e955cc40
commit
e319ccf691
2
tox.ini
2
tox.ini
|
@ -6,7 +6,7 @@ skipsdist = True
|
||||||
whitelist_externals = vagrant
|
whitelist_externals = vagrant
|
||||||
passenv=*
|
passenv=*
|
||||||
setenv=
|
setenv=
|
||||||
initial-members: ANSIBLE_SSH_ARGS = -F {toxinidir}/tests/functional/ubuntu/16.04/mon/initial_members/vagrant_ssh_config
|
ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config
|
||||||
ANSIBLE_ACTION_PLUGINS = {toxinidir}/plugins/actions
|
ANSIBLE_ACTION_PLUGINS = {toxinidir}/plugins/actions
|
||||||
deps=
|
deps=
|
||||||
ansible2.1: ansible==2.1
|
ansible2.1: ansible==2.1
|
||||||
|
|
Loading…
Reference in New Issue