From: rameshiyer27 Date: Wed, 19 Nov 2025 09:52:23 +0000 (+0000) Subject: Fix csit for sync event changes in Acmr X-Git-Tag: 4.2.2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6dae3ce09f5b88343c90d7e2d145449f14b30050;p=policy%2Fdocker.git Fix csit for sync event changes in Acmr Acmr sync event have been introduced to delete the instance from participant cache if no elements are associated after the migration. Updating the test accordingly to check the empty response from sim-ppnt. Issue-ID: POLICY-5488 Change-Id: I71142daf574f1b59c657a24465c51ec33d5949ae Signed-off-by: rameshiyer27 --- diff --git a/csit/resources/tests/clamp-common.robot b/csit/resources/tests/clamp-common.robot index 3c1f9b26..2e10e736 100644 --- a/csit/resources/tests/clamp-common.robot +++ b/csit/resources/tests/clamp-common.robot @@ -158,8 +158,7 @@ VerifyRemovedElementsSim ${auth}= ParticipantAuth ${resp}= MakeGetRequest participant ${HTTP_PARTICIPANT_SIM2_IP} /onap/policy/simparticipant/v2/instances/${theInstanceId} ${auth} Should Be Equal As Strings ${resp.status_code} 200 - ${respstring} Convert To String ${resp.json()} - Should Not Match Regexp ${respstring} Sim_Sink2AutomationCompositionElement + Should Be Empty ${resp.text} VerifyRollbackElementsSim [Arguments] ${theInstanceId}