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

Method test

qa/tasks/mgr/test_failover.py:174–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 self.mgr_cluster.mon_manager.ceph(f"osd blocklist add {oldaddr['addr']}/{oldaddr['nonce']}")
173
174 def test():
175 self.mgr_cluster.mon_manager.ceph("device scrape-health-metrics")
176 newaddr = self.get_libcephsqlite()
177 return oldaddr != newaddr
178
179 self.wait_until_true(
180 test,

Callers

nothing calls this directly

Calls 2

get_libcephsqliteMethod · 0.95
cephMethod · 0.80

Tested by

no test coverage detected