]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/ceph_crypto: do not read ceph.conf in global_init() 12318/head
authorKefu Chai <kchai@redhat.com>
Mon, 5 Dec 2016 12:23:21 +0000 (20:23 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 5 Dec 2016 12:26:37 +0000 (20:26 +0800)
commitc72a2271a8012a66d7bbccf5766a73da5bb878d6
tree70cd2f19066d7eeef5b0f97986f2679b482ffd58
parent76dfbc7be1577a285e18687db89aa98029b83b04
test/ceph_crypto: do not read ceph.conf in global_init()

ForkDeathTest.MD5 expect an empty output while global_init() complains
if ceph.conf is missing if 0 is passed in as the `flags`. this test
passes if ceph.conf is in current working directory, but jenkins does
not prepare this file for this test.

Fixes: http://tracker.ceph.com/issues/18128
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/CMakeLists.txt
src/test/ceph_crypto.cc