()
| 198 | } |
| 199 | |
| 200 | func initPmap() { |
| 201 | baseParams := BaseAPIParams(proxyURLReadOnly) |
| 202 | smap, err := waitForStartup(baseParams) |
| 203 | cos.AssertNoErr(err) |
| 204 | pmapReadOnly = smap.Pmap |
| 205 | } |
| 206 | |
| 207 | func initRemoteCluster() { |
| 208 | aisInfo, err := api.GetRemoteAIS(BaseAPIParams(proxyURLReadOnly)) |
no test coverage detected