DeleteNSInstanceWorkflow.robot 928 Bytes
Newer Older
AHMADABB's avatar
AHMADABB committed
1
2
3
4
5
6
7
8
9
10
*** Settings ***
Resource    environment/variables.txt 
Resource   NSLCMOperationKeywords.robot   
Library    REST    ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT} 
Library    OperatingSystem
Library    JSONLibrary
Library    JSONSchemaLibrary    schemas/

*** Test Cases ***
NS Instance Deletion
root's avatar
root committed
11
    [Documentation]    Test ID: 5.3.2.18.2
aureliano sinatra's avatar
aureliano sinatra committed
12
13
14
    ...    Test title: NS Instance Deletion
    ...    Test objective: The objective is to test the workflow for Deleting a NS instance
    ...    Pre-conditions: the resource is in NOT_INSTANTIATED state
15
    ...    Reference: clause 6.3.2 - ETSI GS NFV-SOL 005 [3] v2.4.1
aureliano sinatra's avatar
aureliano sinatra committed
16
17
    ...    Config ID: Config_prod_NFVO
    ...    Applicability: none
root's avatar
root committed
18
    ...    Post-Conditions: Resource should be deleted
AHMADABB's avatar
AHMADABB committed
19
    Check resource not_instantiated
AHMADABB's avatar
AHMADABB committed
20
    DELETE IndividualNSInstance
AHMADABB's avatar
AHMADABB committed
21
    Check HTTP Response Status Code Is    204
AHMADABB's avatar
AHMADABB committed
22
    Check HTTP Response Body Json Schema Is    NsIdentifierDeletionNotification