Skip to content
Snippets Groups Projects

SOL003 VNF Lifecycle Management - Implementation of deltas between v3.3.1 and v2.7.1

Merged Giacomo Bernini requested to merge 3.3.1-dev-SOL003-VNFLifecycleManagement into 3.3.1-dev
8 files
+ 1930
22
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -29,6 +29,16 @@ ${ARTIFACT_ID} artifactId
${WRONG_ACCEPT} application/json
${SYNC_MODE} 0
${original_etag} 1234
${invalid_etag} 4321
${ACCEPT_OCTET} application/octet-stream
${CONTENT_TYPE_OCTET} application/octet-stream
${VNFM_RANGE_OK} 1 # If 1 means that Range is supported by the VNFM
${range} bytes=0-1023
${erroneousRange} bytes=10000000-1000000000 # Requesting a out of range number of bytes
${instantiatedVnfInstanceId} 6fc3539c-e602-4afa-8e13-962fb5a7d81f
${notInstantiatedVnfInstanceId} 6fc3539c-e602-4afa-8e13-962fb5a7d81f
${notExistingVnfInstanceId} 6fc3539c-e602-4afa-8e13-962fb5a7d81f
@@ -37,6 +47,8 @@ ${subscriptionId} 6fc3539c-e602-4afa-8e13-962fb5a7d81f
${conflicVnfInstanceId} 6fc3539c-e602-4afa-8e13-962fb5a7d81f
${vnfInstanceId_NoSnapshotTask} no-snapshot-task-supported
${vnfSnapshotInfoId}
${vnfSnapshotInfoId_InUse} snapshotId-of-a-resource-AlreadyInUse-bySomeOther-operation
${vnfSnapshotInfoId_creationIncomplete} snapshotId-of-a-resource-whose-creation-isn't-complete
${invalidVnfSnapshotInfoId}
${vnfSnapshotPkgId}
Loading