diff options
author | Michael Goulish <mgoulish@apache.org> | 2011-03-18 03:12:57 +0000 |
---|---|---|
committer | Michael Goulish <mgoulish@apache.org> | 2011-03-18 03:12:57 +0000 |
commit | 54a99241a063d8399dfe390a36435988db6a4e51 (patch) | |
tree | 049180363b063b0a34a81dcfcfc676d551cbd2d3 /cpp/src | |
parent | 9056c5c0e5713de7f2123efed5bb6433fb468177 (diff) | |
download | qpid-python-54a99241a063d8399dfe390a36435988db6a4e51.tar.gz |
QPID-3153
added check for ais_exec running -- or don't run these clustered tests
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1082812 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rwxr-xr-x | cpp/src/tests/sasl_fed_ex_dynamic_cluster | 3 | ||||
-rwxr-xr-x | cpp/src/tests/sasl_fed_ex_link_cluster | 3 | ||||
-rwxr-xr-x | cpp/src/tests/sasl_fed_ex_queue_cluster | 3 | ||||
-rwxr-xr-x | cpp/src/tests/sasl_fed_ex_route_cluster | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/cpp/src/tests/sasl_fed_ex_dynamic_cluster b/cpp/src/tests/sasl_fed_ex_dynamic_cluster index 273a543ec5..b0cceccecb 100755 --- a/cpp/src/tests/sasl_fed_ex_dynamic_cluster +++ b/cpp/src/tests/sasl_fed_ex_dynamic_cluster @@ -21,7 +21,8 @@ source ./test_env.sh +source $srcdir/ais_check -${srcdir}/sasl_fed_ex dynamic cluster +with_ais_group ${srcdir}/sasl_fed_ex dynamic cluster diff --git a/cpp/src/tests/sasl_fed_ex_link_cluster b/cpp/src/tests/sasl_fed_ex_link_cluster index 0e037b1969..4139300b12 100755 --- a/cpp/src/tests/sasl_fed_ex_link_cluster +++ b/cpp/src/tests/sasl_fed_ex_link_cluster @@ -21,7 +21,8 @@ source ./test_env.sh +source $srcdir/ais_check -${srcdir}/sasl_fed_ex link cluster +with_ais_group ${srcdir}/sasl_fed_ex link cluster diff --git a/cpp/src/tests/sasl_fed_ex_queue_cluster b/cpp/src/tests/sasl_fed_ex_queue_cluster index ec8750b861..f251420e08 100755 --- a/cpp/src/tests/sasl_fed_ex_queue_cluster +++ b/cpp/src/tests/sasl_fed_ex_queue_cluster @@ -21,7 +21,8 @@ source ./test_env.sh +source ${srcdir}/ais_check -${srcdir}/sasl_fed_ex queue cluster +with_ais_group ${srcdir}/sasl_fed_ex queue cluster diff --git a/cpp/src/tests/sasl_fed_ex_route_cluster b/cpp/src/tests/sasl_fed_ex_route_cluster index fd59680b6e..a5d1542def 100755 --- a/cpp/src/tests/sasl_fed_ex_route_cluster +++ b/cpp/src/tests/sasl_fed_ex_route_cluster @@ -21,7 +21,8 @@ source ./test_env.sh +source ${srcdir}/ais_check -${srcdir}/sasl_fed_ex route cluster +with_ais_group ${srcdir}/sasl_fed_ex route cluster |