From 6dae3ce09f5b88343c90d7e2d145449f14b30050 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Wed, 19 Nov 2025 09:52:23 +0000 Subject: [PATCH] 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 --- csit/resources/tests/clamp-common.robot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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} -- 2.16.6