Modified Inventory loader to handle module install or upgrade based on flag 62/141962/7
authorsourabh_sourabh <sourabh.sourabh@est.tech>
Wed, 27 Aug 2025 10:44:10 +0000 (11:44 +0100)
committerSourabh Sourabh <sourabh.sourabh@est.tech>
Tue, 2 Sep 2025 14:42:34 +0000 (14:42 +0000)
commitba897d6fde0802ec1b1f9087f49573c0994f6ab6
treed594db3e8ea489a83e66883e0d1f0935f5ee24cb
parent8ba0ad46ac2f74051ca8e394c65bc4b796733cf3
Modified Inventory loader to handle module install or upgrade based on flag

Issue-ID: CPS-2970
Change-Id: I5b8b0aa2db3fcad6da2a5dd774720f22855523cd
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/init/InventoryModelLoader.java
cps-ncmp-service/src/main/resources/models/dmi-registry@2025-07-22.yang [new file with mode: 0644]
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/init/InventoryModelLoaderSpec.groovy
cps-service/src/main/java/org/onap/cps/init/AbstractModelLoader.java
cps-service/src/test/groovy/org/onap/cps/init/AbstractModelLoaderSpec.groovy
docker-compose/docker-compose.yml
integration-test/src/test/groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/inventory/ModuleUpgradeServiceIntegrationSpec.groovy [new file with mode: 0644]
integration-test/src/test/resources/data/inventory/dmi-registry@2025-07-22.yang [new file with mode: 0644]