aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-services-pmsh/testsuite/assets/mr-initializer.json
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2020-04-23 10:36:54 +0100
committerefiacor <fiachra.corcoran@est.tech>2020-04-23 11:04:31 +0100
commite207b42c4806d949ec9125116cbafc23698b77b3 (patch)
tree3f1b65a8cdb04b01ae7c466e488f4635bd13f5b7 /plans/dcaegen2-services-pmsh/testsuite/assets/mr-initializer.json
parentf9c37574899da91bd1117067e8d66d3269c79ddd (diff)
[PMSH] Updating csits for CBS module
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I4932bd4e5ab6b6d8fe524290079edd1093d49394 Issue-ID: DCAEGEN2-2156
Diffstat (limited to 'plans/dcaegen2-services-pmsh/testsuite/assets/mr-initializer.json')
-rw-r--r--plans/dcaegen2-services-pmsh/testsuite/assets/mr-initializer.json50
1 files changed, 0 insertions, 50 deletions
diff --git a/plans/dcaegen2-services-pmsh/testsuite/assets/mr-initializer.json b/plans/dcaegen2-services-pmsh/testsuite/assets/mr-initializer.json
deleted file mode 100644
index 2eac8406..00000000
--- a/plans/dcaegen2-services-pmsh/testsuite/assets/mr-initializer.json
+++ /dev/null
@@ -1,50 +0,0 @@
-[
- {
- "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": {}
- }
- }
- }
-]