aboutsummaryrefslogtreecommitdiffstats
path: root/dmi-plugin-perf-stub/mappings
diff options
context:
space:
mode:
authorleventecsanyi <levente.csanyi@est.tech>2023-04-05 12:57:14 +0200
committerleventecsanyi <levente.csanyi@est.tech>2023-04-05 12:57:35 +0200
commitbecc9cee3a19f4c3d34d3cd6c564754c7c70861c (patch)
treeb52e4ea8d77abc912d12467309094fe518c99a04 /dmi-plugin-perf-stub/mappings
parentdd3643411ed8bb581a3147e07606919c3b1675d3 (diff)
Expose endpoint to accept bulk request
- added wiremock mapping for testing/demo Issue-ID: CPS-1555 Change-Id: I82af6c43e80a346efcd84aae8945572aa37a6875 Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
Diffstat (limited to 'dmi-plugin-perf-stub/mappings')
-rw-r--r--dmi-plugin-perf-stub/mappings/module.json13
-rw-r--r--dmi-plugin-perf-stub/mappings/moduleResources.json13
2 files changed, 0 insertions, 26 deletions
diff --git a/dmi-plugin-perf-stub/mappings/module.json b/dmi-plugin-perf-stub/mappings/module.json
deleted file mode 100644
index a1b35ba13..000000000
--- a/dmi-plugin-perf-stub/mappings/module.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "request": {
- "method": "POST",
- "urlPattern": "/dmi/v1/ch/.*/modules"
- },
- "response": {
- "status": 200,
- "bodyFileName": "moduleResponse.json",
- "headers": {
- "Content-Type": "application/json"
- }
- }
-}
diff --git a/dmi-plugin-perf-stub/mappings/moduleResources.json b/dmi-plugin-perf-stub/mappings/moduleResources.json
deleted file mode 100644
index 4efb9b088..000000000
--- a/dmi-plugin-perf-stub/mappings/moduleResources.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "request": {
- "method": "POST",
- "urlPattern": "/dmi/v1/ch/.*/moduleResources"
- },
- "response": {
- "status": 200,
- "bodyFileName": "moduleResourcesResponse.json",
- "headers": {
- "Content-Type": "application/json"
- }
- }
-}