Tests of CM-handle module upgrade & moduleSetTag 76/137276/2
authordanielhanrahan <daniel.hanrahan@est.tech>
Mon, 19 Feb 2024 09:55:37 +0000 (09:55 +0000)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Mon, 19 Feb 2024 11:25:47 +0000 (11:25 +0000)
commit0fb4ac94a17741b5418416a4f1e1c6e97d94a804
treefe76c1e5ba1c5b115aef6e13977527eda2fdc819
parentfc00c0c590a2885dbf4bbea453124046d93fd1ec
Tests of CM-handle module upgrade & moduleSetTag

Integration tests covering scenarios of the creation and upgrade of
CM-handles with:
- no moduleSetTag
- new moduleSetTag
- existing moduleSetTag
Failing tests are marked @Ignore.

Issue-ID: CPS-2102
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Id5567e08a13d8c26dc7b6458f0af8449bef6f082
integration-test/src/test/groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/NcmpCmHandleCreateSpec.groovy [new file with mode: 0644]
integration-test/src/test/groovy/org/onap/cps/integration/functional/NcmpCmHandleRegistrationSpec.groovy [deleted file]
integration-test/src/test/groovy/org/onap/cps/integration/functional/NcmpCmHandleUpgradeSpec.groovy [new file with mode: 0644]
integration-test/src/test/resources/data/mock-dmi-responses/bookStoreAWithModules_M1_M2_ResourcesResponse.json [new file with mode: 0644]
integration-test/src/test/resources/data/mock-dmi-responses/bookStoreAWithModules_M1_M2_Response.json [new file with mode: 0644]
integration-test/src/test/resources/data/mock-dmi-responses/bookStoreBWithModules_M1_M3_ResourcesResponse.json [new file with mode: 0644]
integration-test/src/test/resources/data/mock-dmi-responses/bookStoreBWithModules_M1_M3_Response.json [new file with mode: 0644]
integration-test/src/test/resources/data/mock-dmi-responses/ietfYangModuleResourcesResponse.json [deleted file]
integration-test/src/test/resources/data/mock-dmi-responses/ietfYangModuleResponse.json [deleted file]