NSLCMOccurences.robot 1.54 KB
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 ***
Post NS LCM occurences - Method not implemented
AHMADABB's avatar
AHMADABB committed
11
	POST NS LCM OP Occurences
AHMADABB's avatar
AHMADABB committed
12
13
14
	Check HTTP Response Status Code Is    405

PUT stauts information about multiple NS LCM OP OCC - Method not implemented
AHMADABB's avatar
AHMADABB committed
15
    PUT NS LCM OP Occurences
AHMADABB's avatar
AHMADABB committed
16
17
18
    Check HTTP Response Status Code Is    405

PATCH stauts information about multiple NS LCM OP OCC - Method not implemented
AHMADABB's avatar
AHMADABB committed
19
    PATCH NS LCM OP Occurences
AHMADABB's avatar
AHMADABB committed
20
21
22
    Check HTTP Response Status Code Is    405

DELETE stauts information about multiple NS LCM OP OCC - Method not implemented
AHMADABB's avatar
AHMADABB committed
23
    DELETE NS LCM OP Occurences
AHMADABB's avatar
AHMADABB committed
24
25
26
    Check HTTP Response Status Code Is    405
    
Get stauts information about multiple NS LCM OP OCC   
AHMADABB's avatar
AHMADABB committed
27
	GET NS LCN OP Occurences
AHMADABB's avatar
AHMADABB committed
28
	Check HTTP Response Status Code Is    200
AHMADABB's avatar
AHMADABB committed
29
	Check HTTP Response Body Json Schema Is    NsLcmOpOccs
AHMADABB's avatar
AHMADABB committed
30
31

Get stauts information about multiple NS LCM OP OCC Bad Request Invalid attribute-based filtering parameters
AHMADABB's avatar
AHMADABB committed
32
	GET NS LCN OP Occurences Invalid attribute-based filtering parameters
AHMADABB's avatar
AHMADABB committed
33
	Check HTTP Response Status Code Is    400
AHMADABB's avatar
AHMADABB committed
34
	Check HTTP Response Body Json Schema Is    ProblemDetails
AHMADABB's avatar
AHMADABB committed
35
36

Get stauts information about multiple NS LCM OP OCC Bad Request Invalid attribute selector
AHMADABB's avatar
AHMADABB committed
37
	GET NS LCN OP Occurences Invalid attribute selector
AHMADABB's avatar
AHMADABB committed
38
	Check HTTP Response Status Code Is    400
AHMADABB's avatar
AHMADABB committed
39
	Check HTTP Response Body Json Schema Is    ProblemDetails
AHMADABB's avatar
AHMADABB committed
40