openstack-ansible-tests/tests/test.yml
Andy McCrae 0a7e26df8b Add tempest tests to test-repository
For now we'll setup the keystone tests only, but in future we may extend
this to match the projects that are tested in this repository.

To make this more generic:
* Use a conditional on the  "tempest_service_available_*" variables,
based on the precense of the specific service.
* Change the tempest_main_group to "utility_all"
* Remove the second keystone container, this is redundant for the
central testing repository

Change-Id: Icb10524004c7b93889d45f9f54773782fb84b36e
2016-09-08 15:42:18 +00:00

37 lines
1.1 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.
# Prepare the user ssh keys
- include: playbooks/test-prepare-keys.yml
# Prepare the host
- include: playbooks/test-prepare-host.yml
# Prepare the containers
- include: playbooks/test-prepare-containers.yml
# Install RabbitMQ/MariaDB/Memcached
- include: playbooks/test-install-infra.yml
# Install Keystone
- include: playbooks/test-install-keystone.yml
# Install Tempest
- include: playbooks/test-install-tempest.yml
# Test test repository
# TODO(andymccr): Add additional tests for now start with just keystone
- include: test-tests-functional.yml