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

Method tearDown

qa/tasks/ceph_test_case.py:169–173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

167 self.ceph_cluster.mon_manager.raw_cluster_cmd("config", "dump")
168
169 def tearDown(self):
170 self.ceph_cluster.mon_manager.raw_cluster_cmd("config", "reset", str(self.ctx.conf_epoch))
171
172 self.ceph_cluster.mon_manager.raw_cluster_cmd("log",
173 "Ended test {0}".format(self.id()))
174
175 def _fix_key(self, key):
176 return str(key).replace(' ', '_')

Callers

nothing calls this directly

Calls 3

raw_cluster_cmdMethod · 0.80
formatMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected