Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
api-tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NFV - Network Functions Virtualisation
api-tests
Commits
5c196ef0
Commit
5c196ef0
authored
5 years ago
by
Giacomo Bernini
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
0f8500d6
No related branches found
No related tags found
1 merge request
!41
fix
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SOL005/NSPerformanceManagement-API/Thresholds.robot
+1
-83
1 addition, 83 deletions
SOL005/NSPerformanceManagement-API/Thresholds.robot
with
1 addition
and
83 deletions
SOL005/NSPerformanceManagement-API/Thresholds.robot
+
1
−
83
View file @
5c196ef0
...
...
@@ -111,86 +111,4 @@ DELETE Performance Thresholds - Method not implemented
...
Post-Conditions: The NS performance thresholds are not deleted by the failed operation
Send DELETE Request for all Performance Thresholds
Check HTTP Response Status Code Is
405
Check Postcondition Thresholds Exist
GET Thresholds
[
Documentation
]
T=This resource represents thresholds.
...
The client can use this resource to create and query thresholds.
Set Headers
{"Accept": "
${ACCEPT_JSON}
"}
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization": "
${AUTHORIZATION}
"}
GET
${apiRoot}
/
${apiName}
/
${apiVersion}
/thresholds
Integer
response status
200
${contentType}
=
Output
response headers Content-Type
Should Contain
${contentType}
application/json
${result}
=
Output
response body
Log
Trying to validate result with thresholds schema
Validate Json
Thresholds.schema.json
${result}
GET Thresholds - Filter
Set Headers
{"Accept": "
${ACCEPT_JSON}
"}
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization": "
${AUTHORIZATION}
"}
GET
${apiRoot}
/
${apiName}
/
${apiVersion}
/thresholds?
${FILTER_OK}
Integer
response status
200
${contentType}
=
Output
response headers Content-Type
Should Contain
${contentType}
application/json
${result}
=
Output
response body
Log
Trying to validate result with Threshold schema
Validate Json
Thresholds.schema.json
${result}
GET Thresholds - NEGATIVE Filter
Set Headers
{"Accept": "
${ACCEPT_JSON}
"}
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization": "
${AUTHORIZATION}
"}
GET
${apiRoot}
/
${apiName}
/
${apiVersion}
/thresholds?
${FILTER_KO}
Integer
response status
400
${result}
=
Output
response body
Log
Trying to validate result with ProblemDetails schema
Validate Json
ProblemDetails.schema.json
${result}
GET Thresholds - Negative (Not Found)
Set Headers
{"Accept": "
${ACCEPT_JSON}
"}
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization": "
${AUTHORIZATION}
"}
GET
${apiRoot}
/
${apiName}
/
${apiVersion}
/threshold
Integer
response status
404
Log
Received 404 Not Found as expected
${problemDetails}
=
Output
response body
Log
Trying to validate ProblemDetails
Validate Json
ProblemDetails.schema.json
${problemDetails}
Log
Validation OK
POST Thresholds
Set Headers
{"Accept": "
${ACCEPT_JSON}
"}
Set Headers
{"Content-Type": "
${CONTENT_TYPE_JSON}
"}
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization": "
${AUTHORIZATION}
"}
${request}
=
Get File
jsons/CreateThresholdRequest.json
POST
${apiRoot}
/
${apiName}
/
${apiVersion}
/thresholds
${request}
Integer
response status
201
Log
Received 201 Created as expected
${result}
=
Output
response body
Log
Trying to validate result with thresholds schema
Validate Json
Threshold.schema.json
${result}
Log
Trying to validate the Location header
${headers}
=
Output
response headers
Should Contain
${headers}
Location
PUT Thresholds - (Method not implemented)
Pass Execution If
${testOptionalMethods}
=
= 0
optional methods are not implemented on the FUT. Skipping test.
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization": "
${AUTHORIZATION}
"}
PUT
${apiRoot}
/
${apiName}
/
${apiVersion}
/thresholds
Integer
response status
405
Log
Received 405 Method not implemented as expected
PATCH Thresholds - (Method not implemented)
Pass Execution If
${testOptionalMethods}
=
= 0
optional methods are not implemented on the FUT. Skipping test.
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization": "
${AUTHORIZATION}
"}
PATCH
${apiRoot}
/
${apiName}
/
${apiVersion}
/thresholds
Integer
response status
405
Log
Received 405 Method not implemented as expected
DELETE Thresholds - (Method not implemented)
Pass Execution If
${testOptionalMethods}
=
= 0
optional methods are not implemented on the FUT. Skipping test.
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"Authorization": "
${AUTHORIZATION}
"}
DELETE
${apiRoot}
/
${apiName}
/
${apiVersion}
/thresholds
Integer
response status
405
Log
Received 405 Method not implemented as expected
Check Postcondition Thresholds Exist
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment