Skip to content
Snippets Groups Projects
Commit b85bdcef authored by Elian Kraja's avatar Elian Kraja
Browse files

Removing unused variables

parent 979b4e5a
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !201. Comments created here will be created in the context of that merge request.
......@@ -11,18 +11,12 @@ ${AUTH_USAGE} 1
${NEG_AUTHORIZATION_TOKEN} Bearer negativetoken
${apiMajorVersion} v2
${apiName} nsd
${FIELD_USAGE} 1
${NFVO_AUTHENTICATION} Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9
${NFVO_AUTH_USAGE} 1
${MOCK_SERVER_JAR} ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
${callback_port} 9091
${callback_uri} http://172.21.248.145
${callback_endpoint} /nsd/subscriptions
${callback_endpoint_error} /subs_404
${callback_endpoint_fwd} /endpoint/check
${sleep_interval} 20s
${notification_request} []
${notification_response} []
......@@ -31,7 +25,6 @@ ${testOptionalMethods} 0
${NFVO_CHECKS_NOTIF_ENDPOINT} 1 ## If true, during subscription, the FUT performs a get to the notification endpoint
${NFVO_ALLOWS_DUPLICATE_SUBS} 1
${total_polling_time} 2 min
${polling_interval} 10 sec
${response} httpresponse
......@@ -45,7 +38,6 @@ ${newSubscriptionId} newSubsciptionId
${origResponse} httpresponse
${POS_FIELDS} nsdOnboardingState=ONBOARDED
${NEG_FIELDS} wrongName=any_value
${nsdInfoId} 5a569e1d-4ffe-4e9a-8cf6-c24226651e56
${nsdInfoIdPlain} 5a569e1d-4ffe-4e9a-8cf6-c24226651e56
......@@ -54,28 +46,19 @@ ${erroneous_nsdInfoId} erroneous_nsdInfoId
${disabledNsdInfoId} 5a569e1d-4ffe-4e9a-8cf6-c24226651e56
${fields} _links
${NFVO_FIELDS} 1
${Etag}= an etag
${modifiedNsdInfoId} f27200b1-1d8b-48c2-9d98-a993b8ab117f
${notOnboardedNsdInfoId} b992a851-08b1-45a8-9282-a5f7a7df04a6
${ACCEPT_ZIP} application/zip
${ACCEPT_PLAIN} text/plain
${CONTENT_TYPE_ZIP} application/zip
${CONTENT_TYPE_PLAIN} text/plain
${onboardingStateNsdInfoId} b992a851-08b1-45a8-9282-a5f7a7df04a6
${contentZipNsd} files/nsd.zip
${contentFileNsd} files/nsd.yml
${creatingNsdInfoId} 71241932-994a-46e2-ad6c-1740674dda44
${BAD_AUTHORIZATION_TOKEN} Bear sometoken
${original_etag} 1234
${wrong_etag} abcd
${usageState} state
${length} 1024
${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
......@@ -85,12 +68,8 @@ ${full_lenght} 2000
${pnfdInfoId} 40853bda-8a8f-4f63-9130-cef439f65348
${creatingPnfdInfoId} 71241932-994a-46e2-ad6c-1740674dda44
${erroneous_pnfdInfoId} erroneous_pnfdInfoId
${enabledPnfdInfoId} 40853bda-8a8f-4f63-9130-cef439f65348
${erroneous_pnfdId} erroneousPnfdId
${onboardingStatePnfdId} 8ed2bf1f-f6ae-4d18-b478-bfab02fd4cd2
${contentZipPnfd} files/pnfd.zip
${contentFilePnfd} files/pnfd.yml
${creatingPnfdId} 2e4ce0ef-3ea8-49f9-92dd-8771866015bb
${userDefinedDataSet} some
${pnfd_artifactPath} artifactPath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment