summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/tests/data
diff options
context:
space:
mode:
authorraviteja.karumuri <raviteja.karumuri@est.tech>2021-10-31 19:09:19 +0000
committerraviteja.karumuri <raviteja.karumuri@est.tech>2021-11-05 14:36:17 +0000
commit1685b700294ee0c1eaa1365d67a42861af0fe721 (patch)
tree2a146d34629b18f6000d7cd4fc57b925a1e22982 /components/pm-subscription-handler/tests/data
parent70de6a27b7722e3ed02d8e8a8c7933e053eacabb (diff)
[PMSH] Operational policy and control loop updates
Issue-ID: DCAEGEN2-2913 Signed-off-by: raviteja.karumuri <raviteja.karumuri@est.tech> Change-Id: Ie64383aa55b07ef4387e9b1e8a2414f37901f0da
Diffstat (limited to 'components/pm-subscription-handler/tests/data')
-rw-r--r--components/pm-subscription-handler/tests/data/create_subscription_request.json2
-rwxr-xr-xcomponents/pm-subscription-handler/tests/data/pm_subscription_event.json6
2 files changed, 5 insertions, 3 deletions
diff --git a/components/pm-subscription-handler/tests/data/create_subscription_request.json b/components/pm-subscription-handler/tests/data/create_subscription_request.json
index 0b2f86f7..bc089a9a 100644
--- a/components/pm-subscription-handler/tests/data/create_subscription_request.json
+++ b/components/pm-subscription-handler/tests/data/create_subscription_request.json
@@ -1,6 +1,8 @@
{
"subscription": {
"subscriptionName": "ExtraPM-All-gNB-R2B",
+ "operationalPolicyName":"pmsh-operational-policy",
+ "controlLoopName":"pmsh-control-loop",
"nfFilter": {
"nfNames": [
"^pnf.*",
diff --git a/components/pm-subscription-handler/tests/data/pm_subscription_event.json b/components/pm-subscription-handler/tests/data/pm_subscription_event.json
index 6b94373a..6a7fe340 100755
--- a/components/pm-subscription-handler/tests/data/pm_subscription_event.json
+++ b/components/pm-subscription-handler/tests/data/pm_subscription_event.json
@@ -2,9 +2,9 @@
"nfName":"pnf_1",
"blueprintName": "some-name",
"blueprintVersion": "some-version",
- "policyName":"pmsh-operational-policy",
+ "operationalPolicyName":"pmsh-operational-policy",
"changeType":"CREATE",
- "closedLoopControlName":"pmsh-control-loop",
+ "controlLoopName":"pmsh-control-loop",
"ipAddress": "204.120.0.15",
"subscription":{
"subscriptionName":"ExtraPM-All-gNB-R2B",
@@ -54,4 +54,4 @@
}
]
}
-} \ No newline at end of file
+}