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
This commit is contained in:
Jesse Pretorius 2018-02-10 15:55:35 +00:00 committed by Jesse Pretorius (odyssey4me)
parent 016eaa178f
commit 67628375be
2 changed files with 0 additions and 6 deletions

View File

@ -15,6 +15,3 @@
# Setup the host
- include: common/test-setup-host.yml
# Prepare the containers
- include: common/test-prepare-containers.yml

View File

@ -16,9 +16,6 @@
# Setup the host
- include: common/test-setup-host.yml
# Prepare the containers
- include: common/test-prepare-containers.yml
# Install previous version Galera server
- include: common/test-install-galera.yml