openstack-ansible-os_horizon/tests/test.yml
Andy McCrae aaa29f616d Use central testing repo Horizon plays
These were moved to allow work on translations testing infrastructure,
so we should utilise the central tests repo for horizon.

Change-Id: I32a41fb8bc0b5e584f05a79adc3cf90ce6e1c49c
2017-04-07 17:23:12 +01:00

30 lines
912 B
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.
# Setup the host
- include: common/test-setup-host.yml
# Install RabbitMQ/MariaDB
- include: common/test-install-infra.yml
# Install Keystone
- include: common/test-install-keystone.yml
# Install Horizon
- include: common/test-install-horizon.yml
# Install and execute Tempest
- include: common/test-install-tempest.yml