From becc9cee3a19f4c3d34d3cd6c564754c7c70861c Mon Sep 17 00:00:00 2001 From: leventecsanyi Date: Wed, 5 Apr 2023 12:57:14 +0200 Subject: Expose endpoint to accept bulk request - added wiremock mapping for testing/demo Issue-ID: CPS-1555 Change-Id: I82af6c43e80a346efcd84aae8945572aa37a6875 Signed-off-by: leventecsanyi --- dmi-plugin-perf-stub/mappings/module.json | 13 ------------- dmi-plugin-perf-stub/mappings/moduleResources.json | 13 ------------- 2 files changed, 26 deletions(-) delete mode 100644 dmi-plugin-perf-stub/mappings/module.json delete mode 100644 dmi-plugin-perf-stub/mappings/moduleResources.json (limited to 'dmi-plugin-perf-stub/mappings') diff --git a/dmi-plugin-perf-stub/mappings/module.json b/dmi-plugin-perf-stub/mappings/module.json deleted file mode 100644 index a1b35ba132..0000000000 --- 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 4efb9b0886..0000000000 --- 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" - } - } -} -- cgit 1.2.3-korg