summaryrefslogtreecommitdiff
path: root/qpid/java/cpp.ssl.testprofile
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2009-01-13 16:12:28 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2009-01-13 16:12:28 +0000
commitf202e75d542a2ceec4855e2b6352193ac9ce0662 (patch)
tree76e55d621e965eda34d196c4c72d87325b0d13d5 /qpid/java/cpp.ssl.testprofile
parent07c72937724f42424bfba7c9a1958bf4b5de59d8 (diff)
downloadqpid-python-f202e75d542a2ceec4855e2b6352193ac9ce0662.tar.gz
This is related to QPID-1572.
The SSL test profile runs the java client against the C++ broker using SSL connections git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734166 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/cpp.ssl.testprofile')
-rw-r--r--qpid/java/cpp.ssl.testprofile12
1 files changed, 12 insertions, 0 deletions
diff --git a/qpid/java/cpp.ssl.testprofile b/qpid/java/cpp.ssl.testprofile
new file mode 100644
index 0000000000..974e10baac
--- /dev/null
+++ b/qpid/java/cpp.ssl.testprofile
@@ -0,0 +1,12 @@
+broker.version=0-10
+broker=${project.root}/../cpp/src/qpidd -p @PORT --load-module ${project.root}/../cpp/src/.libs/ssl.so --ssl-cert-password-file ${project.root}/test_resources/ssl/pfile --ssl-cert-db ${project.root}/test_resources/ssl/server_db/ --ssl-require-client-authentication --data-dir ${build.data}/@PORT -t --auth no
+test.excludesfile=${project.root}/ExcludeList ${project.root}/010ExcludeList
+test.excludeslist=org.apache.qpid.test.client.failover.FailoverTest#*
+profile.use_ssl=true
+broker.ready= Listening for SSL connections
+
+javax.net.ssl.keyStore=${project.root}/test_resources/ssl/keystore.jks
+javax.net.ssl.keyStorePassword=password
+javax.net.ssl.trustStore=${project.root}/test_resources/ssl/certstore.jks
+javax.net.ssl.trustStorePassword=password
+