Commit 0e44bda1 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

implemented deltas for SOL003 VNF Indicator v2.8.1

parent 60558a99
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -109,6 +109,8 @@ Send Post Request for VNF Indicator Subscription
    Post    ${apiRoot}/${apiName}/${apiMajorVersion}/subscriptions    ${body}    
	${output}=    Output    response
	Set Global Variable    ${response}    ${output}
	Log    Verify the notification endpoint has been tested
    Verify Mock Expectation    ${notification_request}
	Clear Requests    ${callback_endpoint}
    #Run Keyword If    ${NFVO_CHECKS_NOTIF_ENDPOINT} == 1    #removed as the check of notif endpoint is done by NFVO while processing subscription reques
    #...    Check Notification Endpoint 
@@ -130,6 +132,8 @@ Send Post Request for Duplicated VNF indicator Subscription
    Post    ${apiRoot}/${apiName}/${apiMajorVersion}/subscriptions    ${body}    
	${output}=    Output    response
	Set Global Variable    ${response}    ${output}
	Log    Verify the notification endpoint has been tested
    Verify Mock Expectation    ${notification_request}
	Clear Requests    ${callback_endpoint}
    #Run Keyword If    ${NFVO_CHECKS_NOTIF_ENDPOINT} == 1    #removed as the check of notif endpoint is done by NFVO while processing subscription reques
    #...    Check Notification Endpoint