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