diff options
author | egernug <gerard.nugent@est.tech> | 2024-06-21 12:53:06 +0100 |
---|---|---|
committer | egernug <gerard.nugent@est.tech> | 2024-06-24 16:14:08 +0100 |
commit | 5e4eb8c3bd9886e4c3ee2089b54236a01a99566b (patch) | |
tree | 1f0870f83ea9a79c90ae34deffad8618000d144c /src/test/resources/patchData.json | |
parent | 92de0b14a9fca76ce2da53c9533c16d7c17eab5e (diff) |
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 <gerard.nugent@est.tech>
Diffstat (limited to 'src/test/resources/patchData.json')
-rw-r--r-- | src/test/resources/patchData.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/resources/patchData.json b/src/test/resources/patchData.json deleted file mode 100644 index e5466eaf..00000000 --- a/src/test/resources/patchData.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "operation": "patch", - "dataType": "application/yang.patch+json", - "data": "normal request body", - "cmHandleProperties": { - "some-property": "some-property-value" - } -}
\ No newline at end of file |