Merge "Enable octavia tempest tests"

This commit is contained in:
Zuul 2020-05-15 23:28:01 +00:00 committed by Gerrit Code Review
commit c936cf259a
2 changed files with 27 additions and 0 deletions

View File

@ -191,6 +191,10 @@
- src: user_variables_zun.yml.j2
dest: user_variables_zun.yml
condition: "{{ 'zun' in bootstrap_host_scenarios_expanded }}"
- src: user_variables_octavia.yml.j2
dest: user_variables_octavia.yml
condition: "{{ 'octavia' in bootstrap_host_scenarios_expanded }}"
- name: Copy modified cinder-volume env.d file for ceph scenario
copy:

View File

@ -0,0 +1,23 @@
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
tempest_test_whitelist:
- octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest
octavia_legacy_policy: True
octavia_ssh_key_name: ''
tempest_run_concurrency: 0
tempest_service_available_octavia: true
tempest_tempest_conf_overrides:
load_balancer:
member_role: '"Member"'
load_balancer.test_with_ipv6: false