Initial ansible-test implementation. (#18556)

This commit is contained in:
Matt Clay
2016-11-29 21:21:53 -08:00
committed by GitHub
parent d95eac16eb
commit 6bbd92e422
191 changed files with 5483 additions and 48 deletions

12
test/utils/shippable/freebsd.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash -eux
set -o pipefail
declare -a args
IFS='/:' read -ra args <<< "${TEST}"
platform="${args[0]}"
version="${args[1]}"
target="posix/ci/"
ansible-test integration --color -v --retry-on-error "${target}" --remote "${platform}/${version}"