]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-tests: Use fake ssh script for onnode in local daemons tests
authorMartin Schwenke <martin@meltin.net>
Tue, 27 Feb 2018 01:13:37 +0000 (12:13 +1100)
committerMartin Schwenke <martins@samba.org>
Thu, 1 Mar 2018 18:39:15 +0000 (19:39 +0100)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tests/simple/scripts/local_daemons.bash

index 512d11fb253cceed51bd7cea02f24fc5c424100f..e89f1ffe7cc3cf7ff93cc36a88880fcb388983c9 100644 (file)
@@ -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 ()