Merge "<RIC-194> add verification for setup failure rmr message"
[ric-plt/e2mgr.git] / E2Manager / configuration / configuration_test.go
index cdbf338..695ed9a 100644 (file)
@@ -42,7 +42,7 @@ func TestParseConfigurationSuccess(t *testing.T) {
        assert.NotNil(t, config.GlobalRicId)
        assert.NotEmpty(t, config.GlobalRicId.PlmnId)
        assert.NotEmpty(t, config.GlobalRicId.RicNearRtId)
-       /*assert.NotEmpty(t, config.Kubernetes.Namespace)
+/*     assert.NotEmpty(t, config.Kubernetes.KubeNamespace)
        assert.NotEmpty(t, config.Kubernetes.ConfigPath)*/
 }
 
@@ -208,7 +208,7 @@ func TestGlobalRicIdConfigNotFoundFailure(t *testing.T) {
                "logging": map[string]interface{}{"logLevel": "info"},
                "http": map[string]interface{}{"port": 3800},
                "routingManager":    map[string]interface{}{"baseUrl": "http://iltlv740.intl.att.com:8080/ric/v1/handles/"},
-               //"kubernetes":    map[string]interface{}{"namespace": "test", "ConfigPath": "test"},
+               //"kubernetes":    map[string]interface{}{"kubeNamespace": "test", "ConfigPath": "test"},
        }
        buf, err := yaml.Marshal(yamlMap)
        if err != nil {