summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests')
-rwxr-xr-xcpp/src/tests/run_cluster_authentication_soak5
-rwxr-xr-xcpp/src/tests/run_cluster_authentication_test5
2 files changed, 8 insertions, 2 deletions
diff --git a/cpp/src/tests/run_cluster_authentication_soak b/cpp/src/tests/run_cluster_authentication_soak
index dd2368edbc..463588ce69 100755
--- a/cpp/src/tests/run_cluster_authentication_soak
+++ b/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/cpp/src/tests/run_cluster_authentication_test b/cpp/src/tests/run_cluster_authentication_test
index 0e102490b1..69ce123993 100755
--- a/cpp/src/tests/run_cluster_authentication_test
+++ b/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