From f175a2d21c8ee9ad103e75fe7320e68417cd643d Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Wed, 16 Aug 2023 12:56:13 +0100 Subject: [PATCH] Do not override tempest_plugins for AIO scenarios The os_tempest role determines which components are installed internally and enables the necessary plugins. Overriding tempest_plugins in user_variables for AIO scenarios prevents the correct set of plugins being loaded for more complex tests involving multiple openstack components. Change-Id: I775ee16e1fd28e23d6f8695e4ac4f21912903356 --- .../bootstrap-host/templates/user_variables_barbican.yml.j2 | 5 ----- .../bootstrap-host/templates/user_variables_manila.yml.j2 | 5 ----- 2 files changed, 10 deletions(-) diff --git a/tests/roles/bootstrap-host/templates/user_variables_barbican.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables_barbican.yml.j2 index 1dd84d350e..bfb19ef36a 100644 --- a/tests/roles/bootstrap-host/templates/user_variables_barbican.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables_barbican.yml.j2 @@ -10,11 +10,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -tempest_plugins: - - name: barbican-tempest-plugin - repo: https://opendev.org/openstack/barbican-tempest-plugin - branch: master - tempest_test_includelist: - barbican_tempest_plugin.tests.api diff --git a/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 index 2ab9d6a3cc..0c494f1acb 100644 --- a/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 @@ -10,11 +10,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -tempest_plugins: - - name: manila-tempest-plugin - repo: https://opendev.org/openstack/manila-tempest-plugin - branch: master - tempest_flavors: - name: tempest1 id: 201