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
(cherry picked from commit f1ffba9e6f)
This commit is contained in:
Jesse Pretorius 2018-02-12 16:07:24 +00:00
parent ee1367734b
commit 5add96f3d7
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 RabbitMQ server
- include: common/test-install-rabbitmq.yml