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 | e091227d5c57ff91ed41660d580cd1f2e06f3264 (patch) | |
| tree | 049180363b063b0a34a81dcfcfc676d551cbd2d3 /cpp | |
| parent | 60d08dab43fd9a730294d946bec27e3f6cea23e1 (diff) | |
| download | qpid-python-e091227d5c57ff91ed41660d580cd1f2e06f3264.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')
| -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 |
