summaryrefslogtreecommitdiff
path: root/Final/java/integrationtests/docs
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2007-11-26 17:05:05 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2007-11-26 17:05:05 +0000
commite7bfaa4a7fe3dae4079e84010a1be5e80a63fc6a (patch)
tree629dbbf2de566d941fc67283b74133789e5c1c79 /Final/java/integrationtests/docs
parent44ff34c5a5d2a4ee8976dcead0e7876c347e54c3 (diff)
downloadqpid-python-e7bfaa4a7fe3dae4079e84010a1be5e80a63fc6a.tar.gz
tag for M2 final release
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@598344 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Final/java/integrationtests/docs')
-rw-r--r--Final/java/integrationtests/docs/RunningSustainedTests.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Final/java/integrationtests/docs/RunningSustainedTests.txt b/Final/java/integrationtests/docs/RunningSustainedTests.txt
new file mode 100644
index 0000000000..db4405a32d
--- /dev/null
+++ b/Final/java/integrationtests/docs/RunningSustainedTests.txt
@@ -0,0 +1,17 @@
+In addition to the integration tests the framework provided by this package also allows for
+sustained tests to be run. Currently avaible tests:
+- org.apache.qpid.sustained.SustainedClientTestCase : Pub Sub test to determine steady state throughput.
+
+
+Running Tests.
+
+Run the tests as per the integration tests.
+- Start a broker
+- Start at least one test client [java org.apache.qpid.interop.TestClient], ensuring unique naming.
+
+- Start the test coordinator with the 'fanout' engine, on the sustained test case [java org.apache.qpid.test.framework.distributedtesting.Coordinator]
+
+- Additional Test clients can be started and joined into the running test: [java org.apache.qpid.interop.TestClient -j]
+
+
+