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

replace Instatiate with Instantiate

parent db09cfb5
......@@ -72,7 +72,7 @@ DELETE Individual NSInstance
DELETE Individual NSInstance Conflict
[Documentation] Test ID: 5.3.2.2.6
... 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
... Reference: clause 6.4.3.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Config ID: Config_prod_NFVO
......
......@@ -20,7 +20,7 @@ Instantiate Flow of NS lifecycle management operations
... Post-Conditions: the resource is in INSTANTIATED state
Check resource existance
Check resource not_instantiated
POST Instatiate nsInstance
POST Instantiate nsInstance
Check HTTP Response Status Code Is 202
Check Operation Occurrence Id
Check Operation Notification Status is START
......
......@@ -17,7 +17,7 @@ POST Instantiate a nsInstance
... Config ID: Config_prod_NFVO
... Applicability: none
... 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 Header Contains Location
Check resource INSTANTIATED
......@@ -25,13 +25,13 @@ POST Instantiate a nsInstance
POST Instantiate a nsInstance Conflict
[Documentation] Test ID: 5.3.2.3.2
... 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
... Reference: clause 6.4.4.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Config ID: Config_prod_NFVO
... Applicability: none
... 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 Body Json Schema Is ProblemDetails
Check resource not_instantiated
......@@ -39,7 +39,7 @@ POST Instantiate a nsInstance Conflict
GET Instantiate NSInstance - Method not implemented
[Documentation] Test ID: 5.3.2.3.3
... 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
... Reference: clause 6.4.4.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Config ID: Config_prod_NFVO
......@@ -51,7 +51,7 @@ GET Instantiate NSInstance - Method not implemented
PUT Instantiate NSInstance - Method not implemented
[Documentation] Test ID: 5.3.2.3.4
... 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
... Reference: clause 6.4.4.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Config ID: Config_prod_NFVO
......@@ -63,7 +63,7 @@ PUT Instantiate NSInstance - Method not implemented
PATCH Instantiate NSInstance - Method not implemented
[Documentation] Test ID: 5.3.2.3.5
... 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
... Reference: clause 6.4.4.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Config ID: Config_prod_NFVO
......@@ -75,7 +75,7 @@ PATCH Instantiate NSInstance - Method not implemented
DELETE Instantiate NSInstance - Method not implemented
[Documentation] Test ID: 5.3.2.3.6
... 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
... Reference: clause 6.4.4.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Config ID: Config_prod_NFVO
......
......@@ -355,7 +355,7 @@ GET Instantiate NSInstance
${outputResponse}= Output response
Set Global Variable @{response} ${outputResponse}
POST Instatiate nsInstance
POST Instantiate nsInstance
Log Trying to Instantiate a ns Instance
Set Headers {"Accept":"${ACCEPT}"}
Set Headers {"Content-Type": "${CONTENT_TYPE}"}
......
......@@ -25,7 +25,7 @@ POST Scale a nsInstance
POST Instantiate a nsInstance Conflict
[Documentation] Test ID: 5.3.2.4.2
... 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
... Reference: clause 6.4.5.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Config ID: Config_prod_NFVO
......
......@@ -39,7 +39,7 @@ POST Create a new Subscription - DUPLICATION
POST Create a new Subscription - NO-DUPLICATION
[Documentation] Test ID: 5.3.2.15.3
... Test title: POST Create a new subscription - NO-DUPLICATION
... Test objective: The objective is to test that POST method can't create a duplicate subscription
... Test objective: The objective is to test that POST method cannot create a duplicate subscription
... Pre-conditions: a subscription have already to exist
... Reference: clause 6.4.16.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Config ID: Config_prod_NFVO
......@@ -143,7 +143,7 @@ GET subscriptions with "exclude_fields" attribute selector
PUT subscriptions - Method not implemented
[Documentation] Test ID: 5.3.2.15.7
... Test title: PUT subscriptions - Method not implemented
... Test objective: The objective is to test that PUT method can't modify a NS lifecycle management subscription
... Test objective: The objective is to test that PUT method cannot modify a NS lifecycle management subscription
... Pre-conditions: none
... Reference: clause 6.4.16.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Config ID: Config_prod_NFVO
......@@ -155,7 +155,7 @@ PUT subscriptions - Method not implemented
PATCH subscriptions - Method not implemented
[Documentation] Test ID: 5.3.2.15.8
... Test title: PATCH subscriptions - Method not implemented
... Test objective: The objective is to test that PUT method can't modify a NS lifecycle management subscription
... Test objective: The objective is to test that PUT method cannot modify a NS lifecycle management subscription
... Pre-conditions: none
... Reference: clause 6.4.16.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Config ID: Config_prod_NFVO
......@@ -167,7 +167,7 @@ PATCH subscriptions - Method not implemented
DELETE subscriptions - Method not implemented
[Documentation] Test ID: 5.3.2.15.9
... Test title: DELETE subscriptions - Method not implemented
... Test objective: The objective is to test that DELETE method can't modify a NS lifecycle management subscription
... Test objective: The objective is to test that DELETE method cannot modify a NS lifecycle management subscription
... Pre-conditions: none
... Reference: clause 6.4.16.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Config ID: Config_prod_NFVO
......
......@@ -24,7 +24,7 @@ POST Terminate a NSInstance
POST Terminate a NSInstance Conflict
[Documentation] Test ID: 5.3.2.7.2
... Test title: POST Terminate a NSInstance Conflict
... Test objective: The objective is to test that POST method can't terminate the NS because of conflict in resource status (i.e. the resource is not in INSTANTIATED state)
... Test objective: The objective is to test that POST method cannot terminate the NS because of conflict in resource status (i.e. the resource is not in INSTANTIATED state)
... Pre-conditions: NS instance is in NOT_INSTANTIATED state
... Reference: clause 6.4.8.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Config ID: Config_prod_NFVO
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment