From c6824e3e89b4bb03b992c5ee439ed03546e79cbc Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Thu, 26 Nov 2009 16:47:36 +0000 Subject: QPID-2184: add additional testing against static firewall configurations git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@884634 13f79535-47bb-0310-9956-ffa450edef68 --- java/systests/etc/config-systests-firewall-2.xml | 137 +++++++++++++++++++++++ java/systests/etc/config-systests-firewall-3.xml | 137 +++++++++++++++++++++++ 2 files changed, 274 insertions(+) create mode 100644 java/systests/etc/config-systests-firewall-2.xml create mode 100644 java/systests/etc/config-systests-firewall-3.xml (limited to 'java/systests/etc') diff --git a/java/systests/etc/config-systests-firewall-2.xml b/java/systests/etc/config-systests-firewall-2.xml new file mode 100644 index 0000000000..1c560d751d --- /dev/null +++ b/java/systests/etc/config-systests-firewall-2.xml @@ -0,0 +1,137 @@ + + + + ${QPID_HOME} + ${QPID_WORK} + ${prefix}/etc + + + + false + false + /path/to/keystore.ks + keystorepass + + false + + false + 262144 + 262144 + + nio + 5672 + 8672 + 32768 + 32768 + + + false + 8999 + + false + + ${prefix}/../test-profiles/test_resources/ssl/keystore.jks + password + + + + + false + false + 65535 + false + false + en_US + + + + + + + passwordfile + org.apache.qpid.server.security.auth.database.PlainPasswordFilePrincipalDatabase + + + passwordFile + ${conf}/passwd + + + + + + + org.apache.qpid.server.security.access.plugins.AllowAll + + + false + + + ${conf}/jmxremote.access + passwordfile + + + + + + + + + test + + + test + + + org.apache.qpid.server.store.MemoryMessageStore + + + + + + + + + + test2 + + + org.apache.qpid.server.store.MemoryMessageStore + + + + + + + 0 + 2.0 + + + true + + + ON + + + + diff --git a/java/systests/etc/config-systests-firewall-3.xml b/java/systests/etc/config-systests-firewall-3.xml new file mode 100644 index 0000000000..05c4df6069 --- /dev/null +++ b/java/systests/etc/config-systests-firewall-3.xml @@ -0,0 +1,137 @@ + + + + ${QPID_HOME} + ${QPID_WORK} + ${prefix}/etc + + + + false + false + /path/to/keystore.ks + keystorepass + + false + + false + 262144 + 262144 + + nio + 5672 + 8672 + 32768 + 32768 + + + false + 8999 + + false + + ${prefix}/../test-profiles/test_resources/ssl/keystore.jks + password + + + + + false + false + 65535 + false + false + en_US + + + + + + + passwordfile + org.apache.qpid.server.security.auth.database.PlainPasswordFilePrincipalDatabase + + + passwordFile + ${conf}/passwd + + + + + + + org.apache.qpid.server.security.access.plugins.AllowAll + + + false + + + ${conf}/jmxremote.access + passwordfile + + + + + + + + + test + + + test + + + org.apache.qpid.server.store.MemoryMessageStore + + + + + + + test2 + + + org.apache.qpid.server.store.MemoryMessageStore + + + + + + + + + + 0 + 2.0 + + + true + + + ON + + + + -- cgit v1.2.1