diff --git a/SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityWorkflow.robot b/SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityWorkflow.robot index 084b3420375fa39354b7e3e8ccc3f20c50bf9a3a..6df7f0848bc25999bc27ad05c328eb2a98cdfc92 100644 --- a/SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityWorkflow.robot +++ b/SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityWorkflow.robot @@ -16,7 +16,7 @@ Suite Teardown Terminate All Processes kill=true *** Test Cases *** Operate a VNF Instance - [Documentation] Test ID: 5.x.y.x + [Documentation] Test ID: 7.3.5.4.1 ... Test title: Change the external connectivity of a VNF instance ... Test objective: The objective is to change the external connectivity of a VNF instance. ... Pre-conditions: VNF instance in INSTANTIATED state (Test ID: 5.a.b.c) @@ -35,7 +35,6 @@ Operate a VNF Instance Check Postcondition VNF Change Ext Connectivity *** Keywords *** - Initialize System Create Sessions ${body}= Get File jsons/changeExtVnfConnectivityRequest.json diff --git a/SOL005/NSLifecycleManagement-API/DeleteNSInstanceWorkflow.robot b/SOL005/NSLifecycleManagement-API/DeleteNSInstanceWorkflow.robot index 5ef3856c64877179fd31945a452740b85cdff993..dc855c0cf7fc6d7d175a3dbf63982b288b5eb0df 100644 --- a/SOL005/NSLifecycleManagement-API/DeleteNSInstanceWorkflow.robot +++ b/SOL005/NSLifecycleManagement-API/DeleteNSInstanceWorkflow.robot @@ -12,7 +12,4 @@ NS Instance Deletion Check resource not_instantiated DELETE IndividualNSInstance Check HTTP Response Status Code Is 204 - Check HTTP Response Body Json Schema Is NsIdentifierDeletionNotification - - - \ No newline at end of file + Check HTTP Response Body Json Schema Is NsIdentifierDeletionNotification \ No newline at end of file