Commit 76df0bc9 authored by sinatra's avatar sinatra
Browse files

Merge branch 'feature/refactoring' into 'master'

modified numbering

See merge request stf/stf-557/api-tests!15
parents f31c606f 4d9bff7f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@ Suite Teardown Terminate All Processes kill=true


*** Test Cases ***
*** Test Cases ***
Cancel a VNF LCM Operation - STARTING
Cancel a VNF LCM Operation - STARTING
    [Documentation]    Test ID: 7.3.1.25 
    [Documentation]    Test ID: 7.3.1.19
    ...    Test title: Cancel a VNF LCM Operation - STARTING
    ...    Test title: Cancel a VNF LCM Operation - STARTING
    ...    Test objective: The objective is to test the workflow for Cancelling a VNF LCM Operation being in the STARTING state
    ...    Test objective: The objective is to test the workflow for Cancelling a VNF LCM Operation being in the STARTING state
    ...    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)
    ...    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
    Check Postcondition VNF Cancel - STARTING


Cancel a VNF LCM Operation - PROCESSING - ROLLING_BACK
Cancel a VNF LCM Operation - PROCESSING - ROLLING_BACK
    [Documentation]    Test ID: 7.3.1.26
    [Documentation]    Test ID: 7.3.1.20
    ...    Test title: Cancel a VNF LCM Operation - PROCESSING - ROLLING_BACK
    ...    Test title: Cancel a VNF LCM Operation - PROCESSING - ROLLING_BACK
    ...    Test objective: The objective is to test the workflow for Cancelling a VNF LCM Operation being either in the PROCESSIONG or ROLLING_BACK state
    ...    Test objective: The objective is to test the workflow for Cancelling a VNF LCM Operation being either in the PROCESSIONG or ROLLING_BACK state
    ...    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)
    ...    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)
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@ Suite Teardown Terminate All Processes kill=true


*** Test Cases ***
*** Test Cases ***
Operate a VNF Instance
Operate a VNF Instance
    [Documentation]    Test ID: 7.3.1.27
    [Documentation]    Test ID: 7.3.1.21
    ...    Test title: Change the external connectivity of a VNF instance
    ...    Test title: Change the external connectivity of a VNF instance
    ...    Test objective: The objective is to 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 
    ...    Pre-conditions: VNF instance in INSTANTIATED state 
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@ Suite Teardown Terminate All Processes kill=true


*** Test Cases ***
*** Test Cases ***
Change VNF Flavour Workflow
Change VNF Flavour Workflow
    [Documentation]    Test ID: 7.3.1.28
    [Documentation]    Test ID: 7.3.1.22
    ...    Test title: Change VNF Flavour Workflow
    ...    Test title: Change VNF Flavour Workflow
    ...    Test objective: The objective is to test the workflow for a change flavour of an existing VNF instance
    ...    Test objective: The objective is to test the workflow for a change flavour of an existing VNF instance
    ...    Pre-conditions: VNF instance in INSTANTIATED state . NFVO is subscribed to VNF LCM Operation Occurrence notifications 
    ...    Pre-conditions: VNF instance in INSTANTIATED state . NFVO is subscribed to VNF LCM Operation Occurrence notifications 
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@ Suite Teardown Terminate All Processes kill=true


*** Test Cases ***
*** Test Cases ***
Create VNF Instance Resource
Create VNF Instance Resource
    [Documentation]    Test ID: 7.3.1.20
    [Documentation]    Test ID: 7.3.1.23
    ...    Test title: Create VNF Instance workflow
    ...    Test title: Create VNF Instance workflow
    ...    Test objective: The objective is to test the workflow for the creation of a new VNF instance resource.
    ...    Test objective: The objective is to test the workflow for the creation of a new VNF instance resource.
    ...    Pre-conditions: NFVO is subscribed to VNF Identifier Creation notifications (Test ID: 5.4.20.2)
    ...    Pre-conditions: NFVO is subscribed to VNF Identifier Creation notifications (Test ID: 5.4.20.2)
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@ Suite Teardown Terminate All Processes kill=true


*** Test Cases ***
*** Test Cases ***
Delete VNF Instance Resource
Delete VNF Instance Resource
    [Documentation]    Test ID: 7.3.1.21
    [Documentation]    Test ID: 7.3.1.24
    ...    Test title: Delete VNF Instance workflow
    ...    Test title: Delete VNF Instance workflow
    ...    Test objective: The objective is to test the workflow for the deleteion of an existing VNF instance resource
    ...    Test objective: The objective is to test the workflow for the deleteion of an existing VNF instance resource
    ...    Pre-conditions: The VNF Instance resource is in NOT_INSTANTIATED state. NFVO is subscribed to VNF Identifier Creation notifications (Test ID: 5.4.20.2)
    ...    Pre-conditions: The VNF Instance resource is in NOT_INSTANTIATED state. NFVO is subscribed to VNF Identifier Creation notifications (Test ID: 5.4.20.2)
Loading