Merge "Increment the release versions for csit"
[integration/csit.git] / plans / dcaegen2-services-pmsh / testsuite / assets / mr-initializer.json
1 [
2   {
3     "httpRequest": {
4       "path": "/events/AAI_EVENT/dcae_pmsh_cg/AAI-EVENT"
5     },
6     "httpResponse": {
7       "statusCode": 200,
8       "headers": {
9         "content-type": [
10           "application/json"
11         ]
12       },
13       "body": "{}"
14     }
15   },
16   {
17     "httpRequest": {
18       "path": "/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS"
19     },
20     "httpResponse": {
21       "statusCode": 200,
22       "headers": {
23         "content-type": [
24           "application/json"
25         ]
26       },
27       "body": {
28         "type": "JSON",
29         "json": {}
30       }
31     }
32   },
33   {
34     "httpRequest": {
35       "path": "/events/org.onap.dmaap.mr.PM_SUBSCRIPTIONS/dcae_pmsh_cg/policy_response_consumer"
36     },
37     "httpResponse": {
38       "statusCode": 200,
39       "headers": {
40         "content-type": [
41           "application/json"
42         ]
43       },
44       "body": {
45         "type": "JSON",
46         "json": {}
47       }
48     }
49   }
50 ]