From bef10134e1e651edb4cc105bd01a9443ef021707 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 2 Oct 2023 10:04:53 +0100 Subject: [PATCH] Add barbican api microversion limits for tempest tests Change-Id: I53313cfcae2a70d3653697a811a80076da8276cb --- .../bootstrap-host/templates/user_variables_barbican.yml.j2 | 5 +++++ 1 file changed, 5 insertions(+) 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 bfb19ef36a..3f4908cc33 100644 --- a/tests/roles/bootstrap-host/templates/user_variables_barbican.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables_barbican.yml.j2 @@ -10,6 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +tempest_tempest_conf_overrides_barbican: + key_manager: + min_microversion: '1.0' + max_microversion: latest + tempest_test_includelist: - barbican_tempest_plugin.tests.api