]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: cat the contents of lv-create.log in infra_lv_create
authorAndrew Schoen <aschoen@redhat.com>
Thu, 9 Aug 2018 12:26:58 +0000 (07:26 -0500)
committerSébastien Han <seb@redhat.com>
Thu, 16 Aug 2018 14:38:23 +0000 (16:38 +0200)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 2f8262bf870c1d6a4db078807ff5bd70be16ad7a..ede234e57a7043fcb1171c657e2eef91f410659d 100644 (file)
--- 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