From 85b693c314a039c284bd735c3575125a23a56a70 Mon Sep 17 00:00:00 2001 From: ricolin Date: Wed, 4 Nov 2020 00:47:47 +0800 Subject: [PATCH] Remove gabbi tempest plugin We didn't using gabbi tempest plugin at all. Change-Id: I339a2560c094f37e40948401760bed13816ed093 --- .zuul.yaml | 1 - playbooks/devstack/functional/run.yaml | 5 ----- 2 files changed, 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index e2954a415b..5bf1c5fcd0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -26,7 +26,6 @@ - openstack/tempest vars: configure_swap_size: 8192 - gabbi_tempest_path: heat_tempest_plugin.tests.api.gabbits tempest_plugins: - heat-tempest-plugin devstack_localrc: diff --git a/playbooks/devstack/functional/run.yaml b/playbooks/devstack/functional/run.yaml index a510da4eb2..67f7ce221a 100644 --- a/playbooks/devstack/functional/run.yaml +++ b/playbooks/devstack/functional/run.yaml @@ -3,11 +3,6 @@ - orchestrate-devstack - 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