Skip to content
Snippets Groups Projects
Commit 1a304a50 authored by ale's avatar ale
Browse files

Increase verbosity in test playbook

parent c80d8c24
No related branches found
No related tags found
1 merge request!310Expose test artifacts to the Gitlab CI interface
...@@ -131,7 +131,7 @@ do_provision() { ...@@ -131,7 +131,7 @@ do_provision() {
do_test() { do_test() {
for playbook in "${float_dir}/test/integration-test.yml" "$@"; do for playbook in "${float_dir}/test/integration-test.yml" "$@"; do
log Running test playbook ${playbook} log Running test playbook ${playbook}
ANSIBLE_STDOUT_CALLBACK=default ${float_dir}/float run ${playbook} \ ANSIBLE_STDOUT_CALLBACK=default ANSIBLE_CALLBACKS_ENABLED=default ${float_dir}/float run -vv ${playbook} \
|| die "test playbook failed" || die "test playbook failed"
done done
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment