Add test Coverage for Policy Service
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / mock / policy-instance-2.json
diff --git a/webapp-frontend/src/app/mock/policy-instance-2.json b/webapp-frontend/src/app/mock/policy-instance-2.json
new file mode 100644 (file)
index 0000000..25b75ee
--- /dev/null
@@ -0,0 +1,18 @@
+[
+    {
+      "id": "2001",
+      "type": "2",
+      "ric": "ric1",
+      "json": {
+        "scope": {
+          "ueId": "ue3100",
+          "qosId": "qos3100"
+        },
+        "qosObjectives": {
+          "priorityLevel": 3100
+        }
+      },
+      "service": "service1",
+      "lastModified": "2020-12-08T21:12:43.719084Z"
+    }
+  ]
\ No newline at end of file