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
1fd70a0f
Commit
1fd70a0f
authored
4 years ago
by
Sana Zulfiqar
Committed by
Giacomo Bernini
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
bug fix: added missing keyword
parent
71e8187a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!199
Merge "3.3.1 dev" into "release 3" master
,
!158
SOL003 VNF Lifecycle Operation Granting - Implementation of deltas between v3.3.1 and v2.7.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SOL003/VNFLifecycleOperationGranting-API/Grants.robot
+9
-1
9 additions, 1 deletion
SOL003/VNFLifecycleOperationGranting-API/Grants.robot
with
9 additions
and
1 deletion
SOL003/VNFLifecycleOperationGranting-API/Grants.robot
+
9
−
1
View file @
1fd70a0f
...
...
@@ -103,7 +103,7 @@ DELETE Grants - Method not implemented
...
Reference: Clause 9.4.2.3.5 - ETSI GS NFV-SOL 003 [1] v3.3.1
...
Config ID: Config_prod_NFVO
...
Applicability: none
...
Post-Conditions:
none
...
Post-Conditions:
resources are not deleted
Delete Grants
Check HTTP Response Status Code Is
405
...
...
@@ -168,6 +168,14 @@ Check HTTP Response Body Json Schema Is
${schema}
=
Catenate
SEPARATOR=
${input}
.schema.json
Validate Json
${schema}
${response['body']}
Get an individual grant - Successful
log
Trying to read an individual grant
Set Headers
{"Accept":"
${ACCEPT}
"}
Run Keyword If
${AUTH_USAGE}
=
= 1
Set Headers
{"
${AUTHORIZATION_HEADER}
":"
${AUTHORIZATION_TOKEN}
"}
Get
${response['headers']['Location']}
Log
Validate Status code
Integer
response status
200
Get Grants
Log
Trying to perform a GET. This method should not be implemented
Set Headers
{"Accept":"
${ACCEPT}
"}
...
...
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