Commit 17dbfcb1 authored by Giacomo Bernini's avatar Giacomo Bernini Committed by Giacomo Bernini
Browse files

fixes due to rebase

parent 8664578d
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -146,7 +146,7 @@ GET Change State Operation Occurrences with Paged Response
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: none
    ...    Post-Conditions: none
    Get Change State Operation Occurrence
    Get Change State Operation Occurrences
    Check HTTP Response Status Code Is    200
    Check HTTP Response Status Code Is    200
    Check HTTP Response Header Contains Link
    Check HTTP Response Header Contains Link
    
    
@@ -172,7 +172,7 @@ PUT Change State Operation Occurrences - Method not implemented
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: 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
    Check HTTP Response Status Code Is    405
    
    
PATCH Change State Operation Occurrences - Method not implemented
PATCH Change State Operation Occurrences - Method not implemented
@@ -184,7 +184,7 @@ PATCH Change State Operation Occurrences - Method not implemented
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: 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
    Check HTTP Response Status Code Is    405


DELETE Change State Operation Occurrences - Method not implemented
DELETE Change State Operation Occurrences - Method not implemented
@@ -196,5 +196,5 @@ DELETE Change State Operation Occurrences - Method not implemented
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: 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
    Check HTTP Response Status Code Is    405
+8 −8
Original line number Original line Diff line number Diff line
@@ -242,7 +242,7 @@ Send DELETE request for Change State Operation Occurrences
    ${outputResponse}=    Output    response
    ${outputResponse}=    Output    response
	Set Global Variable    @{response}    ${outputResponse}
	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)
    Log    Trying to perform a POST (method should not be implemented)
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization": "${AUTHORIZATION}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization": "${AUTHORIZATION}"}
@@ -250,7 +250,7 @@ Send Post request for Individual Change State Operation Occurance
    ${output}=    Output    response
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
    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.
    Log    Query to GET information about individual change state operation occurrences.
    Set Headers  {"Accept":"${ACCEPT_JSON}"}  
    Set Headers  {"Accept":"${ACCEPT_JSON}"}  
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
@@ -259,7 +259,7 @@ Get Individual Change State OpOcc
    ${outputResponse}=    Output    response
    ${outputResponse}=    Output    response
	Set Global Variable    @{response}    ${outputResponse}
	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
    log    Trying to perform a PUT. This method should not be implemented
    Set Headers  {"Accept":"${ACCEPT_JSON}"}  
    Set Headers  {"Accept":"${ACCEPT_JSON}"}  
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
@@ -267,7 +267,7 @@ Send Put request for Individual Change State Operation Occurance
    ${outputResponse}=    Output    response
    ${outputResponse}=    Output    response
	Set Global Variable    @{response}    ${outputResponse}
	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
    log    Trying to perform a PATCH. This method should not be implemented
    Set Headers  {"Accept":"${ACCEPT_JSON}"}  
    Set Headers  {"Accept":"${ACCEPT_JSON}"}  
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
@@ -275,7 +275,7 @@ Send Patch request for Individual Change State Operation Occurance
    ${outputResponse}=    Output    response
    ${outputResponse}=    Output    response
	Set Global Variable    @{response}    ${outputResponse}
	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
    log    Trying to perform a DELETE. This method should not be implemented
    Set Headers  {"Accept":"${ACCEPT_JSON}"}  
    Set Headers  {"Accept":"${ACCEPT_JSON}"}  
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
@@ -816,7 +816,7 @@ Check HTTP Response Header Contains Location
    ${loc}=    Get Value From Json    ${response['headers']}    $..Location
    ${loc}=    Get Value From Json    ${response['headers']}    $..Location
    Should Not Be Empty    ${loc}
    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
    Pass Execution If    ${AUTH_USAGE} == 0    Skipping test as NFVO is not supporting authentication
    Log    The GET method queries using invalid token
    Log    The GET method queries using invalid token
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
@@ -826,7 +826,7 @@ GET Peer Entity with malformed authorization token
    ${output}=    Output    response
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
    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
    Pass Execution If    ${AUTH_USAGE} == 0    Skipping test as it is not supporting authentication
    Log    The GET method queries omitting token
    Log    The GET method queries omitting token
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
@@ -835,7 +835,7 @@ GET Peer Entity without authorization token
    ${output}=    Output    response
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
    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
    Pass Execution If    ${AUTH_USAGE} == 0    Skipping test as it is not supporting authentication
    Log    The GET method queries  using invalid token
    Log    The GET method queries  using invalid token
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
    Set Headers    {"Accept": "${ACCEPT_JSON}"}
+15 −15
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@ GET Peer Entities
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions:  none
    ...    Post-Conditions:  none
    Get Peer Entity
    Get Peer Entities
    Check HTTP Response Status Code Is    200
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    PeerEntities
    Check HTTP Response Body Json Schema Is    PeerEntities
    
    
@@ -45,7 +45,7 @@ GET Peer Entities - invalid attribute-based filter
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: 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 Status Code Is    400
    Check HTTP Response Body Json Schema Is    ProblemDetails   
    Check HTTP Response Body Json Schema Is    ProblemDetails   
    
    
@@ -58,7 +58,7 @@ GET Peer Entities - invalid attribute selector
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: 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 Status Code Is    400
    Check HTTP Response Body Json Schema Is    ProblemDetails  
    Check HTTP Response Body Json Schema Is    ProblemDetails  
    
    
@@ -71,7 +71,7 @@ GET Peer Entities - Bad Request Response too Big
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: none
    ...    Post-Conditions: none
    Get Peer Entity
    Get Peer Entities
    Check HTTP Response Status Code Is    400
    Check HTTP Response Status Code Is    400
    Check HTTP Response Body Json Schema Is    ProblemDetails
    Check HTTP Response Body Json Schema Is    ProblemDetails
    
    
@@ -84,7 +84,7 @@ GET Peer Entities with attribute-based filter
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: none
    ...    Post-Conditions: none
    Get Peer Entity with filter
    Get Peer Entities with filter
    Check HTTP Response Status Code Is    200
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    PeerEntities
    Check HTTP Response Body Json Schema Is    PeerEntities
    
    
@@ -97,7 +97,7 @@ GET Peer Entities with "all_fields" attribute selector
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: 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 Status Code Is    200
    Check HTTP Response Body Json Schema Is    PeerEntities
    Check HTTP Response Body Json Schema Is    PeerEntities
    
    
@@ -110,7 +110,7 @@ GET Peer Entities with "exclude_default" attribute selector
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: 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 Status Code Is    200
    Check HTTP Response Body Json Schema Is    PeerEntities
    Check HTTP Response Body Json Schema Is    PeerEntities


@@ -123,7 +123,7 @@ GET Peer Entities with "fields" attribute selector
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: 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 Status Code Is    200
    Check HTTP Response Body Json Schema Is    PeerEntities
    Check HTTP Response Body Json Schema Is    PeerEntities
     
     
@@ -162,7 +162,7 @@ GET Peer Entity with Paged Response
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: none
    ...    Post-Conditions: none
    Get Peer Entity
    Get Peer Entities
    Check HTTP Response Status Code Is    200
    Check HTTP Response Status Code Is    200
    Check HTTP Response Header Contains Link
    Check HTTP Response Header Contains Link
    
    
@@ -175,7 +175,7 @@ Get Peer Entity with malformed authorization token
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: The Peer Entity requires the usage of access tokens for authorizing the API requests.
    ...    Applicability: The Peer Entity requires the usage of access tokens for authorizing the API requests.
    ...    Post-Conditions: none
    ...    Post-Conditions: none
    GET Peer Entity with malformed authorization token
    GET Peer Entities with malformed authorization token
    Check HTTP Response Status Code Is    401
    Check HTTP Response Status Code Is    401


Get Peer Entity without authorization token
Get Peer Entity without authorization token
@@ -187,7 +187,7 @@ Get Peer Entity without authorization token
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: The Peer Entity requires the usage of access tokens for authorizing the API requests.
    ...    Applicability: The Peer Entity requires the usage of access tokens for authorizing the API requests.
    ...    Post-Conditions: none
    ...    Post-Conditions: none
    GET Peer Entity without authorization token
    GET Peer Entities without authorization token
    Check HTTP Response Status Code Is    401
    Check HTTP Response Status Code Is    401


GET information about multiple alarms with expired or revoked authorization token
GET information about multiple alarms with expired or revoked authorization token
@@ -199,7 +199,7 @@ GET information about multiple alarms with expired or revoked authorization toke
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: The Peer Entity requires the usage of access tokens for authorizing the API requests.
    ...    Applicability: The Peer Entity requires the usage of access tokens for authorizing the API requests.
    ...    Post-Conditions: none
    ...    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
    Check HTTP Response Status Code Is    401


PUT Peer Entities - Method not implemented
PUT Peer Entities - Method not implemented
@@ -211,7 +211,7 @@ PUT Peer Entities - Method not implemented
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: none
    ...    Post-Conditions: none
    Send Put request for Peer Entity
    Send Put request for Peer Entities
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405
    
    
PATCH Peer Entities - Method not implemented
PATCH Peer Entities - Method not implemented
@@ -223,7 +223,7 @@ PATCH Peer Entities - Method not implemented
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: none
    ...    Post-Conditions: none
    Send Patch request for Peer Entity
    Send Patch request for Peer Entities
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405


DELETE Peer Entities - Method not implemented
DELETE Peer Entities - Method not implemented
@@ -235,5 +235,5 @@ DELETE Peer Entities - Method not implemented
    ...    Config ID: Config_prod_NFV-MANO
    ...    Config ID: Config_prod_NFV-MANO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: none
    ...    Post-Conditions: none
    Send Delete request for Peer Entity
    Send Delete request for Peer Entities
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405
+1 −1
Original line number Original line Diff line number Diff line
@@ -36,7 +36,7 @@
5.3.2.18,NS Instance Creation Workflow, CreateNSInstanceWorkflow.robot
5.3.2.18,NS Instance Creation Workflow, CreateNSInstanceWorkflow.robot
5.3.2.19, NS Instance Deletion, DeleteNSInstanceWorkflow.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.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.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.23, Terminate Flow of NS lifecycle management operations, TerminateNSTaskWorkflow.robot
5.3.2.24, Update Flow of NS lifecycle management operations, UpdateNSTaskWorkflow.robot
5.3.2.24, Update Flow of NS lifecycle management operations, UpdateNSTaskWorkflow.robot