add a defaults for integration.sh (#17709)

* add a default test image (ansible/ansible:centos7)
* add a default test target (all)
pull/17715/head
Adrian Likins 8 years ago committed by Matt Clay
parent ada2432165
commit e11f7d2339

@ -2,10 +2,10 @@
source_root=$(python -c "from os import path; print(path.abspath(path.join(path.dirname('$0'), '../../..')))")
test_image="${IMAGE}"
test_image="${IMAGE:-ansible/ansible:centos7}"
test_privileged="${PRIVILEGED:-false}"
test_flags="${TEST_FLAGS:-}"
test_target="${TARGET:-}"
test_target="${TARGET:-all}"
test_ansible_dir="${TEST_ANSIBLE_DIR:-/root/ansible}"
test_python3="${PYTHON3:-}"

Loading…
Cancel
Save