MCPcopy Create free account
hub / github.com/ceph/ceph / SetUp

Method SetUp

src/test/mon/MonMap.cc:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40class MonMapTest : public ::testing::Test {
41 protected:
42 virtual void SetUp() {
43 g_ceph_context->_conf->subsys.set_log_level(dout_subsys, TEST_DEBUG);
44 }
45
46 virtual void TearDown() {
47 DNSResolver::get_instance(nullptr);

Callers

nothing calls this directly

Calls 1

set_log_levelMethod · 0.45

Tested by

no test coverage detected