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 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dmi-plugin-perf-stub/mappings/module.json (limited to 'dmi-plugin-perf-stub/mappings/module.json') 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" + } + } +} -- cgit 1.2.3-korg