Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
api-tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NFV - Network Functions Virtualisation
api-tests
Commits
5136f1d4
Commit
5136f1d4
authored
3 years ago
by
Elian Kraja
Browse files
Options
Downloads
Patches
Plain Diff
Removing unused variables
parent
b1da51a9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!230
Merging "3.5.1 dev" into "Release 3"
,
!206
SOL005 VNF Snapshot Package Management - Implementation of deltas between v3.5.1 and v3.3.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SOL005/VNFSnapshotPackageManagement-API/environment/variables.txt
+0
-63
0 additions, 63 deletions
...NFSnapshotPackageManagement-API/environment/variables.txt
with
0 additions
and
63 deletions
SOL005/VNFSnapshotPackageManagement-API/environment/variables.txt
+
0
−
63
View file @
5136f1d4
...
...
@@ -7,71 +7,20 @@ ${AUTHORIZATION_TOKEN} Bearer 0b79bab50daca910b000d4f1a2b675d604257e42
${ACCEPT_JSON} application/json
${AUTH_USAGE} 1
${CONTENT_TYPE_JSON} application/json
${NEG_AUTHORIZATION} Bearer negativetoken
${NFVO_FIELDS} 1
${vnfPackageId} 788106a2-d692-44f3-a86d-384f0ce35e42
${vndId} 788106a2-d692-44f3-a86d-384f0ce35e42
${onboardingStateVnfPkgId} f9f130e4-05eb-4082-a676-4c97d13a883d
${onboardingStateVnfdId} f9f130e4-05eb-4082-a676-4c97d13a883d
${apiRoot} /
${apiMajorVersion} v1
${apiName} vnfsnapshotpkgm
${NFVO_CHECKS_NOTIF_ENDPOINT} 1 ## If true, during subscription, the FUT performs a get to the notification endpoint
${NFVO_ALLOWS_DUPLICATE_SUBS} 1
${PAGING_SUPPORTED} 1
${response} httpresponse
${MOCK_SERVER_JAR} ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
${callback_uri} http://localhost
${callback_port} 9091
${callback_endpoint} /endpoint
${callback_endpoint_fwd} /endpoint/check
${callback_endpoint_error} /endpoint_404
${sleep_interval} 20s
${total_polling_time} 2 min
${polling_interval} 10 sec
${notification_request} []
${notification_response} []
${NFVO_non-MANO_OK} 1 # If 1 means that non-MANO artifacts are supported by the NFVO
${non_mano_artifact_sets}
${subscriptionId} f3ae6df7-07e1-47c9-8924-9ebe10343586
${erroneousSubscriptionId} 442e3ee5-0499-4849-9b31-eb91ce1638f1 # Not existing ID on the subscriptions
${newSubscriptionId} newSubsciptionId
${origResponse} httpresponse
${erroneousVnfPackageId} erroneousVnfPackageId # Given ID for vnfPkg not present in database
${erroneousVnfdId} erroneousVnfdId
${filter_ok} id=f9f130e4-05eb-4082-a676-4c97d13a883d
${filter_ko} nfvId=f9f130e4-05eb-4082-a676-4c97d13a883d # Not existant filter attribute-based
${SEPERATOR} =
${ACCEPT_PLAIN} text/plain
${CONTENT_TYPE_PLAIN} text/plain
${vnfPkgPlainVNFD} c26ad7fb-072b-48c4-a663-7d71646d9e98 # The VNF Pakcage contains a VNFD which is a Single Plain File
${ACCEPT_ZIP} application/zip
${ACCEPT_OCTET} application/octet-stream
${CONTENT_TYPE_ZIP} application/zip
${vnfPkgZipVNFD} f5b220d4-6177-4ebb-a554-a43311e16075 # The VNF Package contains a VNFD composed by multiple files
${erroneousVnfPkgId} erroneousVnfPackageId # Given ID for vnfPkg not present in database
${vndIdZipVnfd} f5b220d4-6177-4ebb-a554-a43311e16075
${artifactPath} artifactPath
${ext_artifactPath} artifactPath/external
...
...
@@ -80,19 +29,8 @@ ${NFVO_RANGE_OK} 1 # If 1 means that Range is supported by the NFVO
${range} bytes=0-1023
${full_length} 2000 # Size of the requested artifact to be downloaded via partial downloads
${erroneousRange} bytes=10000000-1000000000 # Requesting a out of range number of bytes
${vnfPackageOctetStreamId} octetStreamPkgId
${vnfdOctetStreamId} octetStreamVnfdId
${vndEncryptedArtifactID} encryptedId
${length} 1024
${POS_FILTER} vnfdId=41fdd38a-3d4c-465c-83e0-f80e014425f8 ,vnfProvider=NXW # Positive case, suing compiant fields name for filtering get request
${NEG_FILTER} nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8 # Negative case, using wrong name of field
${fields} additionalArtifacts,failureDetails
${VAR_SEPERATOR} &
${callbackResp} localhost
${vnfSnapshotPkgId}
${invalidVnfSnapshotPkgId}
...
...
@@ -102,4 +40,3 @@ ${vnfInstanceId} associated-with-extraction-of-VNF-snapshot-package
${invalidVnfInstanceId} invlalid-association-with-VNF-snapshot-package
${vnfPackageContent_URI} http://uri/for/vnfpackagecontent/upload
${externalArtifact_URI} http://uri/for/external/artifact
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment