Skip to content
Snippets Groups Projects

SOL005 NSD Management - Implementation of deltas between v3.3.1 and v2.7.1

Merged Giacomo Bernini requested to merge 3.3.1-dev-SOL005-NSD-Management into 3.3.1-dev
19 files
+ 713
172
Compare changes
  • Side-by-side
  • Inline
Files
19
@@ -9,7 +9,7 @@ ${ACCEPT_JSON} application/json
${apiRoot} /
${AUTH_USAGE} 1
${NEG_AUTHORIZATION_TOKEN} Bearer negativetoken
${apiMajorVersion} v1
${apiMajorVersion} v2
${apiName} nsd
${FIELD_USAGE} 1
${NFVO_AUTHENTICATION} Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9
@@ -61,9 +61,6 @@ ${ACCEPT_ZIP} application/zip
${ACCEPT_PLAIN} text/plain
${CONTENT_TYPE_ZIP} application/zip
${CONTENT_TYPE_PLAIN} text/plain
${NFVO_RANGE_OK} 1
${range} bytes=0-1023
${erroneousRange} bytes=100000-1000000 # Requesting a out of range number of bytes
${onboardingStateNsdInfoId} b992a851-08b1-45a8-9282-a5f7a7df04a6
${contentZipNsd} files/nsd.zip
${contentFileNsd} files/nsd.yml
@@ -77,6 +74,12 @@ ${createdNsdInfoId} f27200b1-1d8b-48c2-9d98-a993b8ab117f
${NSD_NAME} nsdName=onBoardedNSD
${PNFD_NAME} pnfdName=onBoardedPNFD
${SEPERATOR} =
${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
${erroneousRange} bytes=100000-1000000 # Requesting a out of range number of bytes
${full_lenght} 2000
${pnfdInfoId} 40853bda-8a8f-4f63-9130-cef439f65348
@@ -89,6 +92,7 @@ ${contentZipPnfd} files/pnfd.zip
${contentFilePnfd} files/pnfd.yml
${creatingPnfdId} 2e4ce0ef-3ea8-49f9-92dd-8771866015bb
${userDefinedDataSet} some
${pnfd_artifactPath} artifactPath
${notifCallbackUri} http://172.22.1.7:9091/nsd/subscriptions
${filter_ok} callbackUri=${notifCallbackUri}
Loading