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 <ramesh.murugan.iyer@est.tech>
${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}