summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/connection_paramiko_ssh/test.sh
blob: de1ae67342308b6346c0bfed155c2c8664f2a8e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash

set -eux

group=paramiko_ssh

cd ../connection

INVENTORY="../connection_${group}/test_connection.inventory" ./test.sh \
    -e target_hosts="${group}" \
    -e action_prefix= \
    -e local_tmp=/tmp/ansible-local \
    -e remote_tmp=/tmp/ansible-remote \
    "$@"