Loading SOL009/NFVMANOFaultManagement-API/NotificationConsumer.robot +5 −4 Original line number Original line Diff line number Diff line Loading @@ -4,6 +4,7 @@ Resource environment/variables.txt Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library OperatingSystem Library OperatingSystem Library JSONLibrary Library JSONLibrary Library String Suite Setup Check resource existence and get CallbackUri Suite Setup Check resource existence and get CallbackUri *** Test Cases *** *** Test Cases *** Loading Loading @@ -46,7 +47,7 @@ Alarm List Rebuilt Notification *** Keywords *** *** Keywords *** Check resource existence and get CallbackUri Check resource existence and get CallbackUri Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Get ${apiRoot}/${apiName}/${apiMajorVersion}/subscriptions/${subscriptionId} Get ${apiRoot}/${apiName}/${apiMajorVersion}/subscriptions/${subscriptionId} Integer response status 200 Integer response status 200 Loading @@ -61,7 +62,7 @@ Check HTTP Response Status Code Is Post Alarm Notification Post Alarm Notification log Trying to perform a POST to get notification log Trying to perform a POST to get notification Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} ${template} = Get File jsons/AlarmNotification.json ${template} = Get File jsons/AlarmNotification.json ${body}= Format String ${template} subscriptionId=${subscriptionId} alarmId=${alarmId} managedObjectId=${managedObjectId} ${body}= Format String ${template} subscriptionId=${subscriptionId} alarmId=${alarmId} managedObjectId=${managedObjectId} Loading @@ -72,7 +73,7 @@ Post Alarm Notification Post Alarm Cleared Notification Post Alarm Cleared Notification log Trying to perform a POST to get notification log Trying to perform a POST to get notification Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} ${template} = Get File jsons/AlarmClearedNotification.json ${template} = Get File jsons/AlarmClearedNotification.json ${body}= Format String ${template} subscriptionId=${subscriptionId} alarmId=${alarmId} ${body}= Format String ${template} subscriptionId=${subscriptionId} alarmId=${alarmId} Loading @@ -83,7 +84,7 @@ Post Alarm Cleared Notification Post Alarm List Rebuilt Notification Post Alarm List Rebuilt Notification log Trying to perform a POST to get notifications log Trying to perform a POST to get notifications Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} ${template} = Get File jsons/AlarmListRebuiltNotification.json ${template} = Get File jsons/AlarmListRebuiltNotification.json ${body}= Format String ${template} subscriptionId=${subscriptionId} ${body}= Format String ${template} subscriptionId=${subscriptionId} Loading SOL009/NFVMANOLogManagement-API/NotificationConsumer.robot +1 −0 Original line number Original line Diff line number Diff line Loading @@ -4,6 +4,7 @@ Resource environment/variables.txt Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library OperatingSystem Library OperatingSystem Library JSONLibrary Library JSONLibrary Library String Suite Setup Check resource existence and get CallbackUri Suite Setup Check resource existence and get CallbackUri *** Test Cases *** *** Test Cases *** Loading SOL009/NFVMANOPerformanceManagement-API/NotificationConsumer.robot +1 −0 Original line number Original line Diff line number Diff line Loading @@ -5,6 +5,7 @@ Resource environment/individualThresholds.txt Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library OperatingSystem Library OperatingSystem Library JSONLibrary Library JSONLibrary Library String Suite Setup Check resource existence and get CallbackUri Suite Setup Check resource existence and get CallbackUri Loading SOL009/NFVMANOPerformanceManagement-API/environment/variables.txt +3 −1 Original line number Original line Diff line number Diff line Loading @@ -36,3 +36,5 @@ ${subscriptionId} 17563e75-0e14-4bd7-94b4-6bbb869c79aa ${response} ${response} ${objectInstanceIds} daca910b0-00d4f1a2b675d-604257e42 ${objectInstanceIds} daca910b0-00d4f1a2b675d-604257e42 ${callbackResp} 127.0.0.1 No newline at end of file SOL009/NFVManoConfigurationAndInformationManagement-API/NotificationConsumer.robot +1 −0 Original line number Original line Diff line number Diff line Loading @@ -4,6 +4,7 @@ Resource environment/variables.txt Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library OperatingSystem Library OperatingSystem Library JSONLibrary Library JSONLibrary Library String Suite Setup Check resource existence and get CallbackUri Suite Setup Check resource existence and get CallbackUri *** Test Cases *** *** Test Cases *** Loading Loading
SOL009/NFVMANOFaultManagement-API/NotificationConsumer.robot +5 −4 Original line number Original line Diff line number Diff line Loading @@ -4,6 +4,7 @@ Resource environment/variables.txt Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library OperatingSystem Library OperatingSystem Library JSONLibrary Library JSONLibrary Library String Suite Setup Check resource existence and get CallbackUri Suite Setup Check resource existence and get CallbackUri *** Test Cases *** *** Test Cases *** Loading Loading @@ -46,7 +47,7 @@ Alarm List Rebuilt Notification *** Keywords *** *** Keywords *** Check resource existence and get CallbackUri Check resource existence and get CallbackUri Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Get ${apiRoot}/${apiName}/${apiMajorVersion}/subscriptions/${subscriptionId} Get ${apiRoot}/${apiName}/${apiMajorVersion}/subscriptions/${subscriptionId} Integer response status 200 Integer response status 200 Loading @@ -61,7 +62,7 @@ Check HTTP Response Status Code Is Post Alarm Notification Post Alarm Notification log Trying to perform a POST to get notification log Trying to perform a POST to get notification Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} ${template} = Get File jsons/AlarmNotification.json ${template} = Get File jsons/AlarmNotification.json ${body}= Format String ${template} subscriptionId=${subscriptionId} alarmId=${alarmId} managedObjectId=${managedObjectId} ${body}= Format String ${template} subscriptionId=${subscriptionId} alarmId=${alarmId} managedObjectId=${managedObjectId} Loading @@ -72,7 +73,7 @@ Post Alarm Notification Post Alarm Cleared Notification Post Alarm Cleared Notification log Trying to perform a POST to get notification log Trying to perform a POST to get notification Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} ${template} = Get File jsons/AlarmClearedNotification.json ${template} = Get File jsons/AlarmClearedNotification.json ${body}= Format String ${template} subscriptionId=${subscriptionId} alarmId=${alarmId} ${body}= Format String ${template} subscriptionId=${subscriptionId} alarmId=${alarmId} Loading @@ -83,7 +84,7 @@ Post Alarm Cleared Notification Post Alarm List Rebuilt Notification Post Alarm List Rebuilt Notification log Trying to perform a POST to get notifications log Trying to perform a POST to get notifications Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} ${template} = Get File jsons/AlarmListRebuiltNotification.json ${template} = Get File jsons/AlarmListRebuiltNotification.json ${body}= Format String ${template} subscriptionId=${subscriptionId} ${body}= Format String ${template} subscriptionId=${subscriptionId} Loading
SOL009/NFVMANOLogManagement-API/NotificationConsumer.robot +1 −0 Original line number Original line Diff line number Diff line Loading @@ -4,6 +4,7 @@ Resource environment/variables.txt Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library OperatingSystem Library OperatingSystem Library JSONLibrary Library JSONLibrary Library String Suite Setup Check resource existence and get CallbackUri Suite Setup Check resource existence and get CallbackUri *** Test Cases *** *** Test Cases *** Loading
SOL009/NFVMANOPerformanceManagement-API/NotificationConsumer.robot +1 −0 Original line number Original line Diff line number Diff line Loading @@ -5,6 +5,7 @@ Resource environment/individualThresholds.txt Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library OperatingSystem Library OperatingSystem Library JSONLibrary Library JSONLibrary Library String Suite Setup Check resource existence and get CallbackUri Suite Setup Check resource existence and get CallbackUri Loading
SOL009/NFVMANOPerformanceManagement-API/environment/variables.txt +3 −1 Original line number Original line Diff line number Diff line Loading @@ -36,3 +36,5 @@ ${subscriptionId} 17563e75-0e14-4bd7-94b4-6bbb869c79aa ${response} ${response} ${objectInstanceIds} daca910b0-00d4f1a2b675d-604257e42 ${objectInstanceIds} daca910b0-00d4f1a2b675d-604257e42 ${callbackResp} 127.0.0.1 No newline at end of file
SOL009/NFVManoConfigurationAndInformationManagement-API/NotificationConsumer.robot +1 −0 Original line number Original line Diff line number Diff line Loading @@ -4,6 +4,7 @@ Resource environment/variables.txt Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library REST ${NFVMANO_SCHEMA}://${NFVMANO_HOST}:${NFVMANO_PORT} ssl_verify=false Library OperatingSystem Library OperatingSystem Library JSONLibrary Library JSONLibrary Library String Suite Setup Check resource existence and get CallbackUri Suite Setup Check resource existence and get CallbackUri *** Test Cases *** *** Test Cases *** Loading