MCPcopy
hub / github.com/NVIDIA/aistore / GetClusterConfig

Function GetClusterConfig

devtools/tutils/client.go:632–636  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

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

Callers 15

TestAuthE2EFunction · 0.92
TestLRUFunction · 0.92
TestConfigFunction · 0.92
TestConfigSetGlobalFunction · 0.92
TestConfigSyncToNewNodeFunction · 0.92
primarySetToOriginalFunction · 0.92
TestListBucketsFunction · 0.92

Calls 2

CheckFatalFunction · 0.92
getClusterConfigFunction · 0.85

Tested by 15

TestAuthE2EFunction · 0.74
TestLRUFunction · 0.74
TestConfigFunction · 0.74
TestConfigSetGlobalFunction · 0.74
TestConfigSyncToNewNodeFunction · 0.74
primarySetToOriginalFunction · 0.74
TestListBucketsFunction · 0.74