From 636830f7161ee1bc772e7d96716cdb3264002cb7 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Thu, 26 Jul 2012 14:38:53 +0000 Subject: QPID-3175 - Added SSL/x.509-auth capability to Python clients and Python tools git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1366020 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/ssl_test | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qpid/cpp/src/tests/ssl_test') diff --git a/qpid/cpp/src/tests/ssl_test b/qpid/cpp/src/tests/ssl_test index 91ff8eec1e..19a316a483 100755 --- a/qpid/cpp/src/tests/ssl_test +++ b/qpid/cpp/src/tests/ssl_test @@ -148,6 +148,11 @@ URL=$TEST_HOSTNAME:$PORT MSG=`./qpid-receive -b $URL --connection-options '{transport:ssl,heartbeat:2}' -a "foo;{create:always}" --messages 1` test "$MSG" = "hello again" || { echo "receive failed '$MSG' != 'hello again'"; exit 1; } +## Test using the Python client +echo "Testing Non-Authenticating with Python Client..." +URL=amqps://$TEST_HOSTNAME:$PORT +if `$top_srcdir/src/tests/ping_broker -b $URL`; then echo " Passed"; else { echo " Failed"; exit 1; }; fi + #### Client Authentication tests start_authenticating_broker -- cgit v1.2.1