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
This commit is contained in:
Soniya Vyas 2022-07-29 14:33:19 +05:30 committed by Soniya Murlidhar Vyas
parent 77d9ebffe6
commit efef4b06a1
1 changed files with 0 additions and 4 deletions

View File

@ -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'