diff options
author | Alan Conway <aconway@apache.org> | 2010-06-01 15:53:39 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-06-01 15:53:39 +0000 |
commit | ad36d93c435bcfa8566598c09ebb32055a08d16b (patch) | |
tree | d1094c80bfe58012bf50c0a78808680f7f14632c | |
parent | d214b58dd6c9ed7d250286b8759a47da63ddcfaf (diff) | |
download | qpid-python-ad36d93c435bcfa8566598c09ebb32055a08d16b.tar.gz |
Source cluster environment checks in run_cluster_authentication_test/_soak.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950129 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | qpid/cpp/src/tests/run_cluster_authentication_soak | 5 | ||||
-rwxr-xr-x | qpid/cpp/src/tests/run_cluster_authentication_test | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/run_cluster_authentication_soak b/qpid/cpp/src/tests/run_cluster_authentication_soak index dd2368edbc..463588ce69 100755 --- a/qpid/cpp/src/tests/run_cluster_authentication_soak +++ b/qpid/cpp/src/tests/run_cluster_authentication_soak @@ -1,5 +1,8 @@ #! /bin/bash +source ./test_env.sh +source $srcdir/ais_check source sasl_test_setup.sh -./cluster_authentication_soak 500 + +with_ais_group ./cluster_authentication_soak 500 diff --git a/qpid/cpp/src/tests/run_cluster_authentication_test b/qpid/cpp/src/tests/run_cluster_authentication_test index 0e102490b1..69ce123993 100755 --- a/qpid/cpp/src/tests/run_cluster_authentication_test +++ b/qpid/cpp/src/tests/run_cluster_authentication_test @@ -1,5 +1,8 @@ #! /bin/bash +source ./test_env.sh +source $srcdir/ais_check source sasl_test_setup.sh -./cluster_authentication_soak + +with_ais_group ./cluster_authentication_soak |