diff options
author | AndyWalshe <andy.walshe@est.tech> | 2020-03-12 12:52:19 +0000 |
---|---|---|
committer | AndyWalshe <andy.walshe@est.tech> | 2020-03-23 11:51:41 +0000 |
commit | 48496a511e8aa634c8b13ece136f7d63b659bdc1 (patch) | |
tree | 148171b72a37652900bd267fe2c0e40b1747e407 /plans/dcaegen2-services-pmsh/testsuite/assets/mr-initializer.json | |
parent | 940b6d936da7a3be6cfd5bd903ef40c6da9592ae (diff) |
Expand PMSH CSIT tests
Issue-ID: DCAEGEN2-1842
Signed-off-by: AndyWalshe <andy.walshe@est.tech>
Change-Id: Icc851f6606242350456c297220a13a806d5e0d95
Diffstat (limited to 'plans/dcaegen2-services-pmsh/testsuite/assets/mr-initializer.json')
-rw-r--r-- | plans/dcaegen2-services-pmsh/testsuite/assets/mr-initializer.json | 50 |
1 files changed, 50 insertions, 0 deletions
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": {} + } + } + } +] |