Add integration tests of legacy batch data operation 10/140710/3
authordanielhanrahan <daniel.hanrahan@est.tech>
Wed, 16 Apr 2025 11:20:58 +0000 (12:20 +0100)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Wed, 23 Apr 2025 09:46:35 +0000 (10:46 +0100)
commit19ff2019b83f40e06ab508aa1e14b52d301ea713
treed9a8732ece2377cf2d47b86f100a934155bbf5a2
parent51bec9275379e5f693398d3dc5d2bb2ebbd07065
Add integration tests of legacy batch data operation

Add integration tests for:
1. happy path: batch request forwarded to DMI
2. negative case: not ready CM-handles report error
3. negative case: not existing CM-handles report error

Case 3 is Ignored as there is currently a bug which causes the
request to fail, instead of reporting error on kafka topic.

Issue-ID: CPS-2769
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ic31bf856c09dd63ba80019fc251a437458184bba
integration-test/src/test/groovy/org/onap/cps/integration/base/DmiDispatcher.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/LegacyBatchDataOperationSpec.groovy [new file with mode: 0644]