(t *testing.T)
| 630 | } |
| 631 | |
| 632 | func GetClusterConfig(t *testing.T) (config *cmn.Config) { |
| 633 | config, err := getClusterConfig() |
| 634 | tassert.CheckFatal(t, err) |
| 635 | return config |
| 636 | } |
| 637 | |
| 638 | func SetClusterConfig(t *testing.T, nvs cos.SimpleKVs) { |
| 639 | proxyURL := GetPrimaryURL() |