summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-06-05 08:50:54 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-06-05 08:50:54 +0000
commit4054fa264932e1a2d8c00d6e61b0685e1ea730bc (patch)
tree209424d9a9d02e52942d2b20f435ede729d32b1e
parentb9a973e9bf930d188bfc805e39b1ff7353ae7a2b (diff)
downloadqpid-python-4054fa264932e1a2d8c00d6e61b0685e1ea730bc.tar.gz
Added documentation on how to run the sustained tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@544422 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/integrationtests/docs/RunningSustainedTests.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/integrationtests/docs/RunningSustainedTests.txt b/java/integrationtests/docs/RunningSustainedTests.txt
new file mode 100644
index 0000000000..2b37f4c5a7
--- /dev/null
+++ b/java/integrationtests/docs/RunningSustainedTests.txt
@@ -0,0 +1,15 @@
+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.SustainedTestClient : 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 Client [java org.apache.qpid.sustained.TestClient], ensuring unique naming
+ - Start Test Controller [java org.apache.qpid.sustained.TestCoordinator]
+ - Additional Test clients can be started:
+ [java org.apache.qpid.sustained.TestClient -j org.apache.qpid.sustained.SustainedTestClient]
+
+