summaryrefslogtreecommitdiffstats
path: root/dmi-plugin-stub/start.sh
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-stub/start.sh
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-stub/start.sh')
-rwxr-xr-xdmi-plugin-stub/start.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dmi-plugin-stub/start.sh b/dmi-plugin-stub/start.sh
new file mode 100755
index 000000000..ffa8ce882
--- /dev/null
+++ b/dmi-plugin-stub/start.sh
@@ -0,0 +1,2 @@
+docker run -it --rm -p 8783:8080 -v "$(pwd)"/mappings:/home/wiremock/mappings -v "$(pwd)"/files:/home/wiremock/__files --name wiremock wiremock/wiremock:2.33.2 --verbose
+