Merge pull request #12046 from dachary/wip-16014-cot

tests: use shorter directories for tests

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Loic Dachary 2016-11-17 17:37:27 +01:00 committed by GitHub
commit 654ad753c9

View File

@ -395,7 +395,7 @@ if not CEPH_BUILD_DIR:
CEPH_LIB=os.path.join(CEPH_BIN, '.libs')
os.putenv('CEPH_LIB', CEPH_LIB)
CEPH_DIR = CEPH_BUILD_DIR + "/ceph_objectstore_tool_dir"
CEPH_DIR = CEPH_BUILD_DIR + "/cot_dir"
CEPH_CONF = os.path.join(CEPH_DIR, 'ceph.conf')
def kill_daemons():