From 7d9a5ac785dcf2dfb648ee8fa2b6adfa00bfde66 Mon Sep 17 00:00:00 2001 From: uihassan Date: Thu, 5 Nov 2020 16:43:31 +0500 Subject: [PATCH] objective updated --- SOL002/VNFFaultManagement-API/NotificationConsumer.robot | 6 +++--- .../{ => jsons}/AlarmListRebuiltNotification.json | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename SOL002/VNFFaultManagement-API/{ => jsons}/AlarmListRebuiltNotification.json (100%) diff --git a/SOL002/VNFFaultManagement-API/NotificationConsumer.robot b/SOL002/VNFFaultManagement-API/NotificationConsumer.robot index 393c41c9..5fea3c86 100644 --- a/SOL002/VNFFaultManagement-API/NotificationConsumer.robot +++ b/SOL002/VNFFaultManagement-API/NotificationConsumer.robot @@ -11,7 +11,7 @@ Suite Setup Check resource existence and get CallbackUri VNF Fault Alarm Notification [Documentation] Test ID: 6.3.4.7.1 ... Test title: VNF Fault Alarm Notification - ... Test objective: The objective is to test the POST request to callbackUri trigger VNF Fault Alarm Notification + ... Test objective: The objective is to test that the POST request triggers VNF Fault Alarm Notification ... Pre-conditions: A VNF instance is instantiated, and a subscription for fault alarm notifications is available in the VNFM. ... Reference: Clause 7.4.7.3.1 - ETSI GS NFV-SOL 002 [2] v2.7.1 ... Config ID: Config_prod_VNFM @@ -23,7 +23,7 @@ VNF Fault Alarm Notification VNF Fault Alarm Cleared Notification [Documentation] Test ID: 6.3.4.7.2 ... Test title: VNF Fault Alarm Cleared Notification - ... Test objective: The objective is to test the POST request to callbackUri trigger VNF Fault Alarm Cleared Notification + ... Test objective: The objective is to test that the POST request triggers VNF Fault Alarm Cleared Notification ... Pre-conditions: A VNF instance is instantiated, and a subscription for fault alarm cleared notifications is available in the VNFM. ... Reference: Clause 7.4.7.3.1 - ETSI GS NFV-SOL 002 [2] v2.7.1 ... Config ID: Config_prod_VNFM @@ -35,7 +35,7 @@ VNF Fault Alarm Cleared Notification VNF Fault Alarm List Rebuilt Notification [Documentation] Test ID: 6.3.4.7.3 ... Test title: VNF Fault List Rebuilt Alarm List Rebuilt Notification - ... Test objective: The objective is to test the POST request to callbackUri trigger VNF Fault Alarm List Rebuilt Notification + ... Test objective: The objective is to test that the POST request triggers VNF Fault Alarm List Rebuilt Notification ... Pre-conditions: A VNF instance is instantiated, and a subscription for fault alarm list rebuilt notifications is available in the VNFM. ... Reference: Clause 7.4.7.3.1 - ETSI GS NFV-SOL 002 [2] v2.7.1 ... Config ID: Config_prod_VNFM diff --git a/SOL002/VNFFaultManagement-API/AlarmListRebuiltNotification.json b/SOL002/VNFFaultManagement-API/jsons/AlarmListRebuiltNotification.json similarity index 100% rename from SOL002/VNFFaultManagement-API/AlarmListRebuiltNotification.json rename to SOL002/VNFFaultManagement-API/jsons/AlarmListRebuiltNotification.json -- GitLab