From eb56e918aa4ad92e2962e916a26e2d533bbedb30 Mon Sep 17 00:00:00 2001 From: kissand Date: Fri, 16 Sep 2022 09:57:52 +0200 Subject: Create dmi-plugin performance stub Issue-ID: CPS-1270 Change-Id: I0252a693a5209434fa2a2ada83d404ee658b5a48 Signed-off-by: kissand --- dmi-plugin-perf-stub/mappings/module.json | 13 +++++++++++++ dmi-plugin-perf-stub/mappings/moduleResources.json | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 dmi-plugin-perf-stub/mappings/module.json create 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 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" + } + } +} diff --git a/dmi-plugin-perf-stub/mappings/moduleResources.json b/dmi-plugin-perf-stub/mappings/moduleResources.json new file mode 100644 index 0000000000..4efb9b0886 --- /dev/null +++ b/dmi-plugin-perf-stub/mappings/moduleResources.json @@ -0,0 +1,13 @@ +{ + "request": { + "method": "POST", + "urlPattern": "/dmi/v1/ch/.*/moduleResources" + }, + "response": { + "status": 200, + "bodyFileName": "moduleResourcesResponse.json", + "headers": { + "Content-Type": "application/json" + } + } +} -- cgit 1.2.3-korg