tests: cat the contents of lv-create.log in infra_lv_create

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/3036/head
Andrew Schoen 2018-08-09 07:26:58 -05:00 committed by Sébastien Han
parent 131796f275
commit f5a4c89869
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ whitelist_externals =
bash bash
cp cp
mkdir mkdir
cat
passenv=* passenv=*
setenv= setenv=
ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config
@ -36,6 +37,8 @@ commands=
cp {toxinidir}/infrastructure-playbooks/lv-teardown.yml {toxinidir}/lv-teardown.yml cp {toxinidir}/infrastructure-playbooks/lv-teardown.yml {toxinidir}/lv-teardown.yml
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/lv-teardown.yml --extra-vars "ireallymeanit=yes" ansible-playbook -vv -i {changedir}/hosts {toxinidir}/lv-teardown.yml --extra-vars "ireallymeanit=yes"
cat {toxinidir}/lv-create.log
vagrant destroy --force vagrant destroy --force
# extra commands for purging clusters # extra commands for purging clusters