...Test objective: The POST method initiates cancelling an ongoing VNF lifecycle operation while it is being executed or rolled back, i.e. the "VNF LCM operation occurrence" is either in "PROCESSING" or "ROLLING_BACK" state.
...Pre-conditions: The "VNF LCM operation occurrence" is either in "PROCESSING" or "ROLLING_BACK" state.
...Reference: Clause 5.4.17.3.1 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.17.3.1 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: VNF instance status equal to FAILED_TEMP
@@ -25,7 +25,7 @@ POST Cancel operation task Conflict
...Test title: POST Cancel operation task Conflict
...Test objective: The POST method is NOT cancelling an ongoing VNF lifecycle operation due to the fact that the VNF instance resource is not in STARTING, PROCESSING or ROLLING_BACK state
...Pre-conditions: The "VNF LCM operation occurrence" is not in STARTING, PROCESSING or ROLLING_BACK state
...Reference: Clause 5.4.17.3.1 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.17.3.1 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
@@ -38,7 +38,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 cannot cancel a VNF lifecycle operation because the resource is not found
...Pre-conditions: none
...Reference: Clause 5.4.17.3.1 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.17.3.1 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
@@ -51,7 +51,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 5.4.17.3.2 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.17.3.2 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
@@ -63,7 +63,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 5.4.17.3.3 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.17.3.3 - ETSI GS NFV-SOL 003 [1] v5.1.1
...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 5.4.17.3.5 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.17.3.5 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
@@ -99,7 +99,7 @@ POST Cancel operation task with permitted authorization scope
...Test title: POST Cancel operation task with permitted authorization scope
...Test objective: The POST method initiates cancelling an ongoing VNF lifecycle operation while it is being executed or rolled back, i.e. the "VNF LCM operation occurrence" is either in "PROCESSING" or "ROLLING_BACK" state.
...Pre-conditions: The "VNF LCM operation occurrence" is either in "PROCESSING" or "ROLLING_BACK" state with permitted authorization scope.
...Reference: Clause 5.4.17.3.1 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.17.3.1 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: VNF instance status equal to FAILED_TEMP
@@ -112,7 +112,7 @@ POST Cancel operation task with not permitted authorization scope
...Test title: POST Cancel operation task with not permitted authorization scope
...Test objective: The POST method initiates cancelling an ongoing VNF lifecycle operation while it is being executed or rolled back, i.e. the "VNF LCM operation occurrence" is either in "PROCESSING" or "ROLLING_BACK" state.
...Pre-conditions: The "VNF LCM operation occurrence" is either in "PROCESSING" or "ROLLING_BACK" state with not permitted authorization scope.
...Reference: Clause 5.4.17.3.1 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.17.3.1 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: VNF instance status equal to FAILED_TEMP
...Test title: Cancel a VNF LCM Operation - STARTING
...Test objective: The objective is to test the workflow for Cancelling a VNF LCM Operation being in the STARTING state
...Pre-conditions: The VNF lifecycle management operation occurrence is in STARTING state. NFVO is subscribed to VNF LCM Operation Occurrence notifications (Test ID 5.4.20.1)
...Reference: Clause 5.4.17 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.17 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: NFVO is able to receive notifications from VNFM
...Post-Conditions: The VNF lifecycle management operation occurrence is in ROLLED_BACK state
...Test objective: The objective is to test the workflow for Cancelling a VNF LCM Operation being either in the PROCESSIONG or ROLLING_BACK state
...Pre-conditions: The VNF lifecycle management operation occurrence is in PROCESSING or ROLLING_BACK state. NFVO is subscribed to VNF LCM Operation Occurrence notifications
...Reference: Clause 5.3.10 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.3.10 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: NFVO is able to receive notifications from VNFM
...Post-Conditions: The VNF lifecycle management operation occurrence is in FAILED_TEMP state
@@ -13,7 +13,7 @@ POST Change current VNF Package Task
...Test title: POST Change current VNF Package Task
...Test objective: The objective is to test that the POST method changes the current VNF package on which the VNF instance is based.
...Pre-conditions: none
...Reference: Clause 5.4.11a.3.1 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.11a.3.1 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: in response header Location shall not be null
@@ -26,7 +26,7 @@ POST Change current VNF Package Task - Conflict
...Test title: POST Change current VNF Package Task - Conflict
...Test objective: The objective is to test that the POST method cannot change the current VNF package task when another lifecycle management operation is ongoing.
...Pre-conditions: none
...Reference: Clause 5.4.11a.3.1 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.11a.3.1 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: There is another lifecycle management operation ongoing.
...Post-Conditions: none
@@ -39,7 +39,7 @@ GET Change current VNF Package Task - Method not implemented
...Test title: GET Change current VNF Package Task - Method not implemented
...Test objective: The objective is to test that GET method is not implemented
...Pre-conditions: none
...Reference: Clause 5.4.11a.3.2 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.11a.3.2 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
@@ -51,7 +51,7 @@ PUT Change current VNF Package Task - Method not implemented
...Test title: PUT Change current VNF Package Task - Method not implemented
...Test objective: The objective is to test that PUT method is not implemented
...Pre-conditions: none
...Reference: Clause 5.4.11a.3.3 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.11a.3.3 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
@@ -63,7 +63,7 @@ PATCH Change current VNF Package Task - Method not implemented
...Test title: PATCH Change current VNF Package Task - Method not implemented
...Test objective: The objective is to test that PATCH method is not implemented
...Pre-conditions: none
...Reference: Clause 5.4.11a.3.4 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.11a.3.4 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
@@ -75,7 +75,7 @@ DELETE Change current VNF Package Task - Method not implemented
...Test title: DELETE Change current VNF Package Task - Method not implemented
...Test objective: The objective is to test that DELETE method is not implemented
...Pre-conditions: none
...Reference: Clause 5.4.11a.3.5 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.11a.3.5 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: none
@@ -87,7 +87,7 @@ POST Change current VNF Package Task with permitted authorization scope
...Test title: POST Change current VNF Package Task with permitted authorization scope
...Test objective: The objective is to test that the POST method changes the current VNF package on which the VNF instance is based with permitted authorization scope.
...Pre-conditions: none
...Reference: Clause 5.4.11a.3.1 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.11a.3.1 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: in response header Location shall not be null
@@ -100,7 +100,7 @@ POST Change current VNF Package Task with not permitted authorization scope
...Test title: POST Change current VNF Package Task with not permitted authorization scope
...Test objective: The objective is to test that the POST method changes the current VNF package on which the VNF instance is based with not permitted authorization scope with not permitted authorization scope.
...Pre-conditions: none
...Reference: Clause 5.4.11a.3.1 - ETSI GS NFV-SOL 003 [1] v4.5.1
...Reference: Clause 5.4.11a.3.1 - ETSI GS NFV-SOL 003 [1] v5.1.1
...Config ID: Config_prod_VNFM
...Applicability: none
...Post-Conditions: in response header Location shall not be null