Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
api-tests
Commits
0b224b98
Commit
0b224b98
authored
Mar 18, 2019
by
Giacomo Bernini
Browse files
update to address TST WG comments
parent
fc175e82
Changes
1
Hide whitespace changes
Inline
Side-by-side
SOL002/VNFIndicator-API/IndividualVNFindicator.robot
View file @
0b224b98
...
...
@@ -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 P
UT
Request for individual indicator in VNF instance
Send P
ATCH
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}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment