aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-services-pmsh/testsuite/assets/mr-initializer.json
diff options
context:
space:
mode:
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": {}
- }
- }
- }
-]