From: Martin Schwenke Date: Tue, 27 Feb 2018 01:13:37 +0000 (+1100) Subject: ctdb-tests: Use fake ssh script for onnode in local daemons tests X-Git-Tag: talloc-2.1.12~315 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53fea36b6e2dd8b44bbe6e011208cabfd21d1a58;p=thirdparty%2Fsamba.git ctdb-tests: Use fake ssh script for onnode in local daemons tests Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/simple/scripts/local_daemons.bash b/ctdb/tests/simple/scripts/local_daemons.bash index 512d11fb253..e89f1ffe7cc 100644 --- a/ctdb/tests/simple/scripts/local_daemons.bash +++ b/ctdb/tests/simple/scripts/local_daemons.bash @@ -23,6 +23,9 @@ if [ -n "$TEST_SOCKET_WRAPPER_SO_PATH" ] ; then mkdir -p "$SOCKET_WRAPPER_DIR" fi +# onnode will execute this, which fakes ssh against local daemons +export ONNODE_SSH="${TEST_SUBDIR}/scripts/ssh_local_daemons.sh" + ####################################### config_from_environment ()