summaryrefslogtreecommitdiff
path: root/java/systests/etc/bin/testclients.sh
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2007-08-01 16:19:31 +0000
committerRupert Smith <rupertlssmith@apache.org>2007-08-01 16:19:31 +0000
commit6b54ebb02e87cc4cc0a7bcd1d9d820c463f76e7f (patch)
tree8d36febd23837f732c8c026abbdca5bcdcff7626 /java/systests/etc/bin/testclients.sh
parent326741e927301ccf036a3ec98718bc622ca9e435 (diff)
downloadqpid-python-6b54ebb02e87cc4cc0a7bcd1d9d820c463f76e7f.tar.gz
Extensive refactoring of the distributed test framework.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@561855 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests/etc/bin/testclients.sh')
-rw-r--r--java/systests/etc/bin/testclients.sh23
1 files changed, 23 insertions, 0 deletions
diff --git a/java/systests/etc/bin/testclients.sh b/java/systests/etc/bin/testclients.sh
new file mode 100644
index 0000000000..4b10c833de
--- /dev/null
+++ b/java/systests/etc/bin/testclients.sh
@@ -0,0 +1,23 @@
+#!/bin/bash
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+for x in `seq 1 $1`;
+do
+ java -cp qpid-integrationtests-1.0-incubating-M2-SNAPSHOT-all-test-deps.jar -Dlog4j.configuration=file:/home/rupert/qpid/trunk/qpid/java/etc/mylog4j.xml org.apache.qpid.test.framework.distributedtesting.TestClient -n $x &
+done