From 05fa564bee7d8b1fcbb189e702c9f0775f87d1f2 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Fri, 20 Feb 2015 07:53:36 +0000
Subject: [PATCH] Task #7352: Create the queues that the pipeline actually
 requires (all queues on the master node, none on the slave nodes)

---
 .../test/regression_tests/regression_test_runner.sh       | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/CEP/Pipeline/test/regression_tests/regression_test_runner.sh b/CEP/Pipeline/test/regression_tests/regression_test_runner.sh
index 246f879b999..6bd86a79813 100755
--- a/CEP/Pipeline/test/regression_tests/regression_test_runner.sh
+++ b/CEP/Pipeline/test/regression_tests/regression_test_runner.sh
@@ -154,12 +154,8 @@ sed -i  $"s|output_path2_placeholder|$WORKING_DIR/output_data|g" $"$WORKING_DIR/
 # setup the qpid environment (is a no-op if qpid is not installed)
 source $WORKSPACE/bin/MessageFuncs.sh
 create_queue lofar.task.feedback.state
-create_queue $HOST1:lofar.task.feedback.dataproducts
-create_queue $HOST1:lofar.task.feedback.processing
-if [ $SECONDHOST == true ]; then
-  create_queue $HOST2:lofar.task.feedback.dataproducts
-  create_queue $HOST2:lofar.task.feedback.processing
-fi
+create_queue lofar.task.feedback.dataproducts
+create_queue lofar.task.feedback.processing
 
 # *********************************************************************
 # 5) Run the pipeline
-- 
GitLab