Remove gabbi tempest plugin

We didn't using gabbi tempest plugin at all.

Change-Id: I339a2560c094f37e40948401760bed13816ed093
This commit is contained in:
ricolin 2020-11-04 00:47:47 +08:00 committed by Rico Lin
parent 3e2209aeb8
commit 85b693c314
2 changed files with 0 additions and 6 deletions

View File

@ -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:

View File

@ -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