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

source /etc/os-release

if [ "${ID}" == "alpine" ]; then
  echo "skipping due to issues installing paramiko"
  exit 0
fi

set -eux

source ../setup_paramiko/setup.sh

./test.sh