From 5a90f4c577bf371a36bf602dc8ea01663aaffe00 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 8 Aug 2017 12:24:41 -0500 Subject: [PATCH] ceph-volume: adds CEPH_VOLUME_DEBUG=1 to functional tests This will show us tracebacks if ceph-volume fails Signed-off-by: Andrew Schoen --- src/ceph-volume/ceph_volume/tests/functional/tox.ini | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5