From d96ad3637ff48a7604da7780797aa592e3a78259 Mon Sep 17 00:00:00 2001 From: uihassan Date: Thu, 5 Nov 2020 16:44:51 +0500 Subject: [PATCH] objective updated --- .../VNFLifecycleManagement-API/NotificationConsumer.robot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SOL002/VNFLifecycleManagement-API/NotificationConsumer.robot b/SOL002/VNFLifecycleManagement-API/NotificationConsumer.robot index 58ad40cf..e38d09f5 100644 --- a/SOL002/VNFLifecycleManagement-API/NotificationConsumer.robot +++ b/SOL002/VNFLifecycleManagement-API/NotificationConsumer.robot @@ -11,7 +11,7 @@ Suite Setup Check resource existence and get CallbackUri VNF LCM Operation Occurrence Notification [Documentation] Test ID: 6.3.5.20.1 ... Test title: VNF LCM Operation Occurrence Start Notification - ... Test objective: The objective is to test the POST request to callbackUri trigger VNF LCM Operation Occurrence Start Notification + ... Test objective: The objective is to test that the POST request triggers VNF LCM Operation Occurrence Start Notification ... Pre-conditions: A subscription for VNF LCM Operation Occurrence notifications is available in the VNFM. ... Reference: Clause 5.4.20.3.1 - ETSI GS NFV-SOL 002 [2] v2.7.1 ... Config ID: Config_prod_VNFM @@ -23,7 +23,7 @@ VNF LCM Operation Occurrence Notification VNF Identifier Creation Notification [Documentation] Test ID: 6.3.5.20.2 ... Test title: VNF Identifier Creation Notification - ... Test objective: The objective is to test the POST request to callbackUri trigger VNF Identifier Creation Notification + ... Test objective: The objective is to test that the POST request triggers VNF Identifier Creation Notification ... Pre-conditions: A subscription for VNF Identifier Creation Notification is available in the VNFM. ... Reference: Clause 5.4.20.3.1 - ETSI GS NFV-SOL 002 [2] v2.7.1 ... Config ID: Config_prod_VNFM @@ -35,7 +35,7 @@ VNF Identifier Creation Notification VNF Identifier Deletion Notification [Documentation] Test ID: 6.3.5.20.3 ... Test title: VNF Identifier Deletion Notification - ... Test objective: The objective is to test the POST request to callbackUri trigger VNF Identifier Deletion Notification + ... Test objective: The objective is to test that the POST request triggers VNF Identifier Deletion Notification ... Pre-conditions: A subscription for VNF Identifier Deletion Notification is available in the VNFM. ... Reference: Clause 5.4.20.3.1 - ETSI GS NFV-SOL 002 [2] v2.7.1 ... Config ID: Config_prod_VNFM @@ -52,4 +52,4 @@ Check resource existence and get CallbackUri Get ${apiRoot}/${apiName}/${apiMajorVersion}/subscriptions/${subscriptionId} Integer response status 200 Validate Json response body subscription.schema.json - Set Global Variable ${callbackResp} response body callbackUri + Set Global Variable ${callbackResp} response body callbackUri \ No newline at end of file -- GitLab