Integration test for the writeDataJob 58/138358/19
authorleventecsanyi <levente.csanyi@est.tech>
Fri, 21 Jun 2024 08:50:06 +0000 (10:50 +0200)
committerLevente Csanyi <levente.csanyi@est.tech>
Thu, 25 Jul 2024 09:40:23 +0000 (09:40 +0000)
commitb33ea92a29a2724750554ebb412cf841fbe8c2a8
tree7e41b2a211eb3166ff6429572b77ae853f44ad1a
parentd3c3d49849ce81b82ec1e5c40b885ee08c368b09
Integration test for the writeDataJob

    - added Stub controller
    - created integration test for writeDataJob

Issue-ID: CPS-2236
Change-Id: I067a11dc5bfe629d50128cf303b2a81abc75a348
Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
12 files changed:
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/datajobs/models/SubJobWriteRequest.java
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/datajobs/DmiSubJobRequestHandler.java
integration-test/pom.xml
integration-test/src/test/groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy
integration-test/src/test/groovy/org/onap/cps/integration/base/DmiDispatcher.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/BearerTokenPassthroughSpec.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleResourceDataSpec.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleUpgradeSpec.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/RestApiSpec.groovy
integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/WriteSubJobSpec.groovy [new file with mode: 0644]
integration-test/src/test/java/org/onap/cps/integration/DmiStubTestContainer.java [new file with mode: 0644]