diff options
author | 2024-02-19 03:42:54 +0000 | |
---|---|---|
committer | 2024-03-06 14:36:07 +0000 | |
commit | 9dc83ae69c8ae15a3a79d17feba0f4c7da81daa0 (patch) | |
tree | 4ff3e15df5ca7109bffb2dfff57854e7b85435d4 /dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/module/bookStoreModuleResponse.json | |
parent | c78f6d318b394966da7f0c9a27ea69f9a2a61147 (diff) |
Advance DMI Stub to change module set (tags) used by cm handle
- Renamed json response file name based on module set tag into Dmi plugin stub.
- Added in memory map to hold the information of cm handle per
module set tag int dmi plugin stub.
- Exposed a REST api to perform diff. operations on memory map to replicate dmi plugin stub.
Issue-ID: CPS-2079
Change-Id: I7818fa4c47be9a02068976fd116a1dbc36b134ef
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/module/bookStoreModuleResponse.json')
-rw-r--r-- | dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/module/bookStoreModuleResponse.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/module/bookStoreModuleResponse.json b/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/module/bookStoreModuleResponse.json deleted file mode 100644 index 9215a58d50..0000000000 --- a/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/module/bookStoreModuleResponse.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "schemas": [ - { - "moduleName": "book-store-types-11", - "revision": "2013-07-25" - }, - { - "moduleName": "book-store-types-12", - "revision": "2013-07-26" - }, - { - "moduleName": "book-store-types-13", - "revision": "2013-07-27" - }, - { - "moduleName": "book-store-types-14", - "revision": "2013-07-28" - }, - { - "moduleName": "book-store-types-15", - "revision": "2013-07-29" - } - ] -}
\ No newline at end of file |