summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/sasl_fed_ex
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-06-19 17:11:52 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-06-19 17:11:52 +0000
commit7e5ceaf484253d00e17cb8579e802f12c1d06236 (patch)
tree37e47003fb0d223f65f21fc3b2a698c255aec34e /qpid/cpp/src/tests/sasl_fed_ex
parent706675d432369def04b47ab935a17adec390e202 (diff)
downloadqpid-python-7e5ceaf484253d00e17cb8579e802f12c1d06236.tar.gz
QPID-4938: No longer build acl or ssl support as plugins
(also remove final references to dead watchdog plugin) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1494697 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/sasl_fed_ex')
-rwxr-xr-xqpid/cpp/src/tests/sasl_fed_ex4
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/cpp/src/tests/sasl_fed_ex b/qpid/cpp/src/tests/sasl_fed_ex
index 4ea61c5a2a..d4d5258aa8 100755
--- a/qpid/cpp/src/tests/sasl_fed_ex
+++ b/qpid/cpp/src/tests/sasl_fed_ex
@@ -122,12 +122,9 @@ DST_TCP_PORT=5807
SRC_TCP_PORT_2=5802
DST_TCP_PORT_2=5803
-SSL_LIB=${moduledir}/ssl.so
-
export QPID_SSL_CERT_NAME=${TEST_HOSTNAME}
export QPID_NO_MODULE_DIR=1
-export QPID_LOAD_MODULE=$SSLCONNECTOR_LIB
export QPID_SSL_CERT_DB=${CERT_DIR}
export QPID_SSL_CERT_PASSWORD_FILE=${CERT_PW_FILE}
export QPID_SSL_CERT_NAME=${TEST_HOSTNAME}
@@ -161,7 +158,6 @@ COMMON_BROKER_OPTIONS=" \
--ssl-cert-name $TEST_HOSTNAME \
--no-data-dir \
--no-module-dir \
- --load-module ${SSL_LIB} \
--mgmt-enable=yes \
--log-enable info+ \
--log-source yes \