3b32c5ca30
All tests implemented in tempest-horizon have been merged to tempest[1] and tempest-horizon will be retired, so we assume that we no longer need to install tempest-horizon plugins. [1] https://review.opendev.org/771727/ Change-Id: I2639127f9258298f48154f782d654858a71a7c36
40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
---
|
|
# Copyright 2015, Rackspace US, Inc.
|
|
#
|
|
# 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.
|
|
|
|
# The horizon role needs to create the nova endpoint
|
|
nova_service_name: nova
|
|
nova_service_type: compute
|
|
nova_service_description: "Nova Compute Service"
|
|
nova_service_port: 8774
|
|
|
|
tempest_run: yes
|
|
tempest_dashboard_login_url: "https://{{ hostvars[groups['horizon_all'][0]]['ansible_host'] }}/auth/login/"
|
|
tempest_dashboard_url: "https://{{ hostvars[groups['horizon_all'][0]]['ansible_host'] }}/"
|
|
|
|
tempest_test_whitelist:
|
|
- tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps
|
|
|
|
tempest_tempest_conf_overrides:
|
|
dashboard:
|
|
disable_ssl_certificate_validation: True
|
|
|
|
horizon_config_overrides:
|
|
X_TEST_OPTION: True
|
|
|
|
# This has to be set here because the common test-vars
|
|
# has haproxy_ssl set to no.
|
|
horizon_enable_ssl: yes
|
|
|