diff --git a/SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.robot b/SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.robot index 21805d3871122ad043527e9131218a0ea5a86b23..76543397fb2237822044f85a8b6370b07064e5ac 100644 --- a/SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.robot +++ b/SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.robot @@ -16,7 +16,7 @@ Suite Teardown Terminate All Processes kill=true *** Test Cases *** Cancel a VNF LCM Operation - STARTING - [Documentation] Test ID: 5.x.x.x + [Documentation] Test ID: 7.3.1.2.1 ... Test title: Cancel a VNF LCM Operation ... Test objective: The objective is to test the workflow for Cancelling a VNF LCM Operation ... Pre-conditions: The VNF lifecycle management operation occurrence is in STARTING state. NFVO is subscribed to VNF LCM Operation Occurrence notifications (Test ID: 5.4.20.1) @@ -32,7 +32,7 @@ Cancel a VNF LCM Operation - STARTING Check Postcondition VNF Cancel - STARTING Cancel a VNF LCM Operation - PROCESSING - ROLLING_BACK - [Documentation] Test ID: 5.x.x.x + [Documentation] Test ID: 7.3.1.2.2 ... Test title: Cancel a VNF LCM Operation ... Test objective: The objective is to test the workflow for Cancelling a VNF LCM Operation ... Pre-conditions: The VNF lifecycle management operation occurrence is in PROCESSING or ROLLING_BACK state. NFVO is subscribed to VNF LCM Operation Occurrence notifications (Test ID: 5.4.20.1) diff --git a/SOL003/VNFLifecycleManagement-API/OperateVNFWorkflow.robot b/SOL003/VNFLifecycleManagement-API/OperateVNFWorkflow.robot index 0c6a474fa23698bdf130ec49b704ad2a9842a99c..ca838cb2a8d242f62473716c350e0c4a2b21224a 100644 --- a/SOL003/VNFLifecycleManagement-API/OperateVNFWorkflow.robot +++ b/SOL003/VNFLifecycleManagement-API/OperateVNFWorkflow.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.2.3.1 ... Test title: Operate a VNF Instance ... Test objective: The objective is to change the operational state of a VNF instance. ... Pre-conditions: VNF instance in INSTANTIATED state (Test ID: 5.a.b.c) diff --git a/SOL005/NSLifecycleManagement-API/CreateNSInstanceWorkflow.robot b/SOL005/NSLifecycleManagement-API/CreateNSInstanceWorkflow.robot index 38139f5b3e128edc0a47fa3fa9a80028c7d1f30d..2f05ae3c59c47ff666b38bc5f5a5462f3e54947b 100644 --- a/SOL005/NSLifecycleManagement-API/CreateNSInstanceWorkflow.robot +++ b/SOL005/NSLifecycleManagement-API/CreateNSInstanceWorkflow.robot @@ -8,6 +8,7 @@ Library JSONSchemaLibrary schemas/ *** Test Cases *** + NS Instance Creation POST New nsInstance Check HTTP Response Status Code Is 201