(tb testing.TB, url string)
| 615 | } |
| 616 | |
| 617 | func GetClusterMap(tb testing.TB, url string) *cluster.Smap { |
| 618 | smap, err := waitForStartup(BaseAPIParams(url), tb) |
| 619 | _ = err // the caller must check smap for nil |
| 620 | return smap |
| 621 | } |
| 622 | |
| 623 | func getClusterConfig() (config *cmn.Config, err error) { |
| 624 | proxyURL := GetPrimaryURL() |