Files
openstack-ansible-galera_se…/tests/test.yml
Jesse Pretorius 1ad80bae7b 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: I04d195e579796cad38fb26ee07bb000cb8b4bed8
2018-02-10 15:55:35 +00:00

24 lines
796 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 previous version Galera server
- include: common/test-install-galera.yml
# Run functional tests
- include: test-galera-server-functional.yml