(remote)
| 3203 | |
| 3204 | @staticmethod |
| 3205 | def _assert_ipmi(remote): |
| 3206 | assert remote.console.has_ipmi_credentials, ( |
| 3207 | "powercycling requested but RemoteConsole is not " |
| 3208 | "initialized. Check ipmi config.") |
| 3209 | |
| 3210 | def blackhole_kill_osd(self, osd): |
| 3211 | """ |
no outgoing calls
no test coverage detected