Loading SOL005/NSFaultManagement-API/NSFMOperationKeywords.robot +1 −1 Original line number Original line Diff line number Diff line Loading @@ -14,7 +14,7 @@ Create Sessions Wait For Process handle=mockInstance timeout=5s on_timeout=continue Wait For Process handle=mockInstance timeout=5s on_timeout=continue Create Mock Session ${callback_uri}:${callback_port} #The API producer is set to NFVO according to SOL002-7.3.4 Create Mock Session ${callback_uri}:${callback_port} #The API producer is set to NFVO according to SOL002-7.3.4 Check Individual Subscription existance Check Individual Subscription existence Set Headers {"Accept":"${ACCEPT}"} Set Headers {"Accept":"${ACCEPT}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Get ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${subscriptionId} Get ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${subscriptionId} Loading SOL005/NSLifecycleManagement-API/HealNSTask.robot +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT} Library OperatingSystem Library OperatingSystem Library JSONLibrary Library JSONLibrary Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/ Suite Setup Check resource existance Suite Setup Check resource existence *** Test Cases *** *** Test Cases *** POST Heal a NSInstance POST Heal a NSInstance Loading SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT} Library OperatingSystem Library OperatingSystem Library JSONLibrary Library JSONLibrary Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/ Suite Setup Check resource existance Suite Setup Check resource existence *** Test Cases *** *** Test Cases *** POST Individual NSInstance - Method not implemented POST Individual NSInstance - Method not implemented Loading SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot +6 −6 Original line number Original line Diff line number Diff line Loading @@ -7,7 +7,7 @@ Library JSONLibrary Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/ *** Test Cases *** *** Test Cases *** Post Individual NS LCM occurences - Method not implemented Post Individual NS LCM occurrences - Method not implemented [Documentation] Test ID: 5.3.2.9.1 [Documentation] Test ID: 5.3.2.9.1 ... Test title: Post Individual NS LCM occurrences - Method not implemented ... Test title: Post Individual NS LCM occurrences - Method not implemented ... Test objective: The objective is to test that POST method is not implemented ... Test objective: The objective is to test that POST method is not implemented Loading @@ -16,7 +16,7 @@ Post Individual NS LCM occurences - Method not implemented ... Config ID: Config_prod_NFVO ... Config ID: Config_prod_NFVO ... Applicability: none ... Applicability: none ... Post-Conditions: The NS instance is not created in the NFVO ... Post-Conditions: The NS instance is not created in the NFVO POST Individual NS LCM OP Occurence POST Individual NS LCM OP Occurrence Check HTTP Response Status Code Is 405 Check HTTP Response Status Code Is 405 Get status information about Individual NS LCM occurrences Get status information about Individual NS LCM occurrences Loading @@ -28,7 +28,7 @@ Get status information about Individual NS LCM occurrences ... Config ID: Config_prod_NFVO ... Config ID: Config_prod_NFVO ... Applicability: none ... Applicability: none ... Post-Conditions: none ... Post-Conditions: none GET Individual NS LCM OP Occurence GET Individual NS LCM OP Occurrence Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is NsLcmOpOcc Check HTTP Response Body Json Schema Is NsLcmOpOcc Loading @@ -41,7 +41,7 @@ PUT status information about Individual NS LCM occurrences - Method not implemen ... Config ID: Config_prod_NFVO ... Config ID: Config_prod_NFVO ... Applicability: none ... Applicability: none ... Post-Conditions: The NS instance is not modified from the NFVO ... Post-Conditions: The NS instance is not modified from the NFVO PUT Individual NS LCM OP Occurence PUT Individual NS LCM OP Occurrence Check HTTP Response Status Code Is 405 Check HTTP Response Status Code Is 405 PATCH status information about Individual NS LCM occurrences - Method not implemented PATCH status information about Individual NS LCM occurrences - Method not implemented Loading @@ -53,7 +53,7 @@ PATCH status information about Individual NS LCM occurrences - Method not implem ... Config ID: Config_prod_NFVO ... Config ID: Config_prod_NFVO ... Applicability: none ... Applicability: none ... Post-Conditions: The NS instance is not modified from the NFVO ... Post-Conditions: The NS instance is not modified from the NFVO PATCH Individual NS LCM OP Occurence PATCH Individual NS LCM OP Occurrence Check HTTP Response Status Code Is 405 Check HTTP Response Status Code Is 405 DELETE status information about Individual NS LCM occurrences - Method not implemented DELETE status information about Individual NS LCM occurrences - Method not implemented Loading @@ -65,7 +65,7 @@ DELETE status information about Individual NS LCM occurrences - Method not imple ... Config ID: Config_prod_NFVO ... Config ID: Config_prod_NFVO ... Applicability: none ... Applicability: none ... Post-Conditions: The NS instance is not deleted from the NFVO ... Post-Conditions: The NS instance is not deleted from the NFVO DELETE Individual NS LCM OP Occurence DELETE Individual NS LCM OP Occurrence Check HTTP Response Status Code Is 405 Check HTTP Response Status Code Is 405 Loading SOL005/NSLifecycleManagement-API/IndividualSubscription.robot +1 −1 Original line number Original line Diff line number Diff line Loading @@ -6,7 +6,7 @@ Library OperatingSystem Library JSONLibrary Library JSONLibrary Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/ Suite Setup Check subscription existance Suite Setup Check subscription existence *** Test Cases *** *** Test Cases *** POST Individual Subscription - Method not implemented POST Individual Subscription - Method not implemented Loading Loading
SOL005/NSFaultManagement-API/NSFMOperationKeywords.robot +1 −1 Original line number Original line Diff line number Diff line Loading @@ -14,7 +14,7 @@ Create Sessions Wait For Process handle=mockInstance timeout=5s on_timeout=continue Wait For Process handle=mockInstance timeout=5s on_timeout=continue Create Mock Session ${callback_uri}:${callback_port} #The API producer is set to NFVO according to SOL002-7.3.4 Create Mock Session ${callback_uri}:${callback_port} #The API producer is set to NFVO according to SOL002-7.3.4 Check Individual Subscription existance Check Individual Subscription existence Set Headers {"Accept":"${ACCEPT}"} Set Headers {"Accept":"${ACCEPT}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Get ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${subscriptionId} Get ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${subscriptionId} Loading
SOL005/NSLifecycleManagement-API/HealNSTask.robot +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT} Library OperatingSystem Library OperatingSystem Library JSONLibrary Library JSONLibrary Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/ Suite Setup Check resource existance Suite Setup Check resource existence *** Test Cases *** *** Test Cases *** POST Heal a NSInstance POST Heal a NSInstance Loading
SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ Library REST ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT} Library OperatingSystem Library OperatingSystem Library JSONLibrary Library JSONLibrary Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/ Suite Setup Check resource existance Suite Setup Check resource existence *** Test Cases *** *** Test Cases *** POST Individual NSInstance - Method not implemented POST Individual NSInstance - Method not implemented Loading
SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot +6 −6 Original line number Original line Diff line number Diff line Loading @@ -7,7 +7,7 @@ Library JSONLibrary Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/ *** Test Cases *** *** Test Cases *** Post Individual NS LCM occurences - Method not implemented Post Individual NS LCM occurrences - Method not implemented [Documentation] Test ID: 5.3.2.9.1 [Documentation] Test ID: 5.3.2.9.1 ... Test title: Post Individual NS LCM occurrences - Method not implemented ... Test title: Post Individual NS LCM occurrences - Method not implemented ... Test objective: The objective is to test that POST method is not implemented ... Test objective: The objective is to test that POST method is not implemented Loading @@ -16,7 +16,7 @@ Post Individual NS LCM occurences - Method not implemented ... Config ID: Config_prod_NFVO ... Config ID: Config_prod_NFVO ... Applicability: none ... Applicability: none ... Post-Conditions: The NS instance is not created in the NFVO ... Post-Conditions: The NS instance is not created in the NFVO POST Individual NS LCM OP Occurence POST Individual NS LCM OP Occurrence Check HTTP Response Status Code Is 405 Check HTTP Response Status Code Is 405 Get status information about Individual NS LCM occurrences Get status information about Individual NS LCM occurrences Loading @@ -28,7 +28,7 @@ Get status information about Individual NS LCM occurrences ... Config ID: Config_prod_NFVO ... Config ID: Config_prod_NFVO ... Applicability: none ... Applicability: none ... Post-Conditions: none ... Post-Conditions: none GET Individual NS LCM OP Occurence GET Individual NS LCM OP Occurrence Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is NsLcmOpOcc Check HTTP Response Body Json Schema Is NsLcmOpOcc Loading @@ -41,7 +41,7 @@ PUT status information about Individual NS LCM occurrences - Method not implemen ... Config ID: Config_prod_NFVO ... Config ID: Config_prod_NFVO ... Applicability: none ... Applicability: none ... Post-Conditions: The NS instance is not modified from the NFVO ... Post-Conditions: The NS instance is not modified from the NFVO PUT Individual NS LCM OP Occurence PUT Individual NS LCM OP Occurrence Check HTTP Response Status Code Is 405 Check HTTP Response Status Code Is 405 PATCH status information about Individual NS LCM occurrences - Method not implemented PATCH status information about Individual NS LCM occurrences - Method not implemented Loading @@ -53,7 +53,7 @@ PATCH status information about Individual NS LCM occurrences - Method not implem ... Config ID: Config_prod_NFVO ... Config ID: Config_prod_NFVO ... Applicability: none ... Applicability: none ... Post-Conditions: The NS instance is not modified from the NFVO ... Post-Conditions: The NS instance is not modified from the NFVO PATCH Individual NS LCM OP Occurence PATCH Individual NS LCM OP Occurrence Check HTTP Response Status Code Is 405 Check HTTP Response Status Code Is 405 DELETE status information about Individual NS LCM occurrences - Method not implemented DELETE status information about Individual NS LCM occurrences - Method not implemented Loading @@ -65,7 +65,7 @@ DELETE status information about Individual NS LCM occurrences - Method not imple ... Config ID: Config_prod_NFVO ... Config ID: Config_prod_NFVO ... Applicability: none ... Applicability: none ... Post-Conditions: The NS instance is not deleted from the NFVO ... Post-Conditions: The NS instance is not deleted from the NFVO DELETE Individual NS LCM OP Occurence DELETE Individual NS LCM OP Occurrence Check HTTP Response Status Code Is 405 Check HTTP Response Status Code Is 405 Loading
SOL005/NSLifecycleManagement-API/IndividualSubscription.robot +1 −1 Original line number Original line Diff line number Diff line Loading @@ -6,7 +6,7 @@ Library OperatingSystem Library JSONLibrary Library JSONLibrary Library JSONSchemaLibrary schemas/ Library JSONSchemaLibrary schemas/ Suite Setup Check subscription existance Suite Setup Check subscription existence *** Test Cases *** *** Test Cases *** POST Individual Subscription - Method not implemented POST Individual Subscription - Method not implemented Loading