From c9021c2116b2eb68089d67ee615c3948716b8d76 Mon Sep 17 00:00:00 2001
From: Flavio Percoco <flaper87@gmail.com>
Date: Tue, 23 Jun 2015 17:54:28 +0200
Subject: [PATCH] Remove qpid-config call

There's no need to install qpid-tools and run qpid-config for this case.
The check on the process output should be enough. This also removes
qpid-tools as a dependency for the qpid jobs.

Change-Id: Ie81a2630cb5d593729b18569cc82b83e9817f6ab
---
 setup-test-env-qpid.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/setup-test-env-qpid.sh b/setup-test-env-qpid.sh
index 5972718c1..6efe8f388 100755
--- a/setup-test-env-qpid.sh
+++ b/setup-test-env-qpid.sh
@@ -47,7 +47,4 @@ mkfifo ${DATADIR}/out
 $QPIDD --log-enable info+ --log-to-file ${DATADIR}/out --config ${DATADIR}/qpidd.conf &
 wait_for_line "Broker .*running" "error" ${DATADIR}/out
 
-# Earlier failure if qpid-config is avialable
-[ -x "$(which qpid-config)" ] && qpid-config -b stackqpid/secretqpid@localhost:65123 &>/dev/null
-
 $*