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

set -eux

[ -f "${INVENTORY}" ]

# Run connection tests with both the default and C locale.

                ansible-playbook test_connection.yml -i "${INVENTORY}" "$@"
LC_ALL=C LANG=C ansible-playbook test_connection.yml -i "${INVENTORY}" "$@"

ansible-playbook test_reset_connection.yml -i "${INVENTORY}" "$@"