Move to a new java module(test-dcm-rest ): DataJobRequest 29/143329/5
authorshikha0203 <shivani.khare@est.tech>
Wed, 18 Feb 2026 11:36:39 +0000 (11:36 +0000)
committershikha0203 <shivani.khare@est.tech>
Thu, 19 Feb 2026 15:19:49 +0000 (15:19 +0000)
commite521fd5ee32b4cc2822901a53e90eba2461e553d
tree6c086010f0f3edf5562a5da8249a93261fe63713
parentf345114a53e0b3a23aac4f74f421eaf40e48d40a
Move to a new java module(test-dcm-rest ): DataJobRequest

- test-dcm-rest module created
- DataJobRequest and DataJobControllerForTest moved to test module
- Architecture test added
- No production module depends on test-dcm-rest
- Build with and without dcm-test-rest using profiles (separate story)

Issue-ID: CPS-3062
Change-Id: Ia4731507a476b00dff31e8719b4a4dd447a345cd
Signed-off-by: shikha0203 <shivani.khare@est.tech>
cps-application/src/test/java/org/onap/cps/architecture/NcmpArchitectureTest.java
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyRestExceptionHandlerSpec.groovy
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/datajobs/models/DataJobRequestSpec.groovy [deleted file]
integration-test/pom.xml
jacoco-report/pom.xml
pom.xml
test-dcm-rest/README.md [new file with mode: 0644]
test-dcm-rest/pom.xml [new file with mode: 0644]
test-dcm-rest/src/main/java/org/onap/cps/ncmp/testapi/controller/DataJobControllerForTest.java [moved from cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/DataJobControllerForTest.java with 95% similarity]
test-dcm-rest/src/main/java/org/onap/cps/ncmp/testapi/controller/models/DataJobRequest.java [moved from cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/datajobs/models/DataJobRequest.java with 79% similarity]
test-dcm-rest/src/test/groovy/org/onap/cps/ncmp/testapi/controller/DataJobControllerForTestSpec.groovy [moved from cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/DataJobControllerForTestSpec.groovy with 92% similarity]