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

Merge branch '2.6.1-dev-SOL005-NSLifecycleManagement-API' into '2.6.1-dev'

SOL005 NS Lifecycle Management - Implementation of deltas between v2.6.1 and v2.4.1

See merge request !103
parents b3ec5eb1 f0c094c2
......@@ -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