From e319ccf6910dd0e75110405eeb8c521cd88639a4 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 4 Nov 2016 12:49:18 -0500 Subject: [PATCH] tests: remove the need for a setenv entry per scenario in tox.ini Signed-off-by: Andrew Schoen Resolves: pytest#harness --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 85fd08334..36c8adf6f 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = True whitelist_externals = vagrant passenv=* 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 deps= ansible2.1: ansible==2.1