diff options
| author | Alan Conway <aconway@apache.org> | 2010-09-27 19:41:33 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-09-27 19:41:33 +0000 |
| commit | 8e8be3e0d1ce6087c46a7023ac9a657b2058c3bf (patch) | |
| tree | 943d74ead1d7325c5db6f7c1f52d1090c6fa0257 /qpid/cpp/src/tests/cluster.mk | |
| parent | bbee097fc24cc07a0ec5eacff757d068fd9c6a83 (diff) | |
| download | qpid-python-8e8be3e0d1ce6087c46a7023ac9a657b2058c3bf.tar.gz | |
Scripts using rsync and ssh to assist cluster testing:
- run a command on all hosts in a cluster.
- copy files to all hosts in a cluster.
- "make install" locally and copy install tree to cluster.
- copy source tree to cluster and "make install" on each host.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1001888 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/tests/cluster.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk index e9e4c84b02..3ca4d3244a 100644 --- a/qpid/cpp/src/tests/cluster.mk +++ b/qpid/cpp/src/tests/cluster.mk @@ -81,4 +81,7 @@ cluster_test_LDADD=$(lib_client) $(lib_broker) ../cluster.la -lboost_unit_test_f qpidtest_SCRIPTS += run_cluster_tests cluster_tests.py run_long_cluster_tests long_cluster_tests.py testlib.py cluster_tests.fail +qpidtest_SCRIPTS += allhosts rsynchosts qpid-build-rinstall qpid-src-rinstall + + endif |
