summaryrefslogtreecommitdiff
path: root/test/integration/targets/connection_ssh
diff options
context:
space:
mode:
authorAndrew Gaffney <andrew@agaffney.org>2016-11-27 19:52:31 -0700
committerBrian Coca <bcoca@users.noreply.github.com>2017-01-19 12:31:14 -0500
commitac51266e8fea1ac6312a9649fc5cf10dd0609925 (patch)
tree8f6ae4593c81c7d8aa79e650d1434396791c1a89 /test/integration/targets/connection_ssh
parent2a909638338f6d59e83e444a711f7f9eaaa3fddc (diff)
downloadansible-ac51266e8fea1ac6312a9649fc5cf10dd0609925.tar.gz
Add pipeline-ish method using dd for file transfer over SSH (#18642)
Diffstat (limited to 'test/integration/targets/connection_ssh')
-rwxr-xr-xtest/integration/targets/connection_ssh/runme.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/connection_ssh/runme.sh b/test/integration/targets/connection_ssh/runme.sh
index 2e74085fd8..18eaf87d3a 100755
--- a/test/integration/targets/connection_ssh/runme.sh
+++ b/test/integration/targets/connection_ssh/runme.sh
@@ -6,3 +6,5 @@ set -eux
./posix.sh "$@"
# scp
ANSIBLE_SCP_IF_SSH=true ./posix.sh "$@"
+# piped
+ANSIBLE_SSH_TRANSFER_METHOD=piped ./posix.sh "$@"