openstack-ansible-rabbitmq_.../tests/test.yml
Jesse Pretorius f1ffba9e6f tests: Remove duplicated container creation
The meta-play test-setup-host.yml already includes
test-prepare-containers.yml so there's no need to
re-run it.

Change-Id: I91b63aeebc4afe67be160245eb8872c16c2da2ad
2018-02-12 16:07:24 +00:00

24 lines
778 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 server
- include: common/test-install-rabbitmq.yml
# Run functional tests
- include: test-rabbitmq-functional.yml