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 ***
Create a new NsInstance
Check HTTP Response Status Code Is 201
Check HTTP Response Header Contains Location
Get information about multiple NS instances Bad Request Invalid attribute-based filtering parameters
GET NsInstance Invalid Attribute-Based filtering parameter
Get information about multiple NS instances Bad Request Invalid attribute selector
Check HTTP Response Status Code Is 405
PATCH NSInstances - Method not implemented