From: Andrew Schoen Date: Tue, 8 Aug 2017 17:24:41 +0000 (-0500) Subject: ceph-volume: adds CEPH_VOLUME_DEBUG=1 to functional tests X-Git-Tag: v13.0.0~173^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5a90f4c577bf371a36bf602dc8ea01663aaffe00;p=ceph.git ceph-volume: adds CEPH_VOLUME_DEBUG=1 to functional tests This will show us tracebacks if ceph-volume fails Signed-off-by: Andrew Schoen --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/tox.ini b/src/ceph-volume/ceph_volume/tests/functional/tox.ini index 5a8385218365b..6fe16a51e6bfb 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/tox.ini +++ b/src/ceph-volume/ceph_volume/tests/functional/tox.ini @@ -13,6 +13,7 @@ setenv= ANSIBLE_STDOUT_CALLBACK = debug ANSIBLE_RETRY_FILES_ENABLED = False VAGRANT_CWD = {changedir} + CEPH_VOLUME_DEBUG = 1 deps= ansible==2.2.3 testinfra==1.6.0