...Test objective: The objective is to test that the POST request triggers Supported Indicators Change Notification.
...Pre-conditions: A VNF is instantiated, and a individual subscription resource for supported indicators change notifications is available in the VNFM.
...Reference: Clause 8.4.7.3.1 - ETSI GS NFV-SOL 003 [1] v3.3.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
Post Supported Indicators Change Notification
Check HTTP Response Status Code Is204
*** Keywords ***
Check resource existence and get CallbackUri
Set Headers{"Accept":"${ACCEPT_JSON}"}
...
...
@@ -44,3 +56,14 @@ Post VNF Indicator Value Change Notification
Post${callbackResp}${body}
${outputResponse}=Outputresponse
Set Global Variable${response}${outputResponse}
Post Supported Indicators Change Notification
logTrying to perform a POST for notification
Set Headers{"Accept":"${ACCEPT_JSON}"}
Set Headers{"Content-Type": "${CONTENT_TYPE_JSON}"}
Run Keyword If${AUTH_USAGE}== 1Set Headers{"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"}