From 53717f531339650bb72e4993e7e582d32d708d9d Mon Sep 17 00:00:00 2001
From: aureliano sinatra <sinaure@gmail.com>
Date: Thu, 1 Aug 2019 12:36:32 +0200
Subject: [PATCH] fix numbering

---
 .../InstantiateVNFTask.robot                           | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/SOL002/VNFLifecycleManagement-API/InstantiateVNFTask.robot b/SOL002/VNFLifecycleManagement-API/InstantiateVNFTask.robot
index 6051f008..1997f247 100644
--- a/SOL002/VNFLifecycleManagement-API/InstantiateVNFTask.robot
+++ b/SOL002/VNFLifecycleManagement-API/InstantiateVNFTask.robot
@@ -24,7 +24,7 @@ Instantiate a vnfInstance
     Check Operation Occurrence Id
 
 Instantiate a vnfInstance Conflict
-    [Documentation]    Test ID: 7.3.1.3.2
+    [Documentation]    Test ID: 6.3.5.3.2
     ...    Test title: Post Instantiate Individual VNFInstance 
     ...    Test objective: The objective is to verify that the instantiation of the vnf cannot be executed currently, due to a conflict with the state of the VNF instance resource. 
     ...    Pre-conditions: VNF instance resource is in INSTANTIATED state
@@ -37,7 +37,7 @@ Instantiate a vnfInstance Conflict
     Check HTTP Response Body Json Schema Is    ProblemDetails 
     
 GET Instantiate VNFInstance - Method not implemented
-    [Documentation]    Test ID: 7.3.1.3.3
+    [Documentation]    Test ID: 6.3.5.3.3
     ...    Test title: GET Instantiate Individual VNFInstance - Method not implemented
     ...    Test objective: The objective is to test that GET method is not implemented
     ...    Pre-conditions:  
@@ -49,7 +49,7 @@ GET Instantiate VNFInstance - Method not implemented
     Check HTTP Response Status Code Is    405
     
 PUT Instantiate VNFInstance - Method not implemented
-    [Documentation]    Test ID: 7.3.1.3.4
+    [Documentation]    Test ID: 6.3.5.3.4
     ...    Test title: PUT Instantiate Individual VNFInstance  - Method not implemented
     ...    Test objective: The objective is to test that PUT method is not implemented
     ...    Pre-conditions:  
@@ -61,7 +61,7 @@ PUT Instantiate VNFInstance - Method not implemented
     Check HTTP Response Status Code Is    405
 
 PATCH Instantiate VNFInstance - Method not implemented
-    [Documentation]    Test ID: 7.3.1.3.5
+    [Documentation]    Test ID: 6.3.5.3.5
     ...    Test title: PATCH Instantiate Individual VNFInstance  - Method not implemented
     ...    Test objective: The objective is to test that PATCH method is not implemented
     ...    Pre-conditions:  
@@ -73,7 +73,7 @@ PATCH Instantiate VNFInstance - Method not implemented
     Check HTTP Response Status Code Is    405
     
 DELETE Instantiate VNFInstance - Method not implemented
-     [Documentation]    Test ID: 7.3.1.3.6
+     [Documentation]    Test ID: 6.3.5.3.6
     ...    Test title: DELETE Instantiate Individual VNFInstance  - Method not implemented
     ...    Test objective: The objective is to test that DELETE method is not implemented
     ...    Pre-conditions:  
-- 
GitLab