diff options
author | Sourabh Sourabh <sourabh.sourabh@est.tech> | 2022-09-22 14:38:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-22 14:38:35 +0000 |
commit | 8ebc0ab268b9e474e42078336f3e50258c1bbf21 (patch) | |
tree | b74a57450b0692c39537f8e5a036dbeba67a86bb /dmi-plugin-perf-stub/mappings/module.json | |
parent | 7646ddfe86599d76c7e7221cdfe64d323740df86 (diff) | |
parent | eb56e918aa4ad92e2962e916a26e2d533bbedb30 (diff) |
Merge "Create dmi-plugin performance stub"
Diffstat (limited to 'dmi-plugin-perf-stub/mappings/module.json')
-rw-r--r-- | dmi-plugin-perf-stub/mappings/module.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dmi-plugin-perf-stub/mappings/module.json b/dmi-plugin-perf-stub/mappings/module.json new file mode 100644 index 0000000000..a1b35ba132 --- /dev/null +++ b/dmi-plugin-perf-stub/mappings/module.json @@ -0,0 +1,13 @@ +{ + "request": { + "method": "POST", + "urlPattern": "/dmi/v1/ch/.*/modules" + }, + "response": { + "status": 200, + "bodyFileName": "moduleResponse.json", + "headers": { + "Content-Type": "application/json" + } + } +} |