]> git-server-git.apps.pok.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 15:01:41 +0000 (17:01 +0200)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit f5a4c8986982f277f6fd5bcd5b28c6099f655d79)
Signed-off-by: Sébastien Han <seb@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 5804b8fb7e629ed62f42fc8653e8ce1d12a8ca30..42dc796279bccc0d44e0b88281f6c47172d285fa 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