summaryrefslogtreecommitdiffstats
path: root/integration-test
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2024-11-04 15:59:58 +0000
committermpriyank <priyank.maheshwari@est.tech>2024-11-04 16:03:39 +0000
commit2dd658268202f92e0b5621093747f13670e5d042 (patch)
tree49e2847ebeed496d9d6ca06437f0e8a055a96a50 /integration-test
parent408e84480e96e8bc4119bd2864ab05fd13832214 (diff)
Cm Avc Event to have same key
- incoming Cm Avc Event from DMI Plugin is consumed and forwarded to target topic - the key from source topic to be used in the target topic while forwarding - with same key the ordering of the message will be preserved - NOTE: the RTD related changes will be a separate patchset Issue-ID: CPS-2436 Change-Id: Ie692663706b378022ec0d621d92ca5054bad8d1b Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'integration-test')
-rw-r--r--integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy
index 00ce38fa2d..ffcba025e8 100644
--- a/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy
+++ b/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy
@@ -242,7 +242,7 @@ class CmHandleCreateSpec extends CpsIntegrationSpecBase {
if (retryAttempts == 0)
break
}
- consumerRecords
+ return consumerRecords
}
}