diff options
| author | Ted Ross <tross@apache.org> | 2013-10-10 19:59:37 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2013-10-10 19:59:37 +0000 |
| commit | 1c79906294aa244a41f34613d289296074f37212 (patch) | |
| tree | e26c309f8848f2365ad46cfd580d975dbec6813f /qpid/extras/dispatch | |
| parent | 21f5e2ec963ac50256bba7644f33f5f4b2126285 (diff) | |
| download | qpid-python-1c79906294aa244a41f34613d289296074f37212.tar.gz | |
NO-JIRA - Moved the test configurations into topology-specific folders
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1531088 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/extras/dispatch')
| -rw-r--r-- | qpid/extras/dispatch/tests/config-1/A.conf (renamed from qpid/extras/dispatch/tests/onerouter.conf) | 0 | ||||
| -rw-r--r-- | qpid/extras/dispatch/tests/config-2/A.conf (renamed from qpid/extras/dispatch/tests/tworouters-A.conf) | 0 | ||||
| -rw-r--r-- | qpid/extras/dispatch/tests/config-2/B.conf (renamed from qpid/extras/dispatch/tests/tworouters-B.conf) | 0 | ||||
| -rw-r--r-- | qpid/extras/dispatch/tests/config-3-linear/A.conf (renamed from qpid/extras/dispatch/tests/threerouters-A.conf) | 0 | ||||
| -rw-r--r-- | qpid/extras/dispatch/tests/config-3-linear/B.conf (renamed from qpid/extras/dispatch/tests/threerouters-B.conf) | 0 | ||||
| -rw-r--r-- | qpid/extras/dispatch/tests/config-3-linear/C.conf (renamed from qpid/extras/dispatch/tests/threerouters-C.conf) | 0 | ||||
| -rw-r--r-- | qpid/extras/dispatch/tests/config-3-linear/topology.txt | 12 |
7 files changed, 12 insertions, 0 deletions
diff --git a/qpid/extras/dispatch/tests/onerouter.conf b/qpid/extras/dispatch/tests/config-1/A.conf index 308d86473c..308d86473c 100644 --- a/qpid/extras/dispatch/tests/onerouter.conf +++ b/qpid/extras/dispatch/tests/config-1/A.conf diff --git a/qpid/extras/dispatch/tests/tworouters-A.conf b/qpid/extras/dispatch/tests/config-2/A.conf index 0d00efdbd4..0d00efdbd4 100644 --- a/qpid/extras/dispatch/tests/tworouters-A.conf +++ b/qpid/extras/dispatch/tests/config-2/A.conf diff --git a/qpid/extras/dispatch/tests/tworouters-B.conf b/qpid/extras/dispatch/tests/config-2/B.conf index 8999c9878c..8999c9878c 100644 --- a/qpid/extras/dispatch/tests/tworouters-B.conf +++ b/qpid/extras/dispatch/tests/config-2/B.conf diff --git a/qpid/extras/dispatch/tests/threerouters-A.conf b/qpid/extras/dispatch/tests/config-3-linear/A.conf index 3f18ad668c..3f18ad668c 100644 --- a/qpid/extras/dispatch/tests/threerouters-A.conf +++ b/qpid/extras/dispatch/tests/config-3-linear/A.conf diff --git a/qpid/extras/dispatch/tests/threerouters-B.conf b/qpid/extras/dispatch/tests/config-3-linear/B.conf index 10310306d6..10310306d6 100644 --- a/qpid/extras/dispatch/tests/threerouters-B.conf +++ b/qpid/extras/dispatch/tests/config-3-linear/B.conf diff --git a/qpid/extras/dispatch/tests/threerouters-C.conf b/qpid/extras/dispatch/tests/config-3-linear/C.conf index 83c0ff603d..83c0ff603d 100644 --- a/qpid/extras/dispatch/tests/threerouters-C.conf +++ b/qpid/extras/dispatch/tests/config-3-linear/C.conf diff --git a/qpid/extras/dispatch/tests/config-3-linear/topology.txt b/qpid/extras/dispatch/tests/config-3-linear/topology.txt new file mode 100644 index 0000000000..07d6d74008 --- /dev/null +++ b/qpid/extras/dispatch/tests/config-3-linear/topology.txt @@ -0,0 +1,12 @@ + + + +----------+ +----------+ +----------+ + |QDR.A | |QDR.B | |QDR.C | + |port: | |port: | |port: | + | 20001 |--------->| 20002 |--------->| 20003 | + | | | | | | + | | | | | | + +----------+ +----------+ +----------+ + + * The direction of the arrow shows the direction of the connection setup + Connector --> Listener |
