aboutsummaryrefslogtreecommitdiffstats
path: root/plans
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2020-08-17 09:10:41 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-17 09:10:41 +0000
commit3016340e94951c450857f8006aa3f463c0966572 (patch)
treea4ead3db9ec5de7390070d554aab9692685c35fd /plans
parent1ee57ab1d4ef29b22bf5bb066c3e19e69c47a149 (diff)
parent455efa4a90e3e59adc255dacd23edada771f3ed6 (diff)
Merge "[PMSH] Refactoring changes for pmsh csits"
Diffstat (limited to 'plans')
-rw-r--r--plans/dcaegen2-services-pmsh/testsuite/assets/mr_sim/mr-initializer.json16
1 files changed, 5 insertions, 11 deletions
diff --git a/plans/dcaegen2-services-pmsh/testsuite/assets/mr_sim/mr-initializer.json b/plans/dcaegen2-services-pmsh/testsuite/assets/mr_sim/mr-initializer.json
index 6b12a831..6c2c4809 100644
--- a/plans/dcaegen2-services-pmsh/testsuite/assets/mr_sim/mr-initializer.json
+++ b/plans/dcaegen2-services-pmsh/testsuite/assets/mr_sim/mr-initializer.json
@@ -1,7 +1,7 @@
[
{
"httpRequest": {
- "path": "/events/AAI_EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event",
+ "path": "/events/AAI_EVENT/.*",
"queryStringParameters" : {
"timeout" : [ "1000" ]
}
@@ -13,7 +13,7 @@
"application/json"
]
},
- "body": "{}"
+ "body": []
}
},
{
@@ -30,15 +30,12 @@
"application/json"
]
},
- "body": {
- "type": "JSON",
- "json": {}
- }
+ "body": []
}
},
{
"httpRequest": {
- "path": "/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input",
+ "path": "/events/unauthenticated.PMSH_CL_INPUT/.*",
"queryStringParameters" : {
"timeout" : [ "1000" ]
}
@@ -50,10 +47,7 @@
"application/json"
]
},
- "body": {
- "type": "JSON",
- "json": {}
- }
+ "body": []
}
}
]