Loading SOL002/VNFFaultManagement-API/Notifications.robot +3 −3 Original line number Original line Diff line number Diff line Loading @@ -114,7 +114,7 @@ Configure Notification Alarm List Rebuilt Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -126,7 +126,7 @@ Configure Notification Alarm Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -138,7 +138,7 @@ Configure Notification Alarm Cleareance Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading SOL002/VNFIndicatorNotification-API/Notifications.robot +1 −1 Original line number Original line Diff line number Diff line Loading @@ -50,7 +50,7 @@ Configure Notification Indicator Value Change Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading SOL002/VNFLifecycleManagement-API/Notifications.robot +4 −4 Original line number Original line Diff line number Diff line Loading @@ -98,7 +98,7 @@ Configure Notification VNF LCM Operation Occurrence Start Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -122,7 +122,7 @@ Configure Notification VNF LCM Operation Occurrence Result Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -146,7 +146,7 @@ Configure Notification VNF Identifier Creation Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -170,7 +170,7 @@ Configure Notification VNF Identifier Deletion Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading SOL002/VNFPerformanceManagementNotification-API/Notifications.robot +2 −2 Original line number Original line Diff line number Diff line Loading @@ -87,7 +87,7 @@ Configure Notification Performance Information Available Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -99,7 +99,7 @@ Configure Notification Threshold Crossed Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading SOL003/VNFFaultManagementNotification-API/Notifications.robot +3 −3 Original line number Original line Diff line number Diff line Loading @@ -114,7 +114,7 @@ Configure Notification Alarm List Rebuilt Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -126,7 +126,7 @@ Configure Notification Alarm Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -138,7 +138,7 @@ Configure Notification Alarm Cleareance Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading Loading
SOL002/VNFFaultManagement-API/Notifications.robot +3 −3 Original line number Original line Diff line number Diff line Loading @@ -114,7 +114,7 @@ Configure Notification Alarm List Rebuilt Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -126,7 +126,7 @@ Configure Notification Alarm Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -138,7 +138,7 @@ Configure Notification Alarm Cleareance Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading
SOL002/VNFIndicatorNotification-API/Notifications.robot +1 −1 Original line number Original line Diff line number Diff line Loading @@ -50,7 +50,7 @@ Configure Notification Indicator Value Change Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading
SOL002/VNFLifecycleManagement-API/Notifications.robot +4 −4 Original line number Original line Diff line number Diff line Loading @@ -98,7 +98,7 @@ Configure Notification VNF LCM Operation Occurrence Start Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -122,7 +122,7 @@ Configure Notification VNF LCM Operation Occurrence Result Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -146,7 +146,7 @@ Configure Notification VNF Identifier Creation Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -170,7 +170,7 @@ Configure Notification VNF Identifier Deletion Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading
SOL002/VNFPerformanceManagementNotification-API/Notifications.robot +2 −2 Original line number Original line Diff line number Diff line Loading @@ -87,7 +87,7 @@ Configure Notification Performance Information Available Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -99,7 +99,7 @@ Configure Notification Threshold Crossed Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading
SOL003/VNFFaultManagementNotification-API/Notifications.robot +3 −3 Original line number Original line Diff line number Diff line Loading @@ -114,7 +114,7 @@ Configure Notification Alarm List Rebuilt Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -126,7 +126,7 @@ Configure Notification Alarm Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading @@ -138,7 +138,7 @@ Configure Notification Alarm Cleareance Handler ${BODY}= evaluate json.dumps(${json}) json ${BODY}= evaluate json.dumps(${json}) json Log Creating mock request and response to handle status notification Log Creating mock request and response to handle status notification &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} &{req}= Create Mock Request Matcher POST ${endpoint} body_type="JSON" body=${BODY} Set Global Variable ${req} ${notification_request} Set Global Variable ${notification_request} ${req} &{headers} = Create Dictionary Content-Type=application/json &{headers} = Create Dictionary Content-Type=application/json &{notification_response}= Create Mock Response headers=${headers} status_code=204 &{notification_response}= Create Mock Response headers=${headers} status_code=204 Create Mock Expectation ${notification_request} ${notification_response} Create Mock Expectation ${notification_request} ${notification_response} Loading