From 7ab89517115bb11d27a5a400f0ed73919bdc76ba Mon Sep 17 00:00:00 2001
From: uihassan <najam.hassan@xflowresearch.com>
Date: Wed, 11 Nov 2020 12:58:45 +0500
Subject: [PATCH] objective updated

---
 .../NotificationConsumer.robot                       | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/SOL002/VNFPerformanceManagement-API/NotificationConsumer.robot b/SOL002/VNFPerformanceManagement-API/NotificationConsumer.robot
index e2fae0d0..ed697e43 100644
--- a/SOL002/VNFPerformanceManagement-API/NotificationConsumer.robot
+++ b/SOL002/VNFPerformanceManagement-API/NotificationConsumer.robot
@@ -9,24 +9,24 @@ Suite Setup    Check resource existence and get CallbackUri
 
 *** Test Cases ***
 VNF Performance Information Availability Notification
-    [Documentation]    Test ID: 6.3.3.9.1
+    [Documentation]    Test ID: 6.3.3.10.1
     ...    Test title: VNF Performance Information Availability Notification
-    ...    Test objective: The objective is to test that the POST request triggers VNF Performance Information Availability Notification
+    ...    Test objective: The objective is to test that VNF Performance Information Availability Notification is delivered with success to the notification consumer
     ...    Pre-conditions: A VNF performance job is created, and a subscription for information availability notifications is available in the VNFM.
     ...    Reference: Clause 6.4.9.3.1 - ETSI GS NFV-SOL 002 [2] v2.7.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_Notif_Endpoint
     ...    Applicability: none
     ...    Post-Conditions: none 
     Post VNF Performance Information Availability Notification
     Check HTTP Response Status Code Is    204
     
 VNF Threshold Crossed Notification
-    [Documentation]    Test ID: 6.3.3.9.2
+    [Documentation]    Test ID: 6.3.3.10.2
     ...    Test title: VNF Threshold Crossed Notification
-    ...    Test objective: The objective is to test that the POST request triggers VNF Threshold Crossed Notification
+    ...    Test objective: The objective is to test that VNF Threshold Crossed Notification is delivered with success to the notification consumer
     ...    Pre-conditions: A VNF performance job is created, and a subscription for Threshold Crossed Notification is available in the VNFM.
     ...    Reference: Clause 6.4.9.3.1 - ETSI GS NFV-SOL 002 [2] v2.7.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_Notif_Endpoint
     ...    Applicability: none
     ...    Post-Conditions: none 
     Post VNF Threshold Crossed Notification
-- 
GitLab