diff --git a/SOL003/VNFLifecycleManagement-API_egm/InstantiateVNFTaskWithCheckAndNotifications.robot b/SOL003/VNFLifecycleManagement-API_egm/InstantiateVNFTaskWithCheckAndNotifications.robot index 68521a8965460187c93ce1cf9527f461cd045961..a93b7bdc9188a783ce7ca8336dd607fdbf8ea094 100644 --- a/SOL003/VNFLifecycleManagement-API_egm/InstantiateVNFTaskWithCheckAndNotifications.robot +++ b/SOL003/VNFLifecycleManagement-API_egm/InstantiateVNFTaskWithCheckAndNotifications.robot @@ -121,13 +121,14 @@ Verify Notification Handler Wait Until VNF Instantiated [Arguments] ${vnfLcmOpOccId} + ${req}= Start Notification Handler VnfLcmOperationOccurrenceNotification ${callback_endpoint} :FOR ${i} IN RANGE 20 - \ ${req}= Start Notification Handler VnfLcmOperationOccurrenceNotification ${callback_endpoint} \ Sleep 10s - \ Verify Notification Handler ${req} + \ Verify Mock Expectation ${req} \ Get ${vnfLcmOpOccId} \ ${body}= Output response body \ Exit For Loop If ${body.operationState} == COMPLETED + Clear Requests ${callback_endpoint} \ No newline at end of file