Commit ccf80c0f authored by aureliano sinatra's avatar aureliano sinatra
Browse files

fix naming conventions

parent c0bbc07e
Loading
Loading
Loading
Loading
+7 −7
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@ Library JSONSchemaLibrary schemas/
*** Test Cases ***
*** Test Cases ***
Post Cancel operation task
Post Cancel operation task
    [Documentation]    Test ID: 5.3.2.14.1
    [Documentation]    Test ID: 5.3.2.14.1
    ...    Test title: POST Cancel a NS lifecycle operation
    ...    Test title: Post Cancel operation task
    ...    Test objective: The objective is to test that POST method cancel an LCM operation
    ...    Test objective: The objective is to test that POST method cancel an LCM operation
    ...    Pre-conditions: NS instance status equal to STARTING, PROCESSING or ROLLING_BACK
    ...    Pre-conditions: NS instance status equal to STARTING, PROCESSING or ROLLING_BACK
    ...    Reference:  section 6.4.15.3.1 - SOL005 v2.4.1
    ...    Reference:  section 6.4.15.3.1 - SOL005 v2.4.1
@@ -23,7 +23,7 @@ Post Cancel operation task
	
	
Post Cancel operation task Not Found
Post Cancel operation task Not Found
    [Documentation]    Test ID: 5.3.2.14.2
    [Documentation]    Test ID: 5.3.2.14.2
    ...    Test title: POST Cancel a NS lifecycle operation
    ...    Test title: Post Cancel operation task Not Found
    ...    Test objective: The objective is to test that POST method fail if LCM operation not found
    ...    Test objective: The objective is to test that POST method fail if LCM operation not found
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.15.3.1 - SOL005 v2.4.1
    ...    Reference:  section 6.4.15.3.1 - SOL005 v2.4.1
@@ -37,7 +37,7 @@ Post Cancel operation task Not Found
		
		
Post Cancel operation task Conflict
Post Cancel operation task Conflict
    [Documentation]    Test ID: 5.3.2.14.3
    [Documentation]    Test ID: 5.3.2.14.3
    ...    Test title: POST Cancel a NS lifecycle operation
    ...    Test title: Post Cancel operation task Conflict
    ...    Test objective: The objective is to test that POST method fail if a status conflict exist on LCM operation
    ...    Test objective: The objective is to test that POST method fail if a status conflict exist on LCM operation
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.15.3.1 - SOL005 v2.4.1
    ...    Reference:  section 6.4.15.3.1 - SOL005 v2.4.1
@@ -51,7 +51,7 @@ Post Cancel operation task Conflict


GET Cancel operation task - Method not implemented 
GET Cancel operation task - Method not implemented 
    [Documentation]    Test ID: 5.3.2.14.4
    [Documentation]    Test ID: 5.3.2.14.4
    ...    Test title: GET Cancel NS lifecycle operation - 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
    ...    Test objective: The objective is to test that GET method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.15.3.2 - SOL005 v2.4.1
    ...    Reference:  section 6.4.15.3.2 - SOL005 v2.4.1
@@ -63,7 +63,7 @@ GET Cancel operation task - Method not implemented
	
	
PUT Cancel operation task - Method not implemented
PUT Cancel operation task - Method not implemented
    [Documentation]    Test ID: 5.3.2.14.5
    [Documentation]    Test ID: 5.3.2.14.5
    ...    Test title: PUT Cancel NS lifecycle operation - 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
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.15.3.3 - SOL005 v2.4.1
    ...    Reference:  section 6.4.15.3.3 - SOL005 v2.4.1
@@ -75,7 +75,7 @@ PUT Cancel operation task - Method not implemented


PATCH Cancel operation task - Method not implemented
PATCH Cancel operation task - Method not implemented
    [Documentation]    Test ID: 5.3.2.14.6
    [Documentation]    Test ID: 5.3.2.14.6
    ...    Test title: PATCH Cancel NS lifecycle operation - 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
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.15.3.4 - SOL005 v2.4.1
    ...    Reference:  section 6.4.15.3.4 - SOL005 v2.4.1
@@ -87,7 +87,7 @@ PATCH Cancel operation task - Method not implemented


DELETE Cancel operation task - Method not implemented
DELETE Cancel operation task - Method not implemented
    [Documentation]    Test ID: 5.3.2.14.7
    [Documentation]    Test ID: 5.3.2.14.7
    ...    Test title: DELETE Cancel NS lifecycle operation - 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
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.15.3.5 - SOL005 v2.4.1
    ...    Reference:  section 6.4.15.3.5 - SOL005 v2.4.1
+9 −9
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@ Library JSONSchemaLibrary schemas/
*** Test Cases ***
*** Test Cases ***
Post Continue operation task
Post Continue operation task
     [Documentation]    Test ID: 5.3.2.12.1
     [Documentation]    Test ID: 5.3.2.12.1
    ...    Test title: POST Continue a NS lifecycle operation
    ...    Test title: Post Continue operation task
    ...    Test objective: The objective is to test that POST method trigger a continue on the LCM operation
    ...    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
    ...    Pre-conditions: NS instance status equal to FAILED_TEMP
    ...    Reference:  section 6.4.13.3.1 - SOL005 v2.4.1
    ...    Reference:  section 6.4.13.3.1 - SOL005 v2.4.1
@@ -23,7 +23,7 @@ Post Continue operation task
	
	
Post Continue operation task Not Found
Post Continue operation task Not Found
    [Documentation]    Test ID: 5.3.2.12.2
    [Documentation]    Test ID: 5.3.2.12.2
    ...    Test title: POST Continue a NS lifecycle operation
    ...    Test title: Post Continue operation task Not Found
    ...    Test objective: The objective is to test that POST method fail if operation is not found
    ...    Test objective: The objective is to test that POST method fail if operation is not found
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.13.3.1 - SOL005 v2.4.1
    ...    Reference:  section 6.4.13.3.1 - SOL005 v2.4.1
@@ -37,7 +37,7 @@ Post Continue operation task Not Found
		
		
Post Continue operation task Conflict
Post Continue operation task Conflict
     [Documentation]    Test ID: 5.3.2.12.3
     [Documentation]    Test ID: 5.3.2.12.3
    ...    Test title: POST Continue a NS lifecycle operation
    ...    Test title: Post Continue operation task Conflict
    ...    Test objective: The objective is to test that POST method fail in case of operation status conflict
    ...    Test objective: The objective is to test that POST method fail in case of operation status conflict
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.13.3.1 - SOL005 v2.4.1
    ...    Reference:  section 6.4.13.3.1 - SOL005 v2.4.1
@@ -51,7 +51,7 @@ Post Continue operation task Conflict
	
	
GET Continue operation task - Method not implemented
GET Continue operation task - Method not implemented
    [Documentation]    Test ID: 5.3.2.10.4
    [Documentation]    Test ID: 5.3.2.10.4
    ...    Test title: GET Continue NS lifecycle operation - 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
    ...    Test objective: The objective is to test that GET method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.10.3.2 - SOL005 v2.4.1
    ...    Reference:  section 6.4.10.3.2 - SOL005 v2.4.1
@@ -63,7 +63,7 @@ GET Continue operation task - Method not implemented
	
	
PUT Continue operation task - Method not implemented
PUT Continue operation task - Method not implemented
    [Documentation]    Test ID: 5.3.2.10.5
    [Documentation]    Test ID: 5.3.2.10.5
    ...    Test title: PUT Continue NS lifecycle operation - 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
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.13.3.3 - SOL005 v2.4.1
    ...    Reference:  section 6.4.13.3.3 - SOL005 v2.4.1
@@ -75,10 +75,10 @@ PUT Continue operation task - Method not implemented


PATCH Continue operation task - Method not implemented
PATCH Continue operation task - Method not implemented
    [Documentation]    Test ID: 5.3.2.10.5
    [Documentation]    Test ID: 5.3.2.10.5
    ...    Test title: PATCH Continue NS lifecycle operation - 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
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.14.3.3 - SOL005 v2.4.1
    ...    Reference:  section 6.4.14.3.4 - SOL005 v2.4.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: none
    ...    Post-Conditions: none
@@ -87,10 +87,10 @@ PATCH Continue operation task - Method not implemented


DELETE Continue operation task - Method not implemented
DELETE Continue operation task - Method not implemented
        [Documentation]    Test ID: 5.3.2.10.5
        [Documentation]    Test ID: 5.3.2.10.5
    ...    Test title: DELETE Continue NS lifecycle operation - 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
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.14.3.3 - SOL005 v2.4.1
    ...    Reference:  section 6.4.14.3.5 - SOL005 v2.4.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: none
    ...    Post-Conditions: none
+7 −7
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@ Library JSONSchemaLibrary schemas/
*** Test Cases ***
*** Test Cases ***
Post Fail operation task
Post Fail operation task
    [Documentation]    Test ID: 5.3.2.13.1
    [Documentation]    Test ID: 5.3.2.13.1
    ...    Test title: POST Fail a NS lifecycle operation
    ...    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 LCM operation
    ...    Test objective: The objective is to test that POST method trigger a state change to "finally failed" on the LCM operation
    ...    Pre-conditions: NS instance status equal to FAILED_TEMP
    ...    Pre-conditions: NS instance status equal to FAILED_TEMP
    ...    Reference:  section 6.4.14.3.1 - SOL005 v2.4.1
    ...    Reference:  section 6.4.14.3.1 - SOL005 v2.4.1
@@ -23,7 +23,7 @@ Post Fail operation task
	
	
Post Fail operation task Not Found
Post Fail operation task Not Found
    [Documentation]    Test ID: 5.3.2.13.2
    [Documentation]    Test ID: 5.3.2.13.2
    ...    Test title: POST Fail a NS lifecycle operation
    ...    Test title: Post Fail operation task Not Found
    ...    Test objective: The objective is to test that POST method fail if the LCM operation is not found
    ...    Test objective: The objective is to test that POST method fail if the LCM operation is not found
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.14.3.1 - SOL005 v2.4.1
    ...    Reference:  section 6.4.14.3.1 - SOL005 v2.4.1
@@ -37,7 +37,7 @@ Post Fail operation task Not Found
		
		
Post Fail operation task Conflict
Post Fail operation task Conflict
    [Documentation]    Test ID: 5.3.2.13.3
    [Documentation]    Test ID: 5.3.2.13.3
    ...    Test title: POST Fail a NS lifecycle operation
    ...    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 LCM operation
    ...    Test objective: The objective is to test that POST method fail in case of status conflict on the LCM operation
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.14.3.1 - SOL005 v2.4.1
    ...    Reference:  section 6.4.14.3.1 - SOL005 v2.4.1
@@ -51,7 +51,7 @@ Post Fail operation task Conflict


GET Fail operation task - Method not implemented 
GET Fail operation task - Method not implemented 
     [Documentation]    Test ID: 5.3.2.13.4
     [Documentation]    Test ID: 5.3.2.13.4
    ...    Test title: GET Continue NS lifecycle operation - 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
    ...    Test objective: The objective is to test that GET method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.14.3.2 - SOL005 v2.4.1
    ...    Reference:  section 6.4.14.3.2 - SOL005 v2.4.1
@@ -63,7 +63,7 @@ GET Fail operation task - Method not implemented
	
	
PUT Fail operation task - Method not implemented
PUT Fail operation task - Method not implemented
    [Documentation]    Test ID: 5.3.2.13.5
    [Documentation]    Test ID: 5.3.2.13.5
    ...    Test title: PUT Continue NS lifecycle operation - 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
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.14.3.3 - SOL005 v2.4.1
    ...    Reference:  section 6.4.14.3.3 - SOL005 v2.4.1
@@ -75,7 +75,7 @@ PUT Fail operation task - Method not implemented


PATCH Fail operation task - Method not implemented
PATCH Fail operation task - Method not implemented
     [Documentation]    Test ID: 5.3.2.13.6
     [Documentation]    Test ID: 5.3.2.13.6
    ...    Test title: PATCH Continue NS lifecycle operation - 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
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.14.3.4 - SOL005 v2.4.1
    ...    Reference:  section 6.4.14.3.4 - SOL005 v2.4.1
@@ -87,7 +87,7 @@ PATCH Fail operation task - Method not implemented


DELETE Fail operation task - Method not implemented
DELETE Fail operation task - Method not implemented
     [Documentation]    Test ID: 5.3.2.13.7
     [Documentation]    Test ID: 5.3.2.13.7
    ...    Test title: DELETE Continue NS lifecycle operation - 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
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.14.3.5 - SOL005 v2.4.1
    ...    Reference:  section 6.4.14.3.5 - SOL005 v2.4.1
+10 −10
Original line number Original line Diff line number Diff line
@@ -8,9 +8,9 @@ Library JSONSchemaLibrary schemas/
Suite Setup    Check resource existance
Suite Setup    Check resource existance


*** Test Cases ***
*** Test Cases ***
Heal a NSInstance
POST Heal a NSInstance
    [Documentation]    Test ID: 5.3.2.6.1
    [Documentation]    Test ID: 5.3.2.6.1
    ...    Test title: POST Individual Heal NS instance
    ...    Test title: POST Heal a NSInstance
    ...    Test objective: The objective is to test that POST method allow to create a Heal NS instance
    ...    Test objective: The objective is to test that POST method allow to create a Heal NS instance
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.7.3.1 - SOL005 v2.4.1
    ...    Reference:  section 6.4.7.3.1 - SOL005 v2.4.1
@@ -21,9 +21,9 @@ Heal a NSInstance
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check HTTP Response Header Contains    Location


Heal a NSInstance Conflict
POST Heal a NSInstance Conflict
    [Documentation]    Test ID: 5.3.2.6.2
    [Documentation]    Test ID: 5.3.2.6.2
    ...    Test title: POST Individual Heal NS instance
    ...    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 
    ...    Test objective: The objective is to test that POST method fail if NS instance is not in NOT_INSTANTIATE state 
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.7.3.1 - SOL005 v2.4.1
    ...    Reference:  section 6.4.7.3.1 - SOL005 v2.4.1
@@ -38,7 +38,7 @@ Heal a NSInstance Conflict
    
    
GET Heal NSInstance- Method not implemented
GET Heal NSInstance- Method not implemented
    [Documentation]    Test ID: 5.3.2.6.3
    [Documentation]    Test ID: 5.3.2.6.3
    ...    Test title: GET Individual Heal NS instance - Method not implemented
    ...    Test title: GET Heal NSInstance- Method not implemented
    ...    Test objective: The objective is to test that GET method is not implemented
    ...    Test objective: The objective is to test that GET method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.7.3.2 - SOL005 v2.4.1
    ...    Reference:  section 6.4.7.3.2 - SOL005 v2.4.1
@@ -50,7 +50,7 @@ GET Heal NSInstance- Method not implemented
    
    
PUT Heal NSInstance - Method not implemented
PUT Heal NSInstance - Method not implemented
    [Documentation]    Test ID: 5.3.2.6.4
    [Documentation]    Test ID: 5.3.2.6.4
    ...    Test title: PUT Individual Heal NS instance - Method not implemented
    ...    Test title: PUT Heal NSInstance - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.7.3.3 - SOL005 v2.4.1
    ...    Reference:  section 6.4.7.3.3 - SOL005 v2.4.1
@@ -62,10 +62,10 @@ PUT Heal NSInstance - Method not implemented
    
    
PATCH Heal NSInstance - Method not implemented
PATCH Heal NSInstance - Method not implemented
    [Documentation]    Test ID: 5.3.2.6.4
    [Documentation]    Test ID: 5.3.2.6.4
    ...    Test title: PATCH Individual Heal NS instance - Method not implemented
    ...    Test title: PATCH Heal NSInstance - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.7.3.3 - SOL005 v2.4.1
    ...    Reference:  section 6.4.7.3.4 - SOL005 v2.4.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: none
    ...    Post-Conditions: none
@@ -74,10 +74,10 @@ PATCH Heal NSInstance - Method not implemented


DELETE Heal NSInstance - Method not implemented
DELETE Heal NSInstance - Method not implemented
    [Documentation]    Test ID: 5.3.2.6.4
    [Documentation]    Test ID: 5.3.2.6.4
    ...    Test title: DELETE Individual Heal NS instance - Method not implemented
    ...    Test title: DELETE Heal NSInstance - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.7.3.3 - SOL005 v2.4.1
    ...    Reference:  section 6.4.7.3.5 - SOL005 v2.4.1
    ...    Config ID: Config_prod_NFVO
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: none
    ...    Post-Conditions: none
+6 −6
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@ Suite Setup Check resource existance
*** Test Cases ***
*** Test Cases ***
Post Individual NSInstance - Method not implemented
Post Individual NSInstance - Method not implemented
    [Documentation]    Test ID: 5.3.2.2.1
    [Documentation]    Test ID: 5.3.2.2.1
    ...    Test title: POST Individual NS instance - Method not implemented
    ...    Test title: Post Individual NSInstance - Method not implemented
    ...    Test objective: The objective is to test that POST method is not allowed to create a new NS instance
    ...    Test objective: The objective is to test that POST method is not allowed to create a new NS instance
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.3.3.1 - SOL005 v2.4.1
    ...    Reference:  section 6.4.3.3.1 - SOL005 v2.4.1
@@ -22,7 +22,7 @@ Post Individual NSInstance - Method not implemented


Get Information about an individual NS Instance
Get Information about an individual NS Instance
    [Documentation]    Test ID: 5.3.2.2.2
    [Documentation]    Test ID: 5.3.2.2.2
    ...    Test title: GET Individual NS instance
    ...    Test title: Get Information about an individual NS Instance
    ...    Test objective: The objective is to test that GET method allow to query an NS instance
    ...    Test objective: The objective is to test that GET method allow to query an NS instance
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.3.3.2 - SOL005 v2.4.1
    ...    Reference:  section 6.4.3.3.2 - SOL005 v2.4.1
@@ -36,7 +36,7 @@ Get Information about an individual NS Instance
    
    
PUT Individual NSInstance - Method not implemented 
PUT Individual NSInstance - Method not implemented 
    [Documentation]    Test ID: 5.3.2.2.3
    [Documentation]    Test ID: 5.3.2.2.3
    ...    Test title: PUT Individual NS instance - Method not implemented
    ...    Test title: PUT Individual NSInstance - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not allowed to create a new NS instance
    ...    Test objective: The objective is to test that PUT method is not allowed to create a new NS instance
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.3.3.3 - SOL005 v2.4.1
    ...    Reference:  section 6.4.3.3.3 - SOL005 v2.4.1
@@ -48,7 +48,7 @@ PUT Individual NSInstance - Method not implemented


PATCH Individual NSInstance - Method not implemented 
PATCH Individual NSInstance - Method not implemented 
    [Documentation]    Test ID: 5.3.2.2.4
    [Documentation]    Test ID: 5.3.2.2.4
    ...    Test title: PATCH Individual NS instance - Method not implemented
    ...    Test title: PATCH Individual NSInstance - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not allowed to create a new NS instance
    ...    Test objective: The objective is to test that PATCH method is not allowed to create a new NS instance
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 6.4.3.3.4 - SOL005 v2.4.1
    ...    Reference:  section 6.4.3.3.4 - SOL005 v2.4.1
@@ -60,7 +60,7 @@ PATCH Individual NSInstance - Method not implemented


DELETE Individual NSInstance
DELETE Individual NSInstance
     [Documentation]    Test ID: 5.3.2.2.5
     [Documentation]    Test ID: 5.3.2.2.5
    ...    Test title: DELETE Individual NS instance
    ...    Test title: DELETE Individual NSInstance
    ...    Test objective: The objective is to test that DELETE method is allowed to delete a NS instance
    ...    Test objective: The objective is to test that DELETE method is allowed to delete a NS instance
    ...    Pre-conditions: none.
    ...    Pre-conditions: none.
    ...    Reference:  section 6.4.3.3.5 - SOL005 v2.4.1
    ...    Reference:  section 6.4.3.3.5 - SOL005 v2.4.1
@@ -72,7 +72,7 @@ DELETE Individual NSInstance


DELETE Individual NSInstance Conflict
DELETE Individual NSInstance Conflict
    [Documentation]    Test ID: 5.3.2.2.5
    [Documentation]    Test ID: 5.3.2.2.5
    ...    Test title: DELETE Individual NS instance
    ...    Test title: DELETE Individual NSInstance Conflict
    ...    Test objective: The objective is to test that DELETE method is allowed to delete a NS instance
    ...    Test objective: The objective is to test that DELETE method is allowed to delete a NS instance
    ...    Pre-conditions: At least one running instance of a NS
    ...    Pre-conditions: At least one running instance of a NS
    ...    Reference:  section 6.4.3.3.5 - SOL005 v2.4.1
    ...    Reference:  section 6.4.3.3.5 - SOL005 v2.4.1
Loading