From: Andrew Schoen Date: Thu, 9 Aug 2018 12:26:58 +0000 (-0500) Subject: tests: cat the contents of lv-create.log in infra_lv_create X-Git-Tag: v3.2.0beta2~44 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f5a4c8986982f277f6fd5bcd5b28c6099f655d79;p=ceph-ansible.git tests: cat the contents of lv-create.log in infra_lv_create Signed-off-by: Andrew Schoen --- diff --git a/tox.ini b/tox.ini index 2f8262bf8..ede234e57 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ whitelist_externals = bash cp mkdir + cat passenv=* setenv= ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config @@ -36,6 +37,8 @@ commands= 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" + cat {toxinidir}/lv-create.log + vagrant destroy --force # extra commands for purging clusters