aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-services-pmsh/testsuite/assets
diff options
context:
space:
mode:
Diffstat (limited to 'plans/dcaegen2-services-pmsh/testsuite/assets')
-rw-r--r--plans/dcaegen2-services-pmsh/testsuite/assets/aai-initializer.json61
-rw-r--r--plans/dcaegen2-services-pmsh/testsuite/assets/cbs-initializer.json (renamed from plans/dcaegen2-services-pmsh/testsuite/assets/initializerJson.json)78
-rw-r--r--plans/dcaegen2-services-pmsh/testsuite/assets/mr-initializer.json50
3 files changed, 117 insertions, 72 deletions
diff --git a/plans/dcaegen2-services-pmsh/testsuite/assets/aai-initializer.json b/plans/dcaegen2-services-pmsh/testsuite/assets/aai-initializer.json
new file mode 100644
index 00000000..5406f99c
--- /dev/null
+++ b/plans/dcaegen2-services-pmsh/testsuite/assets/aai-initializer.json
@@ -0,0 +1,61 @@
+[
+ {
+ "httpRequest": {
+ "path": "/aai/v16/query.*"
+ },
+ "httpResponse": {
+ "statusCode": 200,
+ "headers": {
+ "content-type": [
+ "application/json"
+ ]
+ },
+ "body": {
+ "type": "JSON",
+ "json": {
+ "results": [
+ {
+ "id": "303240",
+ "node-type": "generic-vnf",
+ "url": "/aai/v16/network/generic-vnfs/generic-vnf/230f339c-3e75-4f6b-8c9c-da4759da8222",
+ "properties": {
+ "vnf-id": "230f339c-3e75-4f6b-8c9c-da4759da8222",
+ "vnf-name": "vcpe_1",
+ "vnf-type": "demoVCPEInfra/vCPE_infra 0d1234cf-100c 0",
+ "service-id": "2db01c96-4baa-4393-8d79-af8d7bf4698e",
+ "prov-status": "PREPROV",
+ "orchestration-status": "Inventoried",
+ "in-maint": false,
+ "is-closed-loop-disabled": false,
+ "resource-version": "1575542300539",
+ "model-invariant-id": "c6aef848-e119-4572-9643-0b68da217358",
+ "model-version-id": "77c1a3d9-422a-4f78-bd8f-f7a357685b25",
+ "model-customization-id": "1f6a305d-74b6-4b92-b407-cd03284b6432"
+ }
+ },
+ {
+ "id": "209096",
+ "node-type": "pnf",
+ "url": "/aai/v16/network/pnfs/pnf/pnf-existing",
+ "properties": {
+ "pnf-name": "pnf-existing",
+ "pnf-id": "99700432-df00-473d-8ff9-2fb14243417a",
+ "equip-type": "Complicated",
+ "equip-vendor": "Thunder",
+ "equip-model": "MP63527",
+ "ipaddress-v4-oam": "10.10.10.32",
+ "sw-version": "2.1.5",
+ "in-maint": false,
+ "serial-number": "6061ZW3",
+ "ipaddress-v6-oam": "2001:0db8:0:0:0:0:1428:57ab",
+ "resource-version": "1573053304574",
+ "nf-role": "gNB",
+ "orchestration-status": "Active"
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+]
diff --git a/plans/dcaegen2-services-pmsh/testsuite/assets/initializerJson.json b/plans/dcaegen2-services-pmsh/testsuite/assets/cbs-initializer.json
index 222aafd5..23888098 100644
--- a/plans/dcaegen2-services-pmsh/testsuite/assets/initializerJson.json
+++ b/plans/dcaegen2-services-pmsh/testsuite/assets/cbs-initializer.json
@@ -16,10 +16,9 @@
"policy": {
"subscription": {
"subscriptionName": "ExtraPM-All-gNB-R2B",
- "administrativeState": "UNLOCKED",
+ "administrativeState": "LOCKED",
"fileBasedGP": 15,
"fileLocation": "/pm/pm.xml",
- "nfTypeModelInvariantId": "2829292",
"nfFilter": {
"swVersions": [
"1.0.0",
@@ -75,25 +74,18 @@
}
},
"config": {
+ "control_loop_name": "pmsh-control-loop",
+ "operational_policy_name": "pmsh-operational-policy",
"cert_path": "/opt/app/pmsh/etc/certs/cert.pem",
"streams_publishes": {
"policy_pm_publisher": {
"dmaap_info": {
"client_id": "1475976809466",
"client_role": "org.onap.dcae.pmPublisher",
- "topic_url": "https://node:30226/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS",
+ "topic_url": "https://mr-sim:1080/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS",
"location": "san-francisco"
},
"type": "message_router"
- },
- "other_publisher": {
- "dmaap_info": {
- "location": "san-francisco",
- "topic_url": "https://node:30226/events/org.onap.dmaap.mr.SOME_OTHER_TOPIC",
- "client_role": "org.onap.dcae.pmControlPub",
- "client_id": "1875976809466"
- },
- "type": "message_router"
}
},
"streams_subscribes": {
@@ -102,14 +94,14 @@
"dmaap_info": {
"client_id": "1575976809466",
"client_role": "org.onap.dcae.aaiSub",
- "topic_url": "https://node:30226/events/AAI_EVENT",
+ "topic_url": "https://mr-sim:1080/events/AAI_EVENT",
"location": "san-francisco"
}
},
"policy_pm_subscriber": {
"dmaap_info": {
"location": "san-francisco",
- "topic_url": "https://node:30226/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS",
+ "topic_url": "https://mr-sim:1080/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS",
"client_role": "org.onap.dcae.pmSubscriber",
"client_id": "1575876809456"
},
@@ -123,63 +115,5 @@
}
}
}
- },
- {
- "httpRequest": {
- "path": "/aai/v16/query.*"
- },
- "httpResponse": {
- "statusCode": 200,
- "headers": {
- "content-type": [
- "application/json"
- ]
- },
- "body": {
- "type": "JSON",
- "json": {
- "results": [
- {
- "id": "327736",
- "node-type": "pnf",
- "url": "/aai/v16/network/pnfs/pnf/pnf207",
- "properties": {
- "pnf-name": "pnf207",
- "pnf-id": "55e57cd1-ab8b-40cd-97d5-cfc774fef616",
- "equip-type": "val8",
- "equip-vendor": "Nokia",
- "equip-model": "val6",
- "ipaddress-v4-oam": "10.10.10.26",
- "sw-version": "val7",
- "in-maint": false,
- "serial-number": "6061ZW3",
- "ipaddress-v6-oam": "2001:0db8:0:0:0:0:1428:57ab",
- "resource-version": "1573066346347",
- "nf-role": "gNB"
- }
- },
- {
- "id": "241864",
- "node-type": "generic-vnf",
- "url": "/aai/v16/network/generic-vnfs/generic-vnf/1083ecbb-f3b3-49da-b5f5-b5962140ee99",
- "properties": {
- "vnf-id": "1083ecbb-f3b3-49da-b5f5-b5962140ee99",
- "vnf-name": "vnf",
- "vnf-type": "demoVCPEvBNG/vCPE_vbng 5eb5661a-0cb6 0",
- "service-id": "2db01c96-4baa-4393-8d79-af8d7bf4698e",
- "prov-status": "PREPROV",
- "orchestration-status": "Inventoried",
- "in-maint": false,
- "is-closed-loop-disabled": false,
- "resource-version": "1575541662410",
- "model-invariant-id": "7129e420-d396-4efb-af02-6b83499b12f8",
- "model-version-id": "e80a6ae3-cafd-4d24-850d-e14c084a5ca9",
- "model-customization-id": "376dbe87-e9c5-4f2b-80e2-a420b373ee87"
- }
- }
- ]
- }
- }
- }
}
]
diff --git a/plans/dcaegen2-services-pmsh/testsuite/assets/mr-initializer.json b/plans/dcaegen2-services-pmsh/testsuite/assets/mr-initializer.json
new file mode 100644
index 00000000..2eac8406
--- /dev/null
+++ b/plans/dcaegen2-services-pmsh/testsuite/assets/mr-initializer.json
@@ -0,0 +1,50 @@
+[
+ {
+ "httpRequest": {
+ "path": "/events/AAI_EVENT/dcae_pmsh_cg/AAI-EVENT"
+ },
+ "httpResponse": {
+ "statusCode": 200,
+ "headers": {
+ "content-type": [
+ "application/json"
+ ]
+ },
+ "body": "{}"
+ }
+ },
+ {
+ "httpRequest": {
+ "path": "/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS"
+ },
+ "httpResponse": {
+ "statusCode": 200,
+ "headers": {
+ "content-type": [
+ "application/json"
+ ]
+ },
+ "body": {
+ "type": "JSON",
+ "json": {}
+ }
+ }
+ },
+ {
+ "httpRequest": {
+ "path": "/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS/dcae_pmsh_cg/policy_response_consumer"
+ },
+ "httpResponse": {
+ "statusCode": 200,
+ "headers": {
+ "content-type": [
+ "application/json"
+ ]
+ },
+ "body": {
+ "type": "JSON",
+ "json": {}
+ }
+ }
+ }
+]