From 6fd154898b2ac9a592f1209379cd445c0038b39d Mon Sep 17 00:00:00 2001 From: Abbas Ahmad Date: Fri, 28 Jun 2019 16:55:31 +0200 Subject: [PATCH] changes SOL003 --- .../ChangeExternalVNFConnectivityWorkflow.robot | 3 +-- .../NSLifecycleManagement-API/DeleteNSInstanceWorkflow.robot | 5 +---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityWorkflow.robot b/SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityWorkflow.robot index 084b3420..6df7f084 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 5ef3856c..dc855c0c 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 -- GitLab