IndividualNSLCMOccurences.robot 1.16 KB
Newer Older
*** 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 ***
Post Individual NS LCM occurences - Method not implemented
AHMADABB's avatar
AHMADABB committed
	POST Individual NS LCM OP Occurence
	Check HTTP Response Status Code Is    405

PUT stauts information about Individual NS LCM OP OCC - Method not implemented
AHMADABB's avatar
AHMADABB committed
    PUT Individual NS LCM OP Occurence
    Check HTTP Response Status Code Is    405

PATCH stauts information about Individual NS LCM OP OCC - Method not implemented
AHMADABB's avatar
AHMADABB committed
    PATCH Individual NS LCM OP Occurence
    Check HTTP Response Status Code Is    405

DELETE stauts information about Individual NS LCM OP OCC - Method not implemented
AHMADABB's avatar
AHMADABB committed
    DELETE Individual NS LCM OP Occurence
    Check HTTP Response Status Code Is    405
    
Get stauts information about Individual NS LCM OP OCC   
AHMADABB's avatar
AHMADABB committed
	GET Individual NS LCN OP Occurence
	Check HTTP Response Status Code Is    200
	Check HTTP Response Header ContentType is    ${CONTENT_TYPE}
	Check HTTP Response Body Json Schema Is    NsLcmOpOcc.schema.json