(self)
| 365 | raise MockServerException("There was a problem, CAVES didn't greet us.") |
| 366 | |
| 367 | def shutdown(self): |
| 368 | self._attempt_shutdown() |
| 369 | |
| 370 | def create_cluster(self): |
| 371 | self._cluster_id = str(uuid4()) |
nothing calls this directly
no test coverage detected