Commit c80f6878 authored by Hammad Zafar's avatar Hammad Zafar
Browse files

updated internal variables file and removed unused environment variables

parent bf2aaede
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -11,9 +11,9 @@ ${AUTH_USAGE} 1
${NEG_AUTHORIZATION_TOKEN}    Bearer negativetoken
${apiMajorVersion}     v1
${apiName}        nsd
${FIELD_USAGE}    1
${NFVO_AUTHENTICATION}    Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9
${NFVO_AUTH_USAGE}    1
#${FIELD_USAGE}    1    Not being used in the code
#${NFVO_AUTHENTICATION}    Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9
#${NFVO_AUTH_USAGE}    1

${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar

@@ -29,7 +29,8 @@ ${notification_response} []

${testOptionalMethods}    0

${NFVO_CHECKS_NOTIF_ENDPOINT}    1        ## If true, during subscription, the FUT performs a get to the notification endpoint
## not being used in the code anymore
#${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
@@ -45,7 +46,7 @@ ${newSubscriptionId} newSubsciptionId
${origResponse}    httpresponse


${POS_FIELDS}     nsdOnboardingState=ONBOARDED
#${POS_FIELDS}     nsdOnboardingState=ONBOARDED        #not being used
${NEG_FIELDS}     wrongName=any_value
${nsdInfoId}    5a569e1d-4ffe-4e9a-8cf6-c24226651e56
${nsdInfoIdPlain}    5a569e1d-4ffe-4e9a-8cf6-c24226651e56
+1 −4
Original line number Diff line number Diff line
@@ -301,9 +301,6 @@ ${NS_InvariantId}

### SOL005 NSLifecycleManagement-API ###

${VNFM_HOST}      localhost    # Hostname of the VNFM
${VNFM_PORT}      8080    # Listening port of the VNFM
${VNFM_SCHEMA}    https
#${CONTENT_TYPE}    application/json
#${CONTENT_TYPE_PATCH}    application/merge-patch+json
#${ACCEPT_JSON}         application/json