Skip to content
Snippets Groups Projects
Commit ca141ff7 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files
parents a659da80 7d40d05a
No related branches found
Tags 2.6.1
No related merge requests found
......@@ -17,8 +17,8 @@ Get Individual Indicator for VNF Instance
Get Individual Indicator for a VNF instance
Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is vnfIndicator
Check HTTP Response Body Matches VNF Instance ID
Check HTTP Response Body Matches Indicator ID
Check HTTP Response Body Includes Requested VNF Instance ID
Check HTTP Response Body Includes Requested Indicator ID
Get Individual Indicator for VNF Instance with invalid indicator identifier
[Documentation] Test ID 6.3.2.3.2
......@@ -66,7 +66,7 @@ PATCH Individual VNF Indicator - Method not implemented
... Config ID: Config_prod_VE
... Applicability: The VNF supports the generation and maintenance of performance indicators.
... Post-Conditions: none
Send PUT Request for individual indicator in VNF instance
Send PATCH Request for individual indicator in VNF instance
Check HTTP Response Status Code Is 405
DELETE Individual VNF Indicator - Method not implemented
......@@ -150,11 +150,11 @@ Check HTTP Response Body Json Schema Is
Validate Json ${schema} ${response[0]['body']}
Log Json Schema Validation OK
Check HTTP Response Body Matches Indicator ID
Check HTTP Response Body Includes Requested Indicator ID
Log Check Response includes propoer VNF instance and Indicator identifiers
Should Be Equal ${response[0]['body']['id']} ${indicatorId}
Check HTTP Response Body Matches VNF Instance ID
Check HTTP Response Body Includes Requested VNF Instance ID
Log Check Response includes propoer VNF instance and Indicator identifiers
Should Be Equal ${response[0]['body']['vnfInstanceId']} ${vnfInstanceId}
......
......@@ -19,7 +19,7 @@ Get Indicators for VNF Instance
Get all indicators for a VNF instance
Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is vnfIndicators
Check HTTP Response Body Matches VNF Instance ID
Check HTTP Response Body Includes Requested VNF Instance ID
GET Indicators for VNF Instance with attribute-based filter
[Documentation] Test ID 6.3.2.2.2
......@@ -194,7 +194,7 @@ Check HTTP Response Body Json Schema Is
Validate Json ${schema} ${response[0]['body']}
Log Json Schema Validation OK
Check HTTP Response Body Matches VNF Instance ID
Check HTTP Response Body Includes Requested VNF Instance ID
Log Check Response includes Indicators according to resource identifier
#todo
......@@ -204,4 +204,4 @@ Check HTTP Response Body Matches Attribute-Based Filter
Check Postcondition Indicators for VNF instance Exist
Log Check Response includes VNF Indicators according to filter
#todo
\ No newline at end of file
#todo
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment