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
72f20b1d
Commit
72f20b1d
authored
4 years ago
by
Sana Zulfiqar
Committed by
Giacomo Bernini
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
bug fix: minor bug removing same keywords
parent
103f4249
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
,
!164
SOL005 NSD Management - Implementation of deltas between v3.3.1 and v2.7.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SOL005/NSDManagement-API/NSDManagementKeywords.robot
+0
-12
0 additions, 12 deletions
SOL005/NSDManagement-API/NSDManagementKeywords.robot
with
0 additions
and
12 deletions
SOL005/NSDManagement-API/NSDManagementKeywords.robot
+
0
−
12
View file @
72f20b1d
...
...
@@ -315,18 +315,6 @@ Check HTTP Response Header Content-Type Is Any of
[
Arguments
]
${header1}
${header2}
Should Contain Any
${response['headers']['Content-Type']}
${header1}
${header2}
Check HTTP Response Header Content-Range Is Present and Matches the requested range
Log
Check Content-Range HTTP Header
Should Contain
${response['headers']}
Content-Range
Should Be Equal As Strings
${response['headers']['Content-Range']}
${range}
Log
Header Content-Range is present
Check HTTP Response Header Content-Length Is Present and Matches the requested range length
Log
Check Content-Length HTTP Header
Should Contain
${response['headers']}
Content-Length
Should Be Equal As Integers
${response['headers']['Content-Length']}
${length}
Log
Header Content-Length is present
Get NSD Content in Zip Format
Log
Trying to get a NSD present in the NFVO Catalogue
Set Headers
{"Accept": "
${ACCEPT_ZIP}
"}
...
...
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