summaryrefslogtreecommitdiff
path: root/java/test-profiles/default.testprofile
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2009-08-18 03:39:04 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2009-08-18 03:39:04 +0000
commitf3e4329056f4007d3937e9ff57bb43609064bba9 (patch)
tree513698eac87d20e281e86a20e7d479720fb730fe /java/test-profiles/default.testprofile
parent3c110ac0ec200ae998bbbe0ebd474e432bbe98f1 (diff)
downloadqpid-python-f3e4329056f4007d3937e9ff57bb43609064bba9.tar.gz
This commit allows a limited number of failover tests to run under the SSL profile using SSL connections.
This commit should also fix the tests hanging under the SSL test profile due to port conflicts with SSL and failover ports. FailoverBaseCase and FailoverTest is improved to handle the failover port without having to rely on port arithmetic. The FailoverBaseCase is modified to use the failover.ssl connection factory when running under the SSL profile. I have uncommented the FailoverTest from the cpp.ssl.excludes. However only a selected set of tests will run outside the cpp.clustered profile. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@805267 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/default.testprofile')
-rw-r--r--java/test-profiles/default.testprofile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/test-profiles/default.testprofile b/java/test-profiles/default.testprofile
index 864cf149d4..49d4a25b82 100644
--- a/java/test-profiles/default.testprofile
+++ b/java/test-profiles/default.testprofile
@@ -19,7 +19,8 @@ log4j.debug=false
test.port=15672
test.mport=18999
test.port.ssl=15671
-test.port.alt=15673
+test.port.alt=15772
+test.port.alt.ssl=15771
test.exclude=true
profile.excludes=08TransientExcludes