summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/tests/data/pm_subscription_event.json
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2022-03-07 20:34:07 +0000
committerGerrit Code Review <gerrit@onap.org>2022-03-07 20:34:07 +0000
commit6c9c8cc2a1a289ef0b4172d387376d0367549fe3 (patch)
tree86d10ee475a012545bcfc8b256f928f1996dc6de /components/pm-subscription-handler/tests/data/pm_subscription_event.json
parentf67adad42f2c857ff76b52df39f0beb5c2cabee4 (diff)
parent5a2c43f2add2c6d4af8331a40b174684eac11b34 (diff)
Merge "[PMSH] Cleaning up old App Config, subscription handler and it's subsequent calls"
Diffstat (limited to 'components/pm-subscription-handler/tests/data/pm_subscription_event.json')
-rwxr-xr-xcomponents/pm-subscription-handler/tests/data/pm_subscription_event.json57
1 files changed, 0 insertions, 57 deletions
diff --git a/components/pm-subscription-handler/tests/data/pm_subscription_event.json b/components/pm-subscription-handler/tests/data/pm_subscription_event.json
deleted file mode 100755
index 6a7fe340..00000000
--- a/components/pm-subscription-handler/tests/data/pm_subscription_event.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "nfName":"pnf_1",
- "blueprintName": "some-name",
- "blueprintVersion": "some-version",
- "operationalPolicyName":"pmsh-operational-policy",
- "changeType":"CREATE",
- "controlLoopName":"pmsh-control-loop",
- "ipAddress": "204.120.0.15",
- "subscription":{
- "subscriptionName":"ExtraPM-All-gNB-R2B",
- "administrativeState":"UNLOCKED",
- "fileBasedGP":15,
- "fileLocation":"/pm/pm.xml",
- "measurementGroups":[
- {
- "measurementGroup":{
- "measurementTypes":[
- {
- "measurementType":"countera"
- },
- {
- "measurementType":"counterb"
- }
- ],
- "managedObjectDNsBasic":[
- {
- "DN":"dna"
- },
- {
- "DN":"dnb"
- }
- ]
- }
- },
- {
- "measurementGroup":{
- "measurementTypes":[
- {
- "measurementType":"counterc"
- },
- {
- "measurementType":"counterd"
- }
- ],
- "managedObjectDNsBasic":[
- {
- "DN":"dnc"
- },
- {
- "DN":"dnd"
- }
- ]
- }
- }
- ]
- }
-}