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

Fix issue #158

parent 5ab1a5c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -2,8 +2,8 @@
${artifactPath}    artifactPath
${artifactPath}    artifactPath
${CONTENT_TYPE_OCTET}    application/octet-stream
${CONTENT_TYPE_OCTET}    application/octet-stream
${NFVO_RANGE_OK}    1    # If 1 means that Range is supported by the NFVO
${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
${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
${erroneousVnfPkgId}    erroneousPkgId
${vnfPackageOctetStreamId}    octetStreamPkgId
${vnfPackageOctetStreamId}    octetStreamPkgId
 No newline at end of file