Commit 7c4a19b2 authored by Elian Kraja's avatar Elian Kraja
Browse files

Fix issue #158

parent 5ab1a5c7
......@@ -2,8 +2,8 @@
${artifactPath} artifactPath
${CONTENT_TYPE_OCTET} application/octet-stream
${NFVO_RANGE_OK} 1 # If 1 means that Range is supported by the NFVO
${range} bytes 0-1023
${range} 0-1023
${full_length} 2000 # Full size of the artifact to be downloaded using partial download
${erroneousRange} bytes 10000000-1000000000 # Requesting a out of range number of bytes
${erroneousRange} 10000000-1000000000 # Requesting a out of range number of bytes
${erroneousVnfPkgId} erroneousPkgId
${vnfPackageOctetStreamId} octetStreamPkgId
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment