From 1685b700294ee0c1eaa1365d67a42861af0fe721 Mon Sep 17 00:00:00 2001 From: "raviteja.karumuri" Date: Sun, 31 Oct 2021 19:09:19 +0000 Subject: [PMSH] Operational policy and control loop updates Issue-ID: DCAEGEN2-2913 Signed-off-by: raviteja.karumuri Change-Id: Ie64383aa55b07ef4387e9b1e8a2414f37901f0da --- .../tests/data/create_subscription_request.json | 2 ++ .../pm-subscription-handler/tests/data/pm_subscription_event.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'components/pm-subscription-handler/tests/data') 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 +} -- cgit 1.2.3-korg