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

source ../collection/setup.sh

set -x

# common args for all tests
# because we are running in shippable/generic/ we are already in the default docker container
common=(--python "${ANSIBLE_TEST_PYTHON_VERSION}" --venv --venv-system-site-packages --color --truncate 0 "${@}")

# tests
ansible-test sanity "${common[@]}"
ansible-test units "${common[@]}"
ansible-test integration "${common[@]}"