This can happen before "public key" which start() swallows
(node)
| 17 | |
| 18 | |
| 19 | def wait_for_grpc_start(node): |
| 20 | """This can happen before "public key" which start() swallows""" |
| 21 | wait_for(lambda: node.daemon.is_in_log(r'serving grpc on 0.0.0.0:')) |
| 22 | |
| 23 | |
| 24 | def test_rpc_client(node_factory): |
no test coverage detected