Verify LCM events during registration 05/139305/12
authormpriyank <priyank.maheshwari@est.tech>
Fri, 25 Oct 2024 08:55:22 +0000 (09:55 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Mon, 4 Nov 2024 13:56:52 +0000 (13:56 +0000)
commit3db2da4634eb2f0b64042ce040210616327e6681
tree1cac36960002c6883af99d859c2341b19aa1b563
parent45e00010bef158d55aacb99756f09869777908bb
Verify LCM events during registration

- verifying the LCM state transition to ADVISED and then to READY state
  during cm handle registration
- enhanced the base kafka test container to be thread safe
- changed the auto offset reset policy for integration test to latest
  (default) from earliest
- added retry mechanism to poll for the records

Issue-ID: CPS-2468
Change-Id: Iabe603e1f5dd985899f04f5ace5d082acef7567a
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy
integration-test/src/test/java/org/onap/cps/integration/KafkaTestContainer.java