Skip to content
Snippets Groups Projects
Commit e0c1e808 authored by Najam UI Hassan's avatar Najam UI Hassan
Browse files

updated objective and fixed minor bugs

parent ec254083
No related branches found
No related tags found
3 merge requests!199Merge "3.3.1 dev" into "release 3" master,!193Merge 2.7.1 dev into Master, for TST010ed271 publication,!116SOL002 VNF Lifecycle Management - Implementation of deltas between v2.7.1 and v2.6.1
......@@ -68,6 +68,19 @@ DELETE Change external VNF connectivity - Method not implemented
... Post-Conditions: none
DELETE Change External VNF Connectivity
Check HTTP Response Status Code Is 405
POST Operate a vnfInstance Conflict (Not-Instantiated)
[Documentation] Test ID: 6.3.5.10.6
... Test title: POST Operate a vnfInstance Conflict (Not-Instantiated)
... Test objective: The objective is to test that the operation cannot be executed currently, due to a conflict with the state of the VNF instance resource or that a required child attribute of the "extensions" attribue has not been set.
... Pre-conditions: none
... Reference: Clause 5.4.11.3.1 - ETSI GS NFV-SOL 002 [2] v2.6.1
... Config ID: Config_prod_VE
... Applicability: none
... Post-Conditions:
POST Operate VNF
Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails
*** Keywords ***
Check resource existence
......
......@@ -24,7 +24,7 @@ POST Change deployment flavour of a vnfInstance
POST Change deployment flavour of a vnfInstance Conflict (Not-Instantiated)
[Documentation] Test ID: 6.3.5.6.2
... Test title: POST Change deployment flavour of a vnfInstance Conflict (Not-Instantiated)
... Test objective: The objective is to test that POST method cannot trigger a change in VNF deployment flavour because of a conflict with the state of the VNF instance resource.
... Test objective: The objective is to test that POST method cannot trigger a change in VNF deployment flavour because of a conflict with the state of the VNF instance resource or that a required child attribute of the "extensions" attribue has not been set.
... Pre-conditions: VNF instance resource is not in NOT-INSTANTIATED state
... Reference: Clause 5.4.7.3.1 - ETSI GS NFV-SOL 002 [2] v2.6.1
... Config ID: Config_prod_VE
......
......@@ -25,7 +25,7 @@ POST Heal a vnfInstance Conflict (Not-Instantiated)
# TODO: Need to set the pre-condition of the test. VNF instance shall be in INSTANTIATED state
[Documentation] Test ID: 6.3.5.8.2
... Test title: POST Heal a vnfInstance (Not-Instantiated)
... Test objective: The objective is to test that the operation cannot be executed currently, due to a conflict with the state of the VNF instance resource.
... Test objective: The objective is to test that the operation cannot be executed currently, due to a conflict with the state of the VNF instance resource or that a required child attribute of the "extensions" attribue has not been set.
... Pre-conditions: the VNF instance resource is in NOT-INSTANTIATED state
... Reference: Clause 5.4.9.3.1 - ETSI GS NFV-SOL 002 [2] v2.6.1
... Config ID: Config_prod_VNFM
......
......@@ -39,7 +39,7 @@ PUT status information about multiple VNF instances - Method not implemented
... Config ID: Config_prod_VE
... Applicability: none
... Post-Conditions: none
Put multiple VNF instances
PUT multiple vnfInstances
Check HTTP Response Status Code Is 405
PATCH status information about multiple VNF instances - Method not implemented
......@@ -51,7 +51,7 @@ PATCH status information about multiple VNF instances - Method not implemented
... Config ID: Config_prod_VE
... Applicability: none
... Post-Conditions: none
Patch multiple VNF instances
PATCH multiple vnfInstances
Check HTTP Response Status Code Is 405
DELETE status information about multiple VNF instances - Method not implemented
......@@ -63,5 +63,5 @@ DELETE status information about multiple VNF instances - Method not implemented
... Config ID: Config_prod_VE
... Applicability: none
... Post-Conditions: none
Delete multiple VNF instances
DELETE multiple vnfInstances
Check HTTP Response Status Code Is 405
......@@ -24,7 +24,7 @@ POST Operate a vnfInstance
POST Operate a vnfInstance Conflict (Not-Instantiated)
[Documentation] Test ID: 6.3.5.9.2
... Test title: POST Operate a vnfInstance Conflict (Not-Instantiated)
... Test objective: The objective is to test that the operation cannot be executed currently, due to a conflict with the state of the VNF instance resource.
... Test objective: The objective is to test that the operation cannot be executed currently, due to a conflict with the state of the VNF instance resource or that a required child attribute of the "extensions" attribue has not been set.
... Pre-conditions: the VNF instance resource is in NOT-INSTANTIATED state
... Reference: Clause 5.4.10.3.1 - ETSI GS NFV-SOL 002 [2] v2.6.1
... Config ID: Config_prod_VE
......@@ -45,7 +45,7 @@ POST Operate a vnfInstance Not Found
... Applicability: none
... Post-Conditions:
POST Operate VNF
Check HTTP Response Status Code Is 409
Check HTTP Response Status Code Is 404
Check HTTP Response Body Json Schema Is ProblemDetails
GET Operate VNFInstance - Method not implemented
......
......@@ -55,7 +55,7 @@ GET Retry operation task - Method not implemented
... Test title: GET Retry operation task- Method not implemented
... Test objective: The objective is to verify that the method is not implemented
... Pre-conditions: none
... Reference: Clause 5.4.9.14.2 - ETSI GS NFV-SOL 002 [2] v2.6.1
... Reference: Clause 5.4.14.2 - ETSI GS NFV-SOL 002 [2] v2.6.1
... Config ID: Config_prod_VE
... Applicability: none
... Post-Conditions:
......@@ -67,7 +67,7 @@ PUT Retry operation task - Method not implemented
... Test title: PUT Retry operation task- Method not implemented
... Test objective: The objective is to verify that the method is not implemented
... Pre-conditions: none
... Reference: Clause 5.4.9.14.3 - ETSI GS NFV-SOL 002 [2] v2.6.1
... Reference: Clause 5.4.14.3 - ETSI GS NFV-SOL 002 [2] v2.6.1
... Config ID: Config_prod_VE
... Applicability: none
... Post-Conditions:
......@@ -79,7 +79,7 @@ PATCH Retry operation task - Method not implemented
... Test title: PATCH Retry operation task- Method not implemented
... Test objective: The objective is to verify that the method is not implemented
... Pre-conditions: none
... Reference: Clause 5.4.9.14.4 - ETSI GS NFV-SOL 002 [2] v2.6.1
... Reference: Clause 5.4.14.4 - ETSI GS NFV-SOL 002 [2] v2.6.1
... Config ID: Config_prod_VE
... Applicability: none
... Post-Conditions:
......@@ -91,7 +91,7 @@ DELETE Retry operation task - Method not implemented
... Test title: DELETE Retry operation task- Method not implemented
... Test objective: The objective is to verify that the method is not implemented
... Pre-conditions: none
... Reference: Clause 5.4.9.14.5 - ETSI GS NFV-SOL 002 [2] v2.6.1
... Reference: Clause 5.4.14.5 - ETSI GS NFV-SOL 002 [2] v2.6.1
... Config ID: Config_prod_VE
... Applicability: none
... Post-Conditions:
......
......@@ -21,10 +21,9 @@ POST Scale a vnfInstance to level
Check Operation Occurrence Id
POST Scale a vnfInstance to level Conflict (Not-Instantiated)
# TODO: Need to set the pre-condition of the test. VNF instance shall be in INSTANTIATED state
[Documentation] Test ID: 6.3.5.5.2
... Test title: POST Scale a vnfInstance to level Conflict (Not-Instantiated)
... Test objective: The objective is to verify that the operation cannot be executed currently, due to a conflict with the state of the VNF instance resource.
... Test objective: The objective is to verify that the operation cannot be executed currently, due to a conflict with the state of the VNF instance resource or that a required child attribute of the "extensions" attribue has not been set.
... Pre-conditions: VNF instance resource is in NOT-INSTANTIATED state
... Reference: Clause 5.4.6.3.1 - ETSI GS NFV-SOL 002 [2] v2.6.1
... Config ID: Config_prod_VE
......
......@@ -24,14 +24,14 @@ POST Terminate a vnfInstance
POST Terminate a vnfInstance Conflict (Not-Instantiated)
[Documentation] Test ID: 6.3.5.7.2
... Test title: POST Terminate a vnfInstance Conflict (Not-Instantiated)
... Test objective: The objective is to test that the operation cannot be executed currently, due to a conflict with the state of the VNF instance resource.
... Test objective: The objective is to test that the operation cannot be executed currently, due to a conflict with the state of the VNF instance resource or that a required child attribute of the "extensions" attribue has not been set.
... Pre-conditions: VNF instance resource is in NOT-INSTANTIATED state
... Reference: Clause 5.4.8.3.1 - ETSI GS NFV-SOL 002 [2] v2.6.1
... Config ID: Config_prod_VE
... Applicability: none
... Post-Conditions:
POST Terminate VNF
Check HTTP Response Status Code Is 202
Check HTTP Response Status Code Is 409
Check HTTP Response Body Json Schema Is ProblemDetails
......
{
"instantiationLevelId": "myNextLevel"
"newFlavourId" : ""
}
\ No newline at end of file
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