Add integration test for extending API: Get Module Definitions 99/137099/3
authorhalil.cakal <halil.cakal@est.tech>
Tue, 30 Jan 2024 18:46:45 +0000 (18:46 +0000)
committerhalil.cakal <halil.cakal@est.tech>
Thu, 1 Feb 2024 17:07:02 +0000 (17:07 +0000)
commit29e1762fe3afdb01363cd79a9eff65dd68d46282
tree7a60f6136def78972c93bdd2ada301ee5b768f2c
parent90b28d4b0eb228fd5906dabc50e1b543f1e3afed
Add integration test for extending API: Get Module Definitions

- Add new module: bookstore-types
- Import the new module from stores module
- Change integration testwares to comply with
  the new module
- Add new integration test for retrieving module
  definition

Issue-ID: CPS-1135
Change-Id: Ib51c998ceeab50d3fcea212ed55c8ab50ca09257
Signed-off-by: halil.cakal <halil.cakal@est.tech>
cps-service/src/main/java/org/onap/cps/spi/model/ModuleDefinition.java
integration-test/src/test/groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy
integration-test/src/test/groovy/org/onap/cps/integration/base/FunctionalSpecBase.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/CpsAnchorServiceIntegrationSpec.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/CpsDataServiceIntegrationSpec.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/CpsModuleServiceIntegrationSpec.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/base/CpsPerfTestBase.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/base/PerfTestBase.groovy
integration-test/src/test/resources/data/bookstore/bookstore-types.yang [new file with mode: 0644]
integration-test/src/test/resources/data/bookstore/bookstore.yang