From f1ffba9e6f1b1da7262251d4a4bcd05935c0bd5f Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 12 Feb 2018 16:07:24 +0000 Subject: [PATCH] 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 --- tests/test-upgrade-pre.yml | 3 --- tests/test.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/tests/test-upgrade-pre.yml b/tests/test-upgrade-pre.yml index 6db6808c..8e6d7662 100644 --- a/tests/test-upgrade-pre.yml +++ b/tests/test-upgrade-pre.yml @@ -15,6 +15,3 @@ # Setup the host - include: common/test-setup-host.yml - -# Prepare the containers -- include: common/test-prepare-containers.yml diff --git a/tests/test.yml b/tests/test.yml index e9c7b2f4..e2e16923 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -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