diff --git a/SOL003/VNFIndicator-API/NotificationEndpoint.robot b/SOL003/VNFIndicator-API/NotificationEndpoint.robot index 8f45a604b4955c1593c154e1cb8317c6edb21289..82f2c675cbfbaa4cecece4506a7487c4e9df33d7 100644 --- a/SOL003/VNFIndicator-API/NotificationEndpoint.robot +++ b/SOL003/VNFIndicator-API/NotificationEndpoint.robot @@ -8,7 +8,7 @@ Suite Setup Check resource existence and get CallbackUri *** Test Cases *** VNF Indicator Value Change Notification - [Documentation] Test ID: 7.3.6.7.1 + [Documentation] Test ID: 7.3.6.8.1 ... Test title: VNF Indicator Value Change Notification ... Test objective: The objective is to test that the POST request triggers VNF Indicator Value Change Notification. ... Pre-conditions: A VNF is instantiated, and a subscription for indicator value change notifications is available in the VNFM. diff --git a/SOL003/VNFLifecycleManagement-API/VNFInstances.robot b/SOL003/VNFLifecycleManagement-API/VNFInstances.robot index c5d87cfb5d425927734e190abbe2390b38d990fb..1552a80a941a7be5dfb534a1618fa1d7ee8ec749 100644 --- a/SOL003/VNFLifecycleManagement-API/VNFInstances.robot +++ b/SOL003/VNFLifecycleManagement-API/VNFInstances.robot @@ -163,7 +163,7 @@ GET information about multiple VNF instances to get Paged Response Check HTTP Response Header Contain Link GET information about multiple VNF instances as a Paged Response with nextpage_opauque_marker parameter - [Documentation] Test ID: 7.3.1.17.12a + [Documentation] Test ID: 7.3.1.1.12a ... Test title: GET information about multiple VNF instances as a Paged Response with nextpage_opauque_marker parameter ... Test objective: The objective is to query information about multiple VNF instances as a Paged Response and retrieve the next page using the nextpage_opaque_marker parameter ... Pre-conditions: A request for retrieving multiple VNF instances as a paged response has been successfully issued (Test ID: 7.3.1.1.12)