Commit bf870e67 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

replace Instatiate with Instantiate

parent db09cfb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -72,7 +72,7 @@ DELETE Individual NSInstance
DELETE Individual NSInstance Conflict
DELETE Individual NSInstance Conflict
    [Documentation]    Test ID: 5.3.2.2.6
    [Documentation]    Test ID: 5.3.2.2.6
    ...    Test title: DELETE Individual NSInstance Conflict
    ...    Test title: DELETE Individual NSInstance Conflict
    ...    Test objective: The objective is to test that DELETE method can't delete an INSTANTIATED NS instance
    ...    Test objective: The objective is to test that DELETE method cannot delete an INSTANTIATED NS instance
    ...    Pre-conditions: one instance of a NS in INSTANTIATED state
    ...    Pre-conditions: one instance of a NS in INSTANTIATED state
    ...    Reference: clause 6.4.3.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
    ...    Reference: clause 6.4.3.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@ Instantiate Flow of NS lifecycle management operations
    ...    Post-Conditions: the resource is in INSTANTIATED state
    ...    Post-Conditions: the resource is in INSTANTIATED state
    Check resource existance
    Check resource existance
    Check resource not_instantiated
    Check resource not_instantiated
    POST Instatiate nsInstance
    POST Instantiate nsInstance
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    202
    Check Operation Occurrence Id
    Check Operation Occurrence Id
    Check Operation Notification Status is    START
    Check Operation Notification Status is    START
+7 −7
Original line number Original line Diff line number Diff line
@@ -17,7 +17,7 @@ POST Instantiate a nsInstance
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: The NS instance is instantiated on the NFVO
    ...    Post-Conditions: The NS instance is instantiated on the NFVO
    POST Instatiate nsInstance
    POST Instantiate nsInstance
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check HTTP Response Header Contains    Location
    Check resource INSTANTIATED
    Check resource INSTANTIATED
@@ -25,13 +25,13 @@ POST Instantiate a nsInstance
POST Instantiate a nsInstance Conflict
POST Instantiate a nsInstance Conflict
    [Documentation]    Test ID: 5.3.2.3.2
    [Documentation]    Test ID: 5.3.2.3.2
    ...    Test title: POST Instantiate a nsInstance Conflict
    ...    Test title: POST Instantiate a nsInstance Conflict
    ...    Test objective: The objective is to test that the operation can't be performed due to a conflict with the state of resource (i.e. the resource is in INSTANTIATED state)
    ...    Test objective: The objective is to test that the operation cannot be performed due to a conflict with the state of resource (i.e. the resource is in INSTANTIATED state)
    ...    Pre-conditions: resource is in INSTANTIATED state
    ...    Pre-conditions: resource is in INSTANTIATED state
    ...    Reference: clause 6.4.4.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
    ...    Reference: clause 6.4.4.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: The NS instance is not instantiated on the NFVO
    ...    Post-Conditions: The NS instance is not instantiated on the NFVO
    POST Instatiate nsInstance
    POST Instantiate nsInstance
    Check HTTP Response Status Code Is    409
    Check HTTP Response Status Code Is    409
    Check HTTP Response Body Json Schema Is    ProblemDetails
    Check HTTP Response Body Json Schema Is    ProblemDetails
    Check resource not_instantiated
    Check resource not_instantiated
@@ -39,7 +39,7 @@ POST Instantiate a nsInstance Conflict
GET Instantiate NSInstance - Method not implemented
GET Instantiate NSInstance - Method not implemented
    [Documentation]    Test ID: 5.3.2.3.3
    [Documentation]    Test ID: 5.3.2.3.3
    ...    Test title: GET Instantiate NSInstance - Method not implemented
    ...    Test title: GET Instantiate NSInstance - Method not implemented
    ...    Test objective: The objective is to test that the operation can't be performed due because method is not implemented
    ...    Test objective: The objective is to test that the operation cannot be performed due because method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference: clause 6.4.4.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
    ...    Reference: clause 6.4.4.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
@@ -51,7 +51,7 @@ GET Instantiate NSInstance - Method not implemented
PUT Instantiate NSInstance - Method not implemented
PUT Instantiate NSInstance - Method not implemented
    [Documentation]    Test ID: 5.3.2.3.4
    [Documentation]    Test ID: 5.3.2.3.4
    ...    Test title: PUT Instantiate NSInstance - Method not implemented
    ...    Test title: PUT Instantiate NSInstance - Method not implemented
    ...    Test objective: The objective is to test that the operation can't be performed due because method is not implemented
    ...    Test objective: The objective is to test that the operation cannot be performed due because method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference: clause 6.4.4.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1
    ...    Reference: clause 6.4.4.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
@@ -63,7 +63,7 @@ PUT Instantiate NSInstance - Method not implemented
PATCH Instantiate NSInstance - Method not implemented
PATCH Instantiate NSInstance - Method not implemented
    [Documentation]    Test ID: 5.3.2.3.5
    [Documentation]    Test ID: 5.3.2.3.5
    ...    Test title: PATCH Instantiate NSInstance - Method not implemented
    ...    Test title: PATCH Instantiate NSInstance - Method not implemented
    ...    Test objective: The objective is to test that the operation can't be performed due because method is not implemented
    ...    Test objective: The objective is to test that the operation cannot be performed due because method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference: clause 6.4.4.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
    ...    Reference: clause 6.4.4.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
@@ -75,7 +75,7 @@ PATCH Instantiate NSInstance - Method not implemented
DELETE Instantiate NSInstance - Method not implemented
DELETE Instantiate NSInstance - Method not implemented
    [Documentation]    Test ID: 5.3.2.3.6
    [Documentation]    Test ID: 5.3.2.3.6
    ...    Test title: DELETE Instantiate NSInstance - Method not implemented
    ...    Test title: DELETE Instantiate NSInstance - Method not implemented
    ...    Test objective: The objective is to test that the operation can't be performed due because method is not implemented
    ...    Test objective: The objective is to test that the operation cannot be performed due because method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference: clause 6.4.4.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
    ...    Reference: clause 6.4.4.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
+1 −1
Original line number Original line Diff line number Diff line
@@ -355,7 +355,7 @@ GET Instantiate NSInstance
    ${outputResponse}=    Output    response
    ${outputResponse}=    Output    response
	Set Global Variable    @{response}    ${outputResponse} 
	Set Global Variable    @{response}    ${outputResponse} 
	
	
 POST Instatiate nsInstance
 POST Instantiate nsInstance
    Log    Trying to Instantiate a ns Instance
    Log    Trying to Instantiate a ns Instance
    Set Headers  {"Accept":"${ACCEPT}"}  
    Set Headers  {"Accept":"${ACCEPT}"}  
    Set Headers  {"Content-Type": "${CONTENT_TYPE}"}
    Set Headers  {"Content-Type": "${CONTENT_TYPE}"}
+1 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,7 @@ POST Scale a nsInstance
POST Instantiate a nsInstance Conflict
POST Instantiate a nsInstance Conflict
    [Documentation]    Test ID: 5.3.2.4.2
    [Documentation]    Test ID: 5.3.2.4.2
    ...    Test title: POST Instantiate a nsInstance Conflict
    ...    Test title: POST Instantiate a nsInstance Conflict
    ...    Test objective: The objective is to test that POST method can't scale NS instance because of conflict in resource status (i.e. because the resource is in not in NOT_INSTANTIATED state)
    ...    Test objective: The objective is to test that POST method cannot scale NS instance because of conflict in resource status (i.e. because the resource is in not in NOT_INSTANTIATED state)
    ...    Pre-conditions: the resource is in not in NOT_INSTANTIATED state
    ...    Pre-conditions: the resource is in not in NOT_INSTANTIATED state
    ...    Reference: clause 6.4.5.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
    ...    Reference: clause 6.4.5.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
Loading