summaryrefslogtreecommitdiff
path: root/qpid/java/integrationtests/docs
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-04-04 16:15:04 +0000
committerRobert Gemmell <robbie@apache.org>2012-04-04 16:15:04 +0000
commitcd490267f429405a14e033089d244c9c52c48fe4 (patch)
tree90329a1f2967a8bb0e9692f1af0e57ff11c6d0ef /qpid/java/integrationtests/docs
parent8ea49185740bea4d7260c883aed20f2b5be89a0b (diff)
downloadqpid-python-cd490267f429405a14e033089d244c9c52c48fe4.tar.gz
QPID-3929: remove old perftests + integrationtests + junit-toolkit modules and associated files
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1309476 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/integrationtests/docs')
-rw-r--r--qpid/java/integrationtests/docs/RunningSustainedTests.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/qpid/java/integrationtests/docs/RunningSustainedTests.txt b/qpid/java/integrationtests/docs/RunningSustainedTests.txt
deleted file mode 100644
index db4405a32d..0000000000
--- a/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]
-
-
-