From 5e4eb8c3bd9886e4c3ee2089b54236a01a99566b Mon Sep 17 00:00:00 2001 From: egernug Date: Fri, 21 Jun 2024 12:53:06 +0100 Subject: Create module structure in DMI Plugin To push the stub in to DMI Plugin the Plugin will need to be modulized akin to CPS/NCMP. This involves creating a new module in the repo and porting the packages in src into this module Issue-ID: CPS-2284 Change-Id: Iffa4eded4e49c220891fe73c30ea3b2f12a9e66d Signed-off-by: egernug --- dmi-service/src/test/resources/createDataWithNormalChar.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dmi-service/src/test/resources/createDataWithNormalChar.json (limited to 'dmi-service/src/test/resources/createDataWithNormalChar.json') diff --git a/dmi-service/src/test/resources/createDataWithNormalChar.json b/dmi-service/src/test/resources/createDataWithNormalChar.json new file mode 100644 index 00000000..31cdf1c5 --- /dev/null +++ b/dmi-service/src/test/resources/createDataWithNormalChar.json @@ -0,0 +1,8 @@ +{ + "operation": "create", + "dataType": "application/json", + "data": "normal request body", + "cmHandleProperties": { + "some-property": "some-property-value" + } +} \ No newline at end of file -- cgit 1.2.3-korg