DeleteNSInstanceWorkflow.robot 541 Bytes
Newer Older
AHMADABB's avatar
AHMADABB committed
*** Settings ***
Resource    environment/variables.txt 
Resource   NSLCMOperationKeywords.robot   
Library    REST    ${NFVO_SCHEMA}://${NFVO_HOST}:${NFVO_PORT} 
Library    OperatingSystem
Library    JSONLibrary
Library    JSONSchemaLibrary    schemas/
Suite Setup    Check resource existance

*** Test Cases ***
NS Instance Deletion
    Check resource not_instantiated
AHMADABB's avatar
AHMADABB committed
    DELETE IndividualNSInstance
AHMADABB's avatar
AHMADABB committed
    Check HTTP Response Status Code Is    204
AHMADABB's avatar
AHMADABB committed
    Check HTTP Response Body Json Schema Is    NsIdentifierDeletionNotification