Add script to start PMS and add policy type
[nonrtric/rapp/healthcheck.git] / test / application_configuration.json
diff --git a/test/application_configuration.json b/test/application_configuration.json
new file mode 100644 (file)
index 0000000..53da122
--- /dev/null
@@ -0,0 +1,22 @@
+{
+    "config": {
+        "ric": [
+            {
+                "name": "ric1",
+                "baseUrl": "http://ric1:8085/",
+                "managedElementIds": [
+                    "kista_1",
+                    "kista_2"
+                ]
+            },
+            {
+                "name": "ric2",
+                "baseUrl": "http://ric2:8085/",
+                "managedElementIds": [
+                    "kista_3",
+                    "kista_4"
+                ]
+            }
+        ]
+    }
+}