summaryrefslogtreecommitdiff
path: root/M4-RCs/qpid/java/integrationtests/docs/RunningSustainedTests.txt
diff options
context:
space:
mode:
Diffstat (limited to 'M4-RCs/qpid/java/integrationtests/docs/RunningSustainedTests.txt')
-rw-r--r--M4-RCs/qpid/java/integrationtests/docs/RunningSustainedTests.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/M4-RCs/qpid/java/integrationtests/docs/RunningSustainedTests.txt b/M4-RCs/qpid/java/integrationtests/docs/RunningSustainedTests.txt
deleted file mode 100644
index db4405a32d..0000000000
--- a/M4-RCs/qpid/java/integrationtests/docs/RunningSustainedTests.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-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]
-
-
-