From cd113fbb775c466c7f24a3a43c6c214141ab664c Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Wed, 27 Mar 2019 12:29:12 +0000 Subject: [PATCH] Add tempest_test_whitelist to allowed_override This patch add tempest_test_whitelist to allowed_overrides list, as well as the list of default tempest tests to be executed by os_tempest job. This new variable is required to os_tempest based job get executed properly. https://tree.taiga.io/project/tripleo-ci-board/task/900?kanban-status=1447275 Change-Id: Id67193f1a7b9a5e93c2a2ba687da920d147c9ab0 --- roles/run-test/tasks/main.yaml | 1 + zuul.d/standalone-jobs.yaml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/roles/run-test/tasks/main.yaml b/roles/run-test/tasks/main.yaml index 5807775f1..ffd2f72b1 100644 --- a/roles/run-test/tasks/main.yaml +++ b/roles/run-test/tasks/main.yaml @@ -14,6 +14,7 @@ - 'tempest_plugins' - 'standalone_environment_files' - 'standalone_container_cli' + - 'tempest_test_whitelist' - 'test_white_regex' - 'tempest_workers' - 'dlrn_hash_tag' diff --git a/zuul.d/standalone-jobs.yaml b/zuul.d/standalone-jobs.yaml index bb4947f9a..de10fd7ee 100644 --- a/zuul.d/standalone-jobs.yaml +++ b/zuul.d/standalone-jobs.yaml @@ -601,3 +601,8 @@ use_os_tempest: true tempest_tempest_conf_overrides: auth.use_dynamic_credentials: true + tempest_test_whitelist: + - 'tempest.api.identity.v3' + - 'tempest.scenario.test_server_basic_ops' + - 'tempest.api.volume.admin.test_multi_backend' + - 'tempest.scenario.test_object_storage_basic_ops'