From 39698368698bb2501db86cd7ed24330f0c3a4e7a Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Thu, 28 Mar 2019 16:35:01 +0530 Subject: [PATCH] Add tempest_tempest_conf_overrides to fs overrides In order to move standalone scenario jobs, fs overrides job definition contains tempest_extra_config, https://review.openstack.org/#/c/648137/ in os_tempest provides tempest_tempest_conf_overrides for the same. Since currently we need to support both os_tempest and validate_tempest role so adding the equivalent var in the job. https://tree.taiga.io/project/tripleo-ci-board/task/902 Change-Id: I3ddac4da80ed17bf690fc7eb928ca6e762547d12 --- roles/run-test/tasks/main.yaml | 1 + zuul.d/standalone-jobs.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/roles/run-test/tasks/main.yaml b/roles/run-test/tasks/main.yaml index 17c5fe21b..5807775f1 100644 --- a/roles/run-test/tasks/main.yaml +++ b/roles/run-test/tasks/main.yaml @@ -19,6 +19,7 @@ - 'dlrn_hash_tag' - 'dlrn_hash_tag_newest' - 'use_os_tempest' + - 'tempest_tempest_conf_overrides' fail: msg: "ERROR: {{ item }} is not overridable." when: item not in "{{ allowed_overrides }}" diff --git a/zuul.d/standalone-jobs.yaml b/zuul.d/standalone-jobs.yaml index 343b8504d..a64429513 100644 --- a/zuul.d/standalone-jobs.yaml +++ b/zuul.d/standalone-jobs.yaml @@ -543,3 +543,5 @@ featureset_override: run_tempest: false use_os_tempest: true + tempest_tempest_conf_overrides: + auth.use_dynamic_credentials: true