Loading SOL009/NFVManoConfigurationAndInformationManagement-API/ChangeStateOperationOccurrences.robot +4 −4 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ GET Change State Operation Occurrences with Paged Response ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Change State Operation Occurrence Get Change State Operation Occurrences Check HTTP Response Status Code Is 200 Check HTTP Response Header Contains Link Loading @@ -172,7 +172,7 @@ PUT Change State Operation Occurrences - Method not implemented ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Send Put request for Change State Operation Occurrence Send Put request for Change State Operation Occurrences Check HTTP Response Status Code Is 405 PATCH Change State Operation Occurrences - Method not implemented Loading @@ -184,7 +184,7 @@ PATCH Change State Operation Occurrences - Method not implemented ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Send Patch request for Change State Operation Occurrence Send Patch request for Change State Operation Occurrences Check HTTP Response Status Code Is 405 DELETE Change State Operation Occurrences - Method not implemented Loading @@ -196,5 +196,5 @@ DELETE Change State Operation Occurrences - Method not implemented ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Send Delete request for Change State Operation Occurrence Send Delete request for Change State Operation Occurrences Check HTTP Response Status Code Is 405 SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOCimKeywords.robot +8 −8 Original line number Diff line number Diff line Loading @@ -242,7 +242,7 @@ Send DELETE request for Change State Operation Occurrences ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} Send Post request for Individual Change State Operation Occurance Send Post request for Individual Change State Operation Occurrence Log Trying to perform a POST (method should not be implemented) Set Headers {"Accept": "${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": "${AUTHORIZATION}"} Loading @@ -250,7 +250,7 @@ Send Post request for Individual Change State Operation Occurance ${output}= Output response Set Suite Variable ${response} ${output} Get Individual Change State OpOcc Get Individual Change State Operation Occurrence Log Query to GET information about individual change state operation occurrences. Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Loading @@ -259,7 +259,7 @@ Get Individual Change State OpOcc ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} Send Put request for Individual Change State Operation Occurance Send Put request for Individual Change State Operation Occurrence log Trying to perform a PUT. This method should not be implemented Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Loading @@ -267,7 +267,7 @@ Send Put request for Individual Change State Operation Occurance ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} Send Patch request for Individual Change State Operation Occurance Send Patch request for Individual Change State Operation Occurrence log Trying to perform a PATCH. This method should not be implemented Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Loading @@ -275,7 +275,7 @@ Send Patch request for Individual Change State Operation Occurance ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} Send Delete request for Individual Change State Operation Occurance Send Delete request for Individual Change State Operation Occurrence log Trying to perform a DELETE. This method should not be implemented Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Loading Loading @@ -816,7 +816,7 @@ Check HTTP Response Header Contains Location ${loc}= Get Value From Json ${response['headers']} $..Location Should Not Be Empty ${loc} GET Peer Entity with malformed authorization token GET Peer Entities with malformed authorization token Pass Execution If ${AUTH_USAGE} == 0 Skipping test as NFVO is not supporting authentication Log The GET method queries using invalid token Set Headers {"Accept": "${ACCEPT_JSON}"} Loading @@ -826,7 +826,7 @@ GET Peer Entity with malformed authorization token ${output}= Output response Set Suite Variable ${response} ${output} GET Peer Entity without authorization token GET Peer Entities without authorization token Pass Execution If ${AUTH_USAGE} == 0 Skipping test as it is not supporting authentication Log The GET method queries omitting token Set Headers {"Accept": "${ACCEPT_JSON}"} Loading @@ -835,7 +835,7 @@ GET Peer Entity without authorization token ${output}= Output response Set Suite Variable ${response} ${output} GET Peer Entity with expired or revoked authorization token GET Peer Entities with expired or revoked authorization token Pass Execution If ${AUTH_USAGE} == 0 Skipping test as it is not supporting authentication Log The GET method queries using invalid token Set Headers {"Accept": "${ACCEPT_JSON}"} Loading SOL009/NFVManoConfigurationAndInformationManagement-API/PeerEntities.robot +15 −15 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ GET Peer Entities ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity Get Peer Entities Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is PeerEntities Loading @@ -45,7 +45,7 @@ GET Peer Entities - invalid attribute-based filter ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity with invalid filter Get Peer Entities with invalid filter Check HTTP Response Status Code Is 400 Check HTTP Response Body Json Schema Is ProblemDetails Loading @@ -58,7 +58,7 @@ GET Peer Entities - invalid attribute selector ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity with invalid selector Get Peer Entities with invalid selector Check HTTP Response Status Code Is 400 Check HTTP Response Body Json Schema Is ProblemDetails Loading @@ -71,7 +71,7 @@ GET Peer Entities - Bad Request Response too Big ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity Get Peer Entities Check HTTP Response Status Code Is 400 Check HTTP Response Body Json Schema Is ProblemDetails Loading @@ -84,7 +84,7 @@ GET Peer Entities with attribute-based filter ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity with filter Get Peer Entities with filter Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is PeerEntities Loading @@ -97,7 +97,7 @@ GET Peer Entities with "all_fields" attribute selector ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity with all_fields attribute selector Get Peer Entities with all_fields attribute selector Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is PeerEntities Loading @@ -110,7 +110,7 @@ GET Peer Entities with "exclude_default" attribute selector ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity with all_fields attribute selector Get Peer Entities with all_fields attribute selector Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is PeerEntities Loading @@ -123,7 +123,7 @@ GET Peer Entities with "fields" attribute selector ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity with fields attribute selector Get Peer Entities with fields attribute selector Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is PeerEntities Loading Loading @@ -162,7 +162,7 @@ GET Peer Entity with Paged Response ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity Get Peer Entities Check HTTP Response Status Code Is 200 Check HTTP Response Header Contains Link Loading @@ -175,7 +175,7 @@ Get Peer Entity with malformed authorization token ... Config ID: Config_prod_NFV-MANO ... Applicability: The Peer Entity requires the usage of access tokens for authorizing the API requests. ... Post-Conditions: none GET Peer Entity with malformed authorization token GET Peer Entities with malformed authorization token Check HTTP Response Status Code Is 401 Get Peer Entity without authorization token Loading @@ -187,7 +187,7 @@ Get Peer Entity without authorization token ... Config ID: Config_prod_NFV-MANO ... Applicability: The Peer Entity requires the usage of access tokens for authorizing the API requests. ... Post-Conditions: none GET Peer Entity without authorization token GET Peer Entities without authorization token Check HTTP Response Status Code Is 401 GET information about multiple alarms with expired or revoked authorization token Loading @@ -199,7 +199,7 @@ GET information about multiple alarms with expired or revoked authorization toke ... Config ID: Config_prod_NFV-MANO ... Applicability: The Peer Entity requires the usage of access tokens for authorizing the API requests. ... Post-Conditions: none GET Peer Entity with expired or revoked authorization token GET Peer Entities with expired or revoked authorization token Check HTTP Response Status Code Is 401 PUT Peer Entities - Method not implemented Loading @@ -211,7 +211,7 @@ PUT Peer Entities - Method not implemented ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Send Put request for Peer Entity Send Put request for Peer Entities Check HTTP Response Status Code Is 405 PATCH Peer Entities - Method not implemented Loading @@ -223,7 +223,7 @@ PATCH Peer Entities - Method not implemented ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Send Patch request for Peer Entity Send Patch request for Peer Entities Check HTTP Response Status Code Is 405 DELETE Peer Entities - Method not implemented Loading @@ -235,5 +235,5 @@ DELETE Peer Entities - Method not implemented ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Send Delete request for Peer Entity Send Delete request for Peer Entities Check HTTP Response Status Code Is 405 indexes/sol_005_index.csv +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ 5.3.2.18,NS Instance Creation Workflow, CreateNSInstanceWorkflow.robot 5.3.2.19, NS Instance Deletion, DeleteNSInstanceWorkflow.robot 5.3.2.20, Heal Flow of NS lifecycle management operations, HealNSTaskWorkflow.robot 5.3.2.21, Instantiate Flow of NS lifecycle management operations, InstanciateNSTaskWorkflow.robot 5.3.2.21, Instantiate Flow of NS lifecycle management operations, InstantiateNSTaskWorkflow.robot 5.3.2.22, Scale Flow of NS lifecycle management operations, ScaleNSTaskWorkflow.robot 5.3.2.23, Terminate Flow of NS lifecycle management operations, TerminateNSTaskWorkflow.robot 5.3.2.24, Update Flow of NS lifecycle management operations, UpdateNSTaskWorkflow.robot Loading Loading
SOL009/NFVManoConfigurationAndInformationManagement-API/ChangeStateOperationOccurrences.robot +4 −4 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ GET Change State Operation Occurrences with Paged Response ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Change State Operation Occurrence Get Change State Operation Occurrences Check HTTP Response Status Code Is 200 Check HTTP Response Header Contains Link Loading @@ -172,7 +172,7 @@ PUT Change State Operation Occurrences - Method not implemented ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Send Put request for Change State Operation Occurrence Send Put request for Change State Operation Occurrences Check HTTP Response Status Code Is 405 PATCH Change State Operation Occurrences - Method not implemented Loading @@ -184,7 +184,7 @@ PATCH Change State Operation Occurrences - Method not implemented ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Send Patch request for Change State Operation Occurrence Send Patch request for Change State Operation Occurrences Check HTTP Response Status Code Is 405 DELETE Change State Operation Occurrences - Method not implemented Loading @@ -196,5 +196,5 @@ DELETE Change State Operation Occurrences - Method not implemented ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Send Delete request for Change State Operation Occurrence Send Delete request for Change State Operation Occurrences Check HTTP Response Status Code Is 405
SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOCimKeywords.robot +8 −8 Original line number Diff line number Diff line Loading @@ -242,7 +242,7 @@ Send DELETE request for Change State Operation Occurrences ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} Send Post request for Individual Change State Operation Occurance Send Post request for Individual Change State Operation Occurrence Log Trying to perform a POST (method should not be implemented) Set Headers {"Accept": "${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": "${AUTHORIZATION}"} Loading @@ -250,7 +250,7 @@ Send Post request for Individual Change State Operation Occurance ${output}= Output response Set Suite Variable ${response} ${output} Get Individual Change State OpOcc Get Individual Change State Operation Occurrence Log Query to GET information about individual change state operation occurrences. Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Loading @@ -259,7 +259,7 @@ Get Individual Change State OpOcc ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} Send Put request for Individual Change State Operation Occurance Send Put request for Individual Change State Operation Occurrence log Trying to perform a PUT. This method should not be implemented Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Loading @@ -267,7 +267,7 @@ Send Put request for Individual Change State Operation Occurance ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} Send Patch request for Individual Change State Operation Occurance Send Patch request for Individual Change State Operation Occurrence log Trying to perform a PATCH. This method should not be implemented Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Loading @@ -275,7 +275,7 @@ Send Patch request for Individual Change State Operation Occurance ${outputResponse}= Output response Set Global Variable @{response} ${outputResponse} Send Delete request for Individual Change State Operation Occurance Send Delete request for Individual Change State Operation Occurrence log Trying to perform a DELETE. This method should not be implemented Set Headers {"Accept":"${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization":"${AUTHORIZATION}"} Loading Loading @@ -816,7 +816,7 @@ Check HTTP Response Header Contains Location ${loc}= Get Value From Json ${response['headers']} $..Location Should Not Be Empty ${loc} GET Peer Entity with malformed authorization token GET Peer Entities with malformed authorization token Pass Execution If ${AUTH_USAGE} == 0 Skipping test as NFVO is not supporting authentication Log The GET method queries using invalid token Set Headers {"Accept": "${ACCEPT_JSON}"} Loading @@ -826,7 +826,7 @@ GET Peer Entity with malformed authorization token ${output}= Output response Set Suite Variable ${response} ${output} GET Peer Entity without authorization token GET Peer Entities without authorization token Pass Execution If ${AUTH_USAGE} == 0 Skipping test as it is not supporting authentication Log The GET method queries omitting token Set Headers {"Accept": "${ACCEPT_JSON}"} Loading @@ -835,7 +835,7 @@ GET Peer Entity without authorization token ${output}= Output response Set Suite Variable ${response} ${output} GET Peer Entity with expired or revoked authorization token GET Peer Entities with expired or revoked authorization token Pass Execution If ${AUTH_USAGE} == 0 Skipping test as it is not supporting authentication Log The GET method queries using invalid token Set Headers {"Accept": "${ACCEPT_JSON}"} Loading
SOL009/NFVManoConfigurationAndInformationManagement-API/PeerEntities.robot +15 −15 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ GET Peer Entities ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity Get Peer Entities Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is PeerEntities Loading @@ -45,7 +45,7 @@ GET Peer Entities - invalid attribute-based filter ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity with invalid filter Get Peer Entities with invalid filter Check HTTP Response Status Code Is 400 Check HTTP Response Body Json Schema Is ProblemDetails Loading @@ -58,7 +58,7 @@ GET Peer Entities - invalid attribute selector ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity with invalid selector Get Peer Entities with invalid selector Check HTTP Response Status Code Is 400 Check HTTP Response Body Json Schema Is ProblemDetails Loading @@ -71,7 +71,7 @@ GET Peer Entities - Bad Request Response too Big ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity Get Peer Entities Check HTTP Response Status Code Is 400 Check HTTP Response Body Json Schema Is ProblemDetails Loading @@ -84,7 +84,7 @@ GET Peer Entities with attribute-based filter ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity with filter Get Peer Entities with filter Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is PeerEntities Loading @@ -97,7 +97,7 @@ GET Peer Entities with "all_fields" attribute selector ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity with all_fields attribute selector Get Peer Entities with all_fields attribute selector Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is PeerEntities Loading @@ -110,7 +110,7 @@ GET Peer Entities with "exclude_default" attribute selector ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity with all_fields attribute selector Get Peer Entities with all_fields attribute selector Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is PeerEntities Loading @@ -123,7 +123,7 @@ GET Peer Entities with "fields" attribute selector ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity with fields attribute selector Get Peer Entities with fields attribute selector Check HTTP Response Status Code Is 200 Check HTTP Response Body Json Schema Is PeerEntities Loading Loading @@ -162,7 +162,7 @@ GET Peer Entity with Paged Response ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Get Peer Entity Get Peer Entities Check HTTP Response Status Code Is 200 Check HTTP Response Header Contains Link Loading @@ -175,7 +175,7 @@ Get Peer Entity with malformed authorization token ... Config ID: Config_prod_NFV-MANO ... Applicability: The Peer Entity requires the usage of access tokens for authorizing the API requests. ... Post-Conditions: none GET Peer Entity with malformed authorization token GET Peer Entities with malformed authorization token Check HTTP Response Status Code Is 401 Get Peer Entity without authorization token Loading @@ -187,7 +187,7 @@ Get Peer Entity without authorization token ... Config ID: Config_prod_NFV-MANO ... Applicability: The Peer Entity requires the usage of access tokens for authorizing the API requests. ... Post-Conditions: none GET Peer Entity without authorization token GET Peer Entities without authorization token Check HTTP Response Status Code Is 401 GET information about multiple alarms with expired or revoked authorization token Loading @@ -199,7 +199,7 @@ GET information about multiple alarms with expired or revoked authorization toke ... Config ID: Config_prod_NFV-MANO ... Applicability: The Peer Entity requires the usage of access tokens for authorizing the API requests. ... Post-Conditions: none GET Peer Entity with expired or revoked authorization token GET Peer Entities with expired or revoked authorization token Check HTTP Response Status Code Is 401 PUT Peer Entities - Method not implemented Loading @@ -211,7 +211,7 @@ PUT Peer Entities - Method not implemented ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Send Put request for Peer Entity Send Put request for Peer Entities Check HTTP Response Status Code Is 405 PATCH Peer Entities - Method not implemented Loading @@ -223,7 +223,7 @@ PATCH Peer Entities - Method not implemented ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Send Patch request for Peer Entity Send Patch request for Peer Entities Check HTTP Response Status Code Is 405 DELETE Peer Entities - Method not implemented Loading @@ -235,5 +235,5 @@ DELETE Peer Entities - Method not implemented ... Config ID: Config_prod_NFV-MANO ... Applicability: none ... Post-Conditions: none Send Delete request for Peer Entity Send Delete request for Peer Entities Check HTTP Response Status Code Is 405
indexes/sol_005_index.csv +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ 5.3.2.18,NS Instance Creation Workflow, CreateNSInstanceWorkflow.robot 5.3.2.19, NS Instance Deletion, DeleteNSInstanceWorkflow.robot 5.3.2.20, Heal Flow of NS lifecycle management operations, HealNSTaskWorkflow.robot 5.3.2.21, Instantiate Flow of NS lifecycle management operations, InstanciateNSTaskWorkflow.robot 5.3.2.21, Instantiate Flow of NS lifecycle management operations, InstantiateNSTaskWorkflow.robot 5.3.2.22, Scale Flow of NS lifecycle management operations, ScaleNSTaskWorkflow.robot 5.3.2.23, Terminate Flow of NS lifecycle management operations, TerminateNSTaskWorkflow.robot 5.3.2.24, Update Flow of NS lifecycle management operations, UpdateNSTaskWorkflow.robot Loading