aboutsummaryrefslogtreecommitdiffstats
path: root/test/policy-local-files/thresholdPolicy_URLLC_Core_1_latency.json
diff options
context:
space:
mode:
authorVikas Varma <vikas.varma@att.com>2020-03-25 13:49:53 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-25 13:49:53 +0000
commit0c9d9098ba21f79fe4e721b38e1e7c311c958964 (patch)
tree86251e73b14af3018deb70072bfa337ccac00c93 /test/policy-local-files/thresholdPolicy_URLLC_Core_1_latency.json
parentbb5346f671007485776b1f71ed1e1b337e787603 (diff)
parentfcb37e97e37137d3111924e993e75fdb83c2a0a0 (diff)
Merge "Add functionality to support NSI selection"
Diffstat (limited to 'test/policy-local-files/thresholdPolicy_URLLC_Core_1_latency.json')
-rw-r--r--test/policy-local-files/thresholdPolicy_URLLC_Core_1_latency.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/test/policy-local-files/thresholdPolicy_URLLC_Core_1_latency.json b/test/policy-local-files/thresholdPolicy_URLLC_Core_1_latency.json
new file mode 100644
index 0000000..35106f6
--- /dev/null
+++ b/test/policy-local-files/thresholdPolicy_URLLC_Core_1_latency.json
@@ -0,0 +1,32 @@
+{
+ "OSDF_FRANKFURT.Threshold_URLLC_Core_1": {
+ "type": "onap.policies.optimization.ThresholdPolicy",
+ "version": "1.0.0",
+ "type_version": "1.0.0",
+ "metadata": {
+ "policy-id": "OSDF_FRANKFURT.Threshold_URLLC_Core_1_latency",
+ "policy-version": 1
+ },
+ "properties": {
+ "scope": [
+ "OSDF_FRANKFURT",
+ "URLLC_1",
+ "URLLC_Core_1"
+ ],
+ "resources": [
+ "URLLC_Core_1"
+ ],
+ "services": [
+ "URLLC_1"
+ ],
+ "identity": "Threshold_URLLC_Core_1_latency",
+ "applicableResources": "any",
+ "thresholdProperty": {
+ "attribute": "latency",
+ "operator": "lte",
+ "threshold": 5,
+ "unit": "ms"
+ }
+ }
+ }
+} \ No newline at end of file