diff --git a/playbooks/devstack-tempest-ipv6.yaml b/playbooks/devstack-tempest-ipv6.yaml index 5f72345c38..4788362ee0 100644 --- a/playbooks/devstack-tempest-ipv6.yaml +++ b/playbooks/devstack-tempest-ipv6.yaml @@ -7,11 +7,6 @@ # We run tests only on one node, regardless how many nodes are in the system - hosts: tempest - environment: - # This enviroment variable is used by the optional tempest-gabbi - # job provided by the gabbi-tempest plugin. It can be safely ignored - # if that plugin is not being used. - GABBI_TEMPEST_PATH: "{{ gabbi_tempest_path | default('') }}" roles: - setup-tempest-run-dir - setup-tempest-data-dir diff --git a/playbooks/devstack-tempest.yaml b/playbooks/devstack-tempest.yaml index 4539bf90e3..3b969f2946 100644 --- a/playbooks/devstack-tempest.yaml +++ b/playbooks/devstack-tempest.yaml @@ -7,11 +7,6 @@ # We run tests only on one node, regardless how many nodes are in the system - hosts: tempest - environment: - # This enviroment variable is used by the optional tempest-gabbi - # job provided by the gabbi-tempest plugin. It can be safely ignored - # if that plugin is not being used. - GABBI_TEMPEST_PATH: "{{ gabbi_tempest_path | default('') }}" tasks: - name: Setup Tempest Run Directory include_role: diff --git a/tox.ini b/tox.ini index 2ea8129bc4..d8e059a001 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ setenv = OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=160 PYTHONWARNINGS=default::DeprecationWarning,ignore::DeprecationWarning:distutils,ignore::DeprecationWarning:site -passenv = OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_TEST_TIMEOUT OS_TEST_LOCK_PATH TEMPEST_CONFIG TEMPEST_CONFIG_DIR http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY ZUUL_CACHE_DIR REQUIREMENTS_PIP_LOCATION GENERATE_TEMPEST_PLUGIN_LIST GABBI_TEMPEST_PATH +passenv = OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_TEST_TIMEOUT OS_TEST_LOCK_PATH TEMPEST_CONFIG TEMPEST_CONFIG_DIR http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY ZUUL_CACHE_DIR REQUIREMENTS_PIP_LOCATION GENERATE_TEMPEST_PLUGIN_LIST usedevelop = True install_command = pip install {opts} {packages} whitelist_externals = *