diff --git a/SOL002/VNFLifecycleManagement-API/NotificationConsumer.robot b/SOL002/VNFLifecycleManagement-API/NotificationConsumer.robot index 58ad40cff1a50236b2149b73b0d416709d5d89a3..e38d09f5db658464cadf93975e9616bbf4c23b5b 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