Skip to content
Snippets Groups Projects
Commit f0c094c2 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

Merge branch '2.6.1-dev-SOL005-NSLifecycleManagement-API' of...

Merge branch '2.6.1-dev-SOL005-NSLifecycleManagement-API' of https://forge.etsi.org/rep/stf/stf-583/api-tests into 2.6.1-dev-SOL005-NSLifecycleManagement-API
parent b3ec5eb1
No related branches found
No related tags found
No related merge requests found
Showing
with 166 additions and 115 deletions
......@@ -13,7 +13,7 @@ POST Cancel operation task
... Test title: POST Cancel operation task
... Test objective: The objective is to test that POST method cancel the NS LCM operation
... Pre-conditions: NS instance status equal to STARTING, PROCESSING or ROLLING_BACK
... Reference: clause 6.4.15.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.15.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: NS instance status equal to FAILED_TEMP
......@@ -26,7 +26,7 @@ POST Cancel operation task Not Found
... Test title: POST Cancel operation task Not Found
... Test objective: The objective is to test that POST method fail completing the Cancel NS LCM operation if the resource is not found
... Pre-conditions: none
... Reference: clause 6.4.15.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.15.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -39,7 +39,7 @@ POST Cancel operation task Conflict
... Test title: POST Cancel operation task Conflict
... Test objective: The objective is to test that POST method fail if a status conflict exist on the NS LCM operation. (i.e. NS instance status not equal to STARTING, PROCESSING or ROLLING_BACK)
... Pre-conditions: NS instance status not equal to STARTING, PROCESSING or ROLLING_BACK
... Reference: clause 6.4.15.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.15.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -52,7 +52,7 @@ GET Cancel operation task - Method not implemented
... Test title: GET Cancel operation task - Method not implemented
... Test objective: The objective is to test that GET method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.15.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.15.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -64,7 +64,7 @@ PUT Cancel operation task - Method not implemented
... Test title: PUT Cancel operation task - Method not implemented
... Test objective: The objective is to test that PUT method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.15.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.15.3.3 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -76,7 +76,7 @@ PATCH Cancel operation task - Method not implemented
... Test title: PATCH Cancel operation task - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.15.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.15.3.4 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -88,7 +88,7 @@ DELETE Cancel operation task - Method not implemented
... Test title: DELETE Cancel operation task - Method not implemented
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.15.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.15.3.5 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......
......@@ -13,7 +13,7 @@ POST Continue operation task
... Test title: POST Continue operation task
... Test objective: The objective is to test that POST method trigger a continue on the LCM operation
... Pre-conditions: NS instance status equal to FAILED_TEMP
... Reference: clause 6.4.13.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.13.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: NS instance status not equal to FAILED_TEMP
......@@ -26,7 +26,7 @@ POST Continue operation task Not Found
... Test title: POST Continue operation task Not Found
... Test objective: The objective is to test that POST method cannot perform a continue operation task because the resource is not found
... Pre-conditions: none
... Reference: clause 6.4.13.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.13.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -39,7 +39,7 @@ POST Continue operation task Conflict
... Test title: POST Continue operation task Conflict
... Test objective: The objective is to test that POST method fail in case of operation status conflict (i.e. NS instance status not equal to FAILED_TEMP )
... Pre-conditions: NS instance status not equal to FAILED_TEMP
... Reference: clause 6.4.13.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.13.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -52,7 +52,7 @@ GET Continue operation task - Method not implemented
... Test title: GET Continue operation task - Method not implemented
... Test objective: The objective is to test that GET method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.13.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.13.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -64,7 +64,7 @@ PUT Continue operation task - Method not implemented
... Test title: PUT Continue operation task - Method not implemented
... Test objective: The objective is to test that PUT method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.13.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.13.3.3 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -76,7 +76,7 @@ PATCH Continue operation task - Method not implemented
... Test title: PATCH Continue operation task - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.13.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.14.3.4 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -88,12 +88,9 @@ DELETE Continue operation task - Method not implemented
... Test title: DELETE Continue operation task - Method not implemented
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.13.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.14.3.5 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
DELETE Continue operation task
Check HTTP Response Status Code Is 405
Check HTTP Response Status Code Is 405
\ No newline at end of file
......@@ -14,7 +14,7 @@ NS Instance Creation
... Test title: NS Instance Creation
... Test objective: The objective is to test the workflow for Creating a NS instance
... Pre-conditions: none
... Reference: clause 6.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS lifecycle management operation occurrence is in NOT_ISTANTIATED state
......
......@@ -12,7 +12,7 @@ NS Instance Deletion
... Test title: NS Instance Deletion
... Test objective: The objective is to test the workflow for Deleting a NS instance
... Pre-conditions: the resource is in NOT_INSTANTIATED state
... Reference: clause 6.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: NS Instance resource is deleted
......
......@@ -13,7 +13,7 @@ POST Fail operation task
... Test title: POST Fail operation task
... Test objective: The objective is to test that POST method trigger a state change to "finally failed" on the NS LCM operation
... Pre-conditions: NS instance status equal to FAILED_TEMP
... Reference: clause 6.4.14.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.14.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -27,7 +27,7 @@ POST Fail operation task Not Found
... Test title: POST Fail operation task Not Found
... Test objective: The objective is to test that POST method fail if the NS LCM resource is not found
... Pre-conditions: none
... Reference: clause 6.4.14.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.14.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -40,7 +40,7 @@ POST Fail operation task Conflict
... Test title: POST Fail operation task Conflict
... Test objective: The objective is to test that POST method fail in case of status conflict on the NS LCM operation (i.e NS instance status not equal to FAILED_TEMP)
... Pre-conditions: NS instance status not equal to FAILED_TEMP
... Reference: clause 6.4.14.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.14.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -53,7 +53,7 @@ GET Fail operation task - Method not implemented
... Test title: GET Fail operation task - Method not implemented
... Test objective: The objective is to test that GET method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.14.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.14.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -65,7 +65,7 @@ PUT Fail operation task - Method not implemented
... Test title: PUT Fail operation task - Method not implemented
... Test objective: The objective is to test that PUT method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.14.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.14.3.3 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -77,7 +77,7 @@ PATCH Fail operation task - Method not implemented
... Test title: PATCH Fail operation task - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.14.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.14.3.4 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -89,7 +89,7 @@ DELETE Fail operation task - Method not implemented
... Test title: DELETE Fail operation task - Method not implemented
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.14.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.14.3.5 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......
......@@ -13,7 +13,7 @@ POST Heal a NSInstance
... Test title: POST Heal a NSInstance
... Test objective: The objective is to test that POST method trigger a Heal NS instance
... Pre-conditions: resource status is not in NOT_INSTANTIATED state
... Reference: clause 6.4.7.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.7.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -26,7 +26,7 @@ POST Heal a NSInstance Conflict
... Test title: POST Heal a NSInstance Conflict
... Test objective: The objective is to test that POST method fail if NS instance is not in NOT_INSTANTIATE state
... Pre-conditions: resource status is in NOT_INSTANTIATED state
... Reference: clause 6.4.7.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.7.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -39,7 +39,7 @@ GET Heal NSInstance- Method not implemented
... Test title: GET Heal NSInstance- Method not implemented
... Test objective: The objective is to test that GET method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.7.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.7.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -51,7 +51,7 @@ PUT Heal NSInstance - Method not implemented
... Test title: PUT Heal NSInstance - Method not implemented
... Test objective: The objective is to test that PUT method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.7.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.7.3.3 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -59,11 +59,11 @@ PUT Heal NSInstance - Method not implemented
Check HTTP Response Status Code Is 405
PATCH Heal NSInstance - Method not implemented
[Documentation] Test ID: 5.3.2.6.4
[Documentation] Test ID: 5.3.2.6.5
... Test title: PATCH Heal NSInstance - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.7.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.7.3.4 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -71,11 +71,11 @@ PATCH Heal NSInstance - Method not implemented
Check HTTP Response Status Code Is 405
DELETE Heal NSInstance - Method not implemented
[Documentation] Test ID: 5.3.2.6.4
[Documentation] Test ID: 5.3.2.6.6
... Test title: DELETE Heal NSInstance - Method not implemented
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.7.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.7.3.5 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......
......@@ -14,7 +14,7 @@ Heal Flow of NS lifecycle management operations
... Test title: Heal Flow of NS lifecycle management operations
... Test objective: The objective is to test the workflow for Healing a NS instance
... Pre-conditions: the resource is in INSTANTIATED state
... Reference: clause 6.4.7 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.7 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: NS Instance still in INSTANTIATED state
......
......@@ -13,7 +13,7 @@ POST Individual NSInstance - Method not implemented
... Test title: POST Individual NSInstance - Method not implemented
... Test objective: The objective is to test that POST method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.3.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.3.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: Check Postcondition NS Instance is not created
......@@ -26,7 +26,7 @@ GET Information about an individual NS Instance
... Test title: GET Information about an individual NS Instance
... Test objective: The objective is to test that GET method returns an individual NS instance
... Pre-conditions: none
... Reference: clause 6.4.3.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.3.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -39,7 +39,7 @@ PUT Individual NSInstance - Method not implemented
... Test title: PUT Individual NSInstance - Method not implemented
... Test objective: TThe objective is to test that PUT method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.3.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.3.3.3 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: Check Postcondition NS Instance is not modified
......@@ -52,7 +52,7 @@ PATCH Individual NSInstance - Method not implemented
... Test title: PATCH Individual NSInstance - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.3.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.3.3.4 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: Check Postcondition NS Instance is not modified
......@@ -65,7 +65,7 @@ DELETE Individual NSInstance
... Test title: DELETE Individual NSInstance
... Test objective: The objective is to test that DELETE method delete a not INSTANTIATED NS instance
... Pre-conditions: NS instance is not INSTANTIATED .
... 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.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: Check Postcondition NS Instance is deleted
......@@ -78,7 +78,7 @@ DELETE Individual NSInstance Conflict
... Test title: DELETE Individual NSInstance Conflict
... 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
... Reference: clause 6.4.3.3.5 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: Check Postcondition NS Instance is not deleted
......
......@@ -12,7 +12,7 @@ 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
... Pre-conditions: none
... Reference: clause 6.4.10.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.10.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS instance is not created in the NFVO
......@@ -24,7 +24,7 @@ Get status information about Individual NS LCM occurrences
... Test title: Get status information about Individual NS LCM occurrences
... Test objective: The objective is to test that GET method returns the LCM occurrence of the NS
... Pre-conditions: none
... Reference: clause 6.4.10.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.10.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -37,7 +37,7 @@ PUT status information about Individual NS LCM occurrences - Method not implemen
... Test title: PUT status information about Individual NS LCM occurrences - Method not implemented
... Test objective: The objective is to test that PUT method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.10.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.10.3.3 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS instance is not modified from the NFVO
......@@ -49,7 +49,7 @@ PATCH status information about Individual NS LCM occurrences - Method not implem
... Test title: PATCH status information about Individual NS LCM occurrences - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.10.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.10.3.4 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS instance is not modified from the NFVO
......@@ -61,7 +61,7 @@ DELETE status information about Individual NS LCM occurrences - Method not imple
... Test title: DELETE status information about Individual NS LCM occurrences - Method not implemented
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.10.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.10.3.5 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS instance is not deleted from the NFVO
......
......@@ -14,7 +14,7 @@ POST Individual Subscription - Method not implemented
... Test title: POST Individual Subscription - Method not implemented
... Test objective: The objective is to test that POST method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.17.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.17.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS lifecycle management subscription is not created on the NFVO
......@@ -26,7 +26,7 @@ GET Information about an individual subscription
... Test title: GET Information about an individual subscription
... Test objective: The objective is to test the retrieval of NS lifecycle management subscription and perform a JSON schema validation of the returned subscription data structure
... Pre-conditions: none
... Reference: clause 6.4.17.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.17.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -39,7 +39,7 @@ PUT an individual subscription - Method not implemented
... Test title: PUT an individual subscription - Method not implemented
... Test objective: TThe objective is to test that PUT method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.17.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.17.3.3 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS lifecycle management subscription is not modified by the operation
......@@ -51,7 +51,7 @@ PATCH an individual subscription - Method not implemented
... Test title: PATCH an individual subscription - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.17.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.17.3.4 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS lifecycle management subscription is not modified by the operation
......@@ -63,7 +63,7 @@ DELETE an individual subscription
... Test title: DELETE an individual subscription
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions: At least one lifecycle management subscription is available in the NFVO
... Reference: clause 6.4.17.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.17.3.5 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS lifecycle management subscription is not available anymore on NFVO
......
......@@ -14,7 +14,7 @@ Instantiate Flow of NS lifecycle management operations
... Test title: Instantiate Flow of NS lifecycle management operations
... Test objective: The objective is to test the workflow for Instantiate a NS instance
... Pre-conditions: the resource is in NOT_INSTANTIATED state
... Reference: clause 6.4.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.4 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: the resource is in INSTANTIATED state
......
......@@ -13,7 +13,7 @@ POST Instantiate a nsInstance
... Test title: POST Instantiate a nsInstance
... Test objective: The objective is to test that POST method instantiate a new NS instance
... Pre-conditions: none
... 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.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS instance is instantiated on the NFVO
......@@ -27,7 +27,7 @@ POST Instantiate a nsInstance Conflict
... Test title: POST Instantiate a nsInstance Conflict
... 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
... Reference: clause 6.4.4.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS instance is not instantiated on the NFVO
......@@ -41,7 +41,7 @@ GET Instantiate NSInstance - Method not implemented
... Test title: GET Instantiate NSInstance - Method 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
... Reference: clause 6.4.4.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none.
......@@ -53,7 +53,7 @@ PUT Instantiate NSInstance - Method not implemented
... Test title: PUT Instantiate NSInstance - Method 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
... Reference: clause 6.4.4.3.3 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none.
......@@ -65,7 +65,7 @@ PATCH Instantiate NSInstance - Method not implemented
... Test title: PATCH Instantiate NSInstance - Method 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
... Reference: clause 6.4.4.3.4 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none.
......@@ -77,7 +77,7 @@ DELETE Instantiate NSInstance - Method not implemented
... Test title: DELETE Instantiate NSInstance - Method 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
... Reference: clause 6.4.4.3.5 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none.
......
......@@ -11,8 +11,8 @@ POST Create a new NsInstance
[Documentation] Test ID: 5.3.2.1.1
... Test title: POST Create a new NsInstance
... Test objective: The objective is to test the creation of a new Ns Instances and perform a JSON schema validation of the collected instance data structure
... Pre-conditions: An NS Instance is already created
... Reference: clause 6.4.2.3.1 - ETSI GS NFV-SOL 005 v2.4.1
... Pre-conditions: None.
... Reference: clause 6.4.2.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none.
... Post-Conditions: A Ns instance is instantiated.
......@@ -25,8 +25,8 @@ GET information about multiple NS instances
[Documentation] Test ID: 5.3.2.1.2
... Test title: GET information about multiple NS instances
... Test objective: The objective is to test the retrieval of all the available NS Instances and perform a JSON schema and content validation of the collected instance data structure
... Pre-conditions: An NS Instance is already created
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 v2.4.1
... Pre-conditions: An existing Ns instance.
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none.
... Post-Conditions: none.
......@@ -37,9 +37,9 @@ GET information about multiple NS instances
GET information about multiple NS instances Bad Request Invalid attribute-based filtering parameters
[Documentation] Test ID: 5.3.2.1.3
... Test title: GET information about multiple NS instances Bad Request Invalid attribute-based filtering parameters
... Test objective: The objective is to query information about multiple NS instances with Invalid attribute-based filtering parameters
... Pre-conditions: An Ns instance is instantiated, a bad attribute-based filter parameter is either malformed or syntactically incorrect (filter parameters are listed in Table 6.4.2.3.2-1 - SOL005 v2.4.1)
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 v2.4.1
... Test objective: The objective is to test the retrieval of all the available NS Instances using attribute-based filter and perform a JSON schema and content validation of the collected instance data structure
... Pre-conditions: A Ns instance is instantiated, a bad filter parameter (filter parameters are listed in Table 6.4.2.3.2-1 - ETSI GS NFV-SOL 005 [3] v2.6.1).
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none.
... Post-Conditions: none.
......@@ -50,9 +50,9 @@ GET information about multiple NS instances Bad Request Invalid attribute-based
GET information about multiple NS instances Bad Request Invalid attribute selector
[Documentation] Test ID: 5.3.2.1.4
... Test title: GET information about multiple NS instances Bad Request Invalid attribute selector
... Test objective: The objective is to query information about multiple NS instances with Invalid attribute selector
... Pre-conditions: A Ns instance is instantiated, a bad attribute selector parameter is either malformed or syntactically incorrect (filter parameters are listed in Table 6.4.2.3.2-1 - SOL005 v2.4.1)
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 v2.4.1
... Test objective: The objective is to test the retrieval of all the available NS Instances using attribute-based filter and perform a JSON schema and content validation of the collected instance data structure
... Pre-conditions: A Ns instance is instantiated, a bad attribute selector (attribute selectors are listed in Table 6.4.2.3.2-1 - ETSI GS NFV-SOL 005 [3] v2.6.1).
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none.
... Post-Conditions: none.
......@@ -64,7 +64,7 @@ GET NSInstances with "all_fields" attribute selector
... Test title: GET NSInstances with "all_fields" attribute selector
... Test objective: The objective is to retrieve the list of active NSInstances with attribute selector
... Pre-conditions:
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 v2.4.1
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability:
... Post-Conditions:
......@@ -77,7 +77,7 @@ GET NSInstances with "exclude_default" attribute selector
... Test title: GET NSInstances with "exclude_default" attribute selector
... Test objective: The objective is to retrieve the list of active NSInstances with attribute selector
... Pre-conditions:
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 v2.4.1
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability:
... Post-Conditions:
......@@ -90,7 +90,7 @@ GET NSInstances with "fields" attribute selector
... Test title: GET NSInstances with "fields" attribute selector
... Test objective: The objective is to retrieve the list of active NSInstances with attribute selector
... Pre-conditions:
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 v2.4.1
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability:
... Post-Conditions:
......@@ -103,7 +103,7 @@ GET NSInstances with "exclude_fields" attribute selector
... Test title: GET NSInstances with "exclude_fields" attribute selector
... Test objective: The objective is to retrieve the list of active NSInstances with attribute selector
... Pre-conditions:
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 v2.4.1
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability:
... Post-Conditions:
......@@ -116,7 +116,7 @@ PUT NSInstances - Method not implemented
... Test title: PUT Individual NS instance - Method not implemented
... Test objective: The objective is to test that PUT method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.2.3.3 - ETSI GS NFV-SOL 005 v2.4.1
... Reference: clause 6.4.2.3.3 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS instance is not modified by the operation
......@@ -128,7 +128,7 @@ PATCH NSInstances - Method not implemented
... Test title: PATCH NSInstances - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.2.3.4 - ETSI GS NFV-SOL 005 v2.4.1
... Reference: clause 6.4.2.3.4 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS instance is not modified by the operation
......@@ -140,9 +140,35 @@ DELETE NSInstances - Method not implemented
... Test title: DELETE NSInstances - Method not implemented
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.2.3.5 - ETSI GS NFV-SOL 005 v2.4.1
... Reference: clause 6.4.2.3.5 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The NS instance is not deleted by the operation
DELETE NSInstances
Check HTTP Response Status Code Is 405
GET information about multiple NS instances as Paged Response
[Documentation] Test ID: 5.3.2.1.12
... Test title: GET information about multiple NS instances as Paged Response
... Test objective: The objective is to test the retrieval of all the available NS Instances as a Paged Response.
... Pre-conditions: An existing Ns instance.
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none.
... Post-Conditions: none.
GET NsInstances
Check HTTP Response Status Code Is 200
Check LINK in Header
GET information about multiple NS instances - Bad Request Response too Big
[Documentation] Test ID: 5.3.2.1.13
... Test title: GET information about multiple NS instances - Bad Request Response too Big
... Test objective: The objective is to test the retrieval of all the available NS Instances fails because reponse is too big, and perform a JSON schema and content validation of the collected instance data structure
... Pre-conditions: A Ns instance is instantiated, a bad attribute selector (attribute selectors are listed in Table 6.4.2.3.2-1 - ETSI GS NFV-SOL 005 [3] v2.6.1).
... Reference: clause 6.4.2.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none.
... Post-Conditions: none.
GET NsInstances
Check HTTP Response Status Code Is 400
Check HTTP Response Body Json Schema Is ProblemDetails
\ No newline at end of file
......@@ -12,7 +12,7 @@ POST NS LCM occurrences - Method not implemented
... Test title: POST NS LCM occurrences - Method not implemented
... Test objective: The objective is to test that POST method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.9.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.9.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -24,7 +24,7 @@ GET status information about multiple NS LCM occurrences
... Test title: GET status information about multiple NS LCM occurrences
... Test objective: The objective is to test that GET method returns a list of LCM occurrences of the NS
... Pre-conditions: At least one LCM occurrences available in the NFVO
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -37,7 +37,7 @@ GET status information about multiple NS LCM occurrences Bad Request Invalid att
... Test title: GET status information about multiple NS LCM occurrences Bad Request Invalid attribute-based filtering parameters
... Test objective: The objective is to test that GET method fail because of wrong query parameter
... Pre-conditions: At least one LCM occurrences available in the NFVO, Invalid filter parameter
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -50,7 +50,7 @@ GET status information about multiple NS LCM occurrences Bad Request Invalid att
... Test title: GET status information about multiple NS LCM occurrences Bad Request Invalid attribute selector
... Test objective: The objective is to test that GET method fail because of wrong attributes selector
... Pre-conditions: At least one LCM occurrences available in the NFVO, Invalid attribute selector
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -63,7 +63,7 @@ GET status information about multiple NS LCM occurrences with "all_fields"
... Test title: GET status information about multiple NS LCM occurrences with "all_fields"
... Test objective: The objective is to test that GET method returns a list of LCM occurrences of the NS
... Pre-conditions: At least one LCM occurrences available in the NFVO
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -76,7 +76,7 @@ GET status information about multiple NS LCM occurrences with "exclude_default"
... Test title: GET status information about multiple NS LCM occurrences with "exclude_default"
... Test objective: The objective is to test that GET method returns a list of LCM occurrences of the NS
... Pre-conditions: At least one LCM occurrences available in the NFVO
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -89,7 +89,7 @@ GET status information about multiple NS LCM occurrences with "fields"
... Test title: GET status information about multiple NS LCM occurrences with "fields"
... Test objective: The objective is to test that GET method returns a list of LCM occurrences of the NS
... Pre-conditions: At least one LCM occurrences available in the NFVO
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -102,7 +102,7 @@ GET status information about multiple NS LCM occurrences with "exclude_fields"
... Test title: GET status information about multiple NS LCM occurrences with "exclude_fields"
... Test objective: The objective is to test that GET method returns a list of LCM occurrences of the NS
... Pre-conditions: At least one LCM occurrences available in the NFVO
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -111,11 +111,11 @@ GET status information about multiple NS LCM occurrences with "exclude_fields"
Check HTTP Response Body Json Schema Is NsLcmOpOccs
PUT status information about multiple NS LCM occurrences - Method not implemented
[Documentation] Test ID: 5.3.2.8.5
[Documentation] Test ID: 5.3.2.8.9
... Test title: PUT status information about multiple NS LCM occurrences - Method not implemented
... Test objective: The objective is to test that PUT method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.9.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.9.3.3 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -123,11 +123,11 @@ PUT status information about multiple NS LCM occurrences - Method not implemente
Check HTTP Response Status Code Is 405
PATCH status information about multiple NS LCM occurrences - Method not implemented
[Documentation] Test ID: 5.3.2.8.6
[Documentation] Test ID: 5.3.2.8.10
... Test title: PATCH status information about multiple NS LCM occurrences - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.9.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.9.3.4 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -135,14 +135,39 @@ PATCH status information about multiple NS LCM occurrences - Method not implemen
Check HTTP Response Status Code Is 405
DELETE status information about multiple NS LCM occurrences - Method not implemented
[Documentation] Test ID: 5.3.2.8.7
[Documentation] Test ID: 5.3.2.8.11
... Test title: DELETE status information about multiple NS LCM occurrences - Method not implemented
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.9.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.9.3.5 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
DELETE NS LCM OP Occurrences
Check HTTP Response Status Code Is 405
GET status information about multiple NS LCM occurrences as Paged Response
[Documentation] Test ID: 5.3.2.8.12
... Test title: GET status information about multiple NS LCM occurrences as Paged Reponse
... Test objective: The objective is to test that GET method returns a list of LCM occurrences of the NS as paged response.
... Pre-conditions: At least one LCM occurrences available in the NFVO
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
GET NS LCM OP Occurrences
Check HTTP Response Status Code Is 200
Check LINK in Header
GET status information about multiple NS LCM occurrences - Bad Request Response too Big
[Documentation] Test ID: 5.3.2.8.13
... Test title: GET status information about multiple NS LCM occurrences - Bad Request Response too Big
... Test objective: The objective is to test that GET method fail because response is too big, and perform the JSON schema validation of the failed operation HTTP response.
... Pre-conditions: At least one LCM occurrences available in the NFVO, Invalid filter parameter
... Reference: clause 6.4.9.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
GET NS LCM OP Occurrences
Check HTTP Response Status Code Is 400
Check HTTP Response Body Json Schema Is ProblemDetails
\ No newline at end of file
......@@ -1102,3 +1102,6 @@ PUT notification
Log Cleaning the endpoint
Clear Requests ${callback_endpoint}
Check LINK in Header
${linkURL}= Get Value From Json ${response.headers} $..Link
Should Not Be Empty ${linkURL}
......@@ -13,7 +13,7 @@ NS LCM Operation Occurrence Start Notification
... Test title: NS LCM Operation Occurrence Start Notification
... Test objective: The objective is to test the dispatch of NS LCM Operation Occurrence Start Notification when a new NS LCM operation is started in the NFVO, and perform a JSON schema and content validation of the delivered notification. The action that triggers the notification under test is an explicit test step, but it is not performed by the test system.
... Pre-conditions: A subscription for NS LCM Operation Occurrence notifications is available in the NFVO.
... Reference: clause 6.4.18.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.18.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -27,7 +27,7 @@ NS LCM Operation Occurrence Result Notification
... Test title: NS LCM Operation Occurrence Result Notification
... Test objective: The objective is to test the dispatch of NS LCM Operation Occurrence Result Notification when a NS LCM operation is completed in the NFVO, and perform a JSON schema and content validation of the delivered notification. The action that triggers the notification under test is an explicit test step, but it is not performed by the test system.
... Pre-conditions: An NS LCM operation is in progress, and a subscription for NS LCM Operation Occurrence notifications is available in the NFVO.
... Reference: clause 6.4.18.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.18.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -41,7 +41,7 @@ NS Identifier Creation Notification
... Test title: NS Identifier Creation Notification
... Test objective: The objective is to test the dispatch of NS Identifier Creation Notification when a new NS instance resource is created in the NFVO, and perform a JSON schema and content validation of the delivered notification. The action that triggers the notification under test is an explicit test step, but it is not performed by the test system.
... Pre-conditions: A subscription for NS identifier creation notifications is available in the NFVO.
... Reference: clause 6.4.18.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.18.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -54,7 +54,7 @@ NS Identifier Deletion Notification
... Test title: NS Identifier Deletion Notification
... Test objective: The objective is to test the dispatch of NS Identifier Deletion Notification when a NS instance resource is deleted in the NFVO, and perform a JSON schema and content validation of the delivered notification.The action that triggers the notification under test is an explicit test step, but it is not performed by the test system.
... Pre-conditions: A NS instance resource is created, and a subscription for NS identifier creation notifications is available in the NFVO.
... Reference: clause 6.4.18.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.18.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......
......@@ -13,7 +13,7 @@ Post Retry operation task
... Test title: Post Retry operation task
... Test objective: The objective is to test that POST method trigger a retry of NS lifecycle operation in case of temporary failure
... Pre-conditions: NS instance status equal to FAILED_TEMP
... Reference: clause 6.4.11.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.11.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: NS instance status not equal to FAILED_TEMP
......@@ -27,7 +27,7 @@ Post Retry operation task Not Found
... Test title: Post Retry operation task Not Found
... Test objective: The objective is to test that POST method fail in case of NS lifecycle operation not found
... Pre-conditions: none
... Reference: clause 6.4.11.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.11.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -40,7 +40,7 @@ Post Retry operation task Conflict
... Test title: Post Retry operation task Conflict
... Test objective: The objective is to test that POST method fail in case of NS lifecycle operation status conflict (i.e. NS instance status not equal to FAILED_TEMP)
... Pre-conditions: NS instance status not equal to FAILED_TEMP
... Reference: clause 6.4.11.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.11.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -53,7 +53,7 @@ GET Retry operation task - Method not implemented
... Test title: GET Retry operation task - Method not implemented
... Test objective: The objective is to test that GET method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.11.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.11.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -65,7 +65,7 @@ PUT Retry operation task - Method not implemented
... Test title: PUT Retry operation task - Method not implemented
... Test objective: The objective is to test that PUT method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.11.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.11.3.3 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -77,7 +77,7 @@ PATCH Retry operation task - Method not implemented
... Test title: PATCH Retry operation task - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.11.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.11.3.4 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -89,7 +89,7 @@ DELETE Retry operation task - Method not implemented
... Test title: DELETE Retry operation task - Method not implemented
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.11.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.11.3.5 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......
......@@ -13,7 +13,7 @@ POST Rollback operation task
... Test title: POST Rollback operation task
... Test objective: The objective is to test that POST method triggers a rollback on the NS LCM operation
... Pre-conditions: NS instance status equal to FAILED_TEMP
... Reference: clause 6.4.12.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.12.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: NS instance status not equal to FAILED_TEMP
......@@ -26,7 +26,7 @@ POST Rollback operation task Not Found
... Test title: POST Rollback operation task Not Found
... Test objective: The objective is to test that POST method fails if NS LCM operation is not found
... Pre-conditions: none
... Reference: clause 6.4.12.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.12.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -39,7 +39,7 @@ POST Rollback operation task Conflict
... Test title: POST Rollback operation task Conflict
... Test objective: The objective is to test that POST method fail in case of NS LCM operation status conflict (i.e. NS instance status not equal to FAILED_TEMP)
... Pre-conditions: NS instance status not equal to FAILED_TEMP
... Reference: clause 6.4.12.3.1 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.12.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -52,7 +52,7 @@ GET Rollback operation task - Method not implemented
... Test title: GET Rollback operation task - Method not implemented
... Test objective: The objective is to test that GET method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.12.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.12.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -64,7 +64,7 @@ PUT Rollback operation task - Method not implemented
... Test title: PUT Rollback operation task - Method not implemented
... Test objective: The objective is to test that PUT method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.12.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.12.3.3 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -76,7 +76,7 @@ PATCH Rollback operation task - Method not implemented
... Test title: PATCH Rollback operation task - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.12.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.12.3.4 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -88,7 +88,7 @@ DELETE Rollback operation task - Method not implemented
... Test title: DELETE Rollback operation task - Method not implemented
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.12.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.12.3.5 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......
......@@ -13,7 +13,7 @@ POST Scale a nsInstance
... Test title: POST Scale a nsInstance
... Test objective: The objective is to test that POST method scales NS instance
... Pre-conditions: the resource is 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.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -27,7 +27,7 @@ POST Instantiate a nsInstance Conflict
... Test title: POST Instantiate a nsInstance Conflict
... 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
... Reference: clause 6.4.5.3.1 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: The Scale NS operation is not triggered on the NFVO
......@@ -40,7 +40,7 @@ GET Scale NSInstance- Method not implemented
... Test title: GET Scale NSInstance- Method not implemented
... Test objective: The objective is to test that GET method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.5.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.5.3.2 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -52,7 +52,7 @@ PUT Scale NSInstance - Method not implemented
... Test title: PUT Scale NSInstance - Method not implemented
... Test objective: The objective is to test that PUT method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.5.3.3 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.5.3.3 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -64,7 +64,7 @@ PATCH Scale NSInstance - Method not implemented
... Test title: PATCH Scale NSInstance - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.5.3.4 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.5.3.4 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......@@ -76,7 +76,7 @@ DELETE Scale NSInstance - Method not implemented
... Test title: DELETE Scale NSInstance - Method not implemented
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions: none
... Reference: clause 6.4.5.3.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.5.3.5 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: none
......
......@@ -14,7 +14,7 @@ Scale Flow of NS lifecycle management operations
... Test title: Instantiate Flow of NS lifecycle management operations
... Test objective: The objective is to test the workflow for Instantiate a NS instance
... Pre-conditions: the resource is in NOT_INSTANTIATED state
... Reference: clause 6.4.5 - ETSI GS NFV-SOL 005 [3] v2.4.1
... Reference: clause 6.4.5 - ETSI GS NFV-SOL 005 [3] v2.6.1
... Config ID: Config_prod_NFVO
... Applicability: none
... Post-Conditions: the resource is in INSTANTIATED state
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment