Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A api-tests
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • NFV - Network Functions VirtualisationNFV - Network Functions Virtualisation
  • api-tests
  • Issues
  • #145
Closed
Open
Issue created Jan 29, 2021 by yaoyuy@yaoyuy

GET APIs with Range request in v2.6.1 VNFPackageManagement-API

When do the test GET APIs with range request , the results turned failed because of the keywords 'Check HTTP Response Header Content-Range Is Present and Matches the requested range'. In the code the Content-Range value in response should be equal with the Range value in request. But as far as i know, when the range value is added to request like "Range: bytes=0-1023", the actual size of the file will be added to the Content-Range value in response like "Content-Range: bytes=0-1023/2000". So the value of these two values can't be equal.

We found this problem in VNFPackageContent and VNFPackageArtifacrs both in SOL003 AND SOL005

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking