From efef4b06a1ea85a8c30b57239345ec5a88fe8e53 Mon Sep 17 00:00:00 2001 From: Soniya Vyas Date: Fri, 29 Jul 2022 14:33:19 +0530 Subject: [PATCH] Removal of tempest_whitelist variable This patch removes tempest_whitelist variable used in fs62 standalone job definitions as tempest allowed group is in place now. Ref by:- 1. https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/851395/2/roles/validate-tempest/vars/tempest_allow.yml 2. https://review.opendev.org/c/openstack/tripleo-quickstart/+/851963 Change-Id: Ifee13593c1ffb24a1a0e3295e44d3e09797741e9 --- zuul.d/standalone-jobs.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zuul.d/standalone-jobs.yaml b/zuul.d/standalone-jobs.yaml index 1a24ace33..f418f9b75 100644 --- a/zuul.d/standalone-jobs.yaml +++ b/zuul.d/standalone-jobs.yaml @@ -686,10 +686,6 @@ network-feature-enabled.port_security: true load_balancer.test_server_path: >- "/usr/lib/python{{ [ansible_python.version.major, ansible_python.version.minor] | join('.') }}/site-packages/octavia_tempest_plugin/contrib/test_server/test_server.bin" - tempest_test_whitelist: - # The parent class runs *smoke, which only runs HTTP tests that - # the ovn-provider doesn't support, so run some it does. - - '^octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest' standalone_environment_files: - 'environments/low-memory-usage.yaml' - 'ci/environments/scenario010-standalone.yaml'