f1ffba9e6f
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
24 lines
778 B
YAML
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
|