summaryrefslogtreecommitdiff
path: root/Final4/java/integrationtests/docs
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2007-11-26 17:04:15 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2007-11-26 17:04:15 +0000
commit44ff34c5a5d2a4ee8976dcead0e7876c347e54c3 (patch)
tree3b6d4fd2d231d732d4d7688eacafc5a119228357 /Final4/java/integrationtests/docs
parente162ae8c89bfc29293ed84d552dbb373dd1c06f3 (diff)
downloadqpid-python-44ff34c5a5d2a4ee8976dcead0e7876c347e54c3.tar.gz
Need to create yet another tag
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@598342 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Final4/java/integrationtests/docs')
-rw-r--r--Final4/java/integrationtests/docs/RunningSustainedTests.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Final4/java/integrationtests/docs/RunningSustainedTests.txt b/Final4/java/integrationtests/docs/RunningSustainedTests.txt
new file mode 100644
index 0000000000..db4405a32d
--- /dev/null
+++ b/Final4/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]
+
+
+