Added Controller configuration
[nonrtric.git] / policy-agent / src / test / resources / test_application_configuration_with_dmaap_config.json
index ec292bf..6d6cdce 100644 (file)
@@ -1,8 +1,17 @@
 {
    "config":{
+      "controller":[
+         {
+          "name":"controller1",
+          "baseUrl":"http://localhost:8083/",
+          "userName":"user",
+          "password":"password"
+        }
+      ],
       "ric":[
          {
             "name":"ric1",
+            "controller": "controller1",
             "baseUrl":"http://localhost:8083/",
             "managedElementIds":[
                "kista_1",
@@ -35,4 +44,4 @@
          }
       }
    }
-}
\ No newline at end of file
+}