()
| 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, |
nothing calls this directly
no test coverage detected