Add 'unpublished' REST interface for DataJobs Write to allow K6 testing 04/140604/8
authorsourabh_sourabh <sourabh.sourabh@est.tech>
Thu, 27 Mar 2025 10:15:46 +0000 (10:15 +0000)
committersourabh_sourabh <sourabh.sourabh@est.tech>
Wed, 2 Apr 2025 15:26:21 +0000 (16:26 +0100)
commit01d6d18217e37c4a78e70f7b453dfa2a6bfaa0db
tree21d9d31e1594fb9f3e27166aa53425cf0d424690
parent4700e56d5fecb45e3c0d89aefe20d5aa8a6eef6e
Add 'unpublished' REST interface for DataJobs Write to allow K6 testing

- Created a new hidden REST endpoint to use write job for internal
  testing like KPI and endurence.

Issue-ID: CPS-2718
Change-Id: I1c4c7bc145dd522d344bd98ea04f05068b3e43eb
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/DataJobControllerForTest.java [new file with mode: 0644]
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/DataJobControllerForTestSpec.groovy [new file with mode: 0644]
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyRestExceptionHandlerSpec.groovy
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/datajobs/models/DataJobRequest.java [new file with mode: 0644]