Commit 5eaab654 authored by Muhammad Hamza's avatar Muhammad Hamza Committed by Giacomo Bernini
Browse files

delete unused variables from variables.txt file

parent fde7c051
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
*** Variables ***
#${PRODUCER_HOST}    localhost   
#${PRODUCER_PORT}    8081    
#${PRODUCER_SCHEMA}    https
${AUTHORIZATION_HEADER}    Authorization
${AUTHORIZATION_TOKEN}    Bearer 0b79bab50daca910b000d4f1a2b675d604257e42
${NEG_AUTHORIZATION_TOKEN}    Bearer negativetoken
@@ -16,7 +13,6 @@ ${apiRoot} /
${apiMajorVersion}     v1
${apiName}        vnfind


${VNFM_CHECKS_NOTIF_ENDPOINT}    0

${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
@@ -28,7 +24,6 @@ ${unreachable_callback_uri} http://not-reachable-uri

${response}       some_response_object


${subscriptionId}    f3ae6df7-07e1-47c9-8924-9ebe10343586
${erroneousSubscriptionId}    442e3ee5-0499-4849-9b31-eb91ce1638f1    # Not existing ID on the subscriptions
${origResponse}=    httpresponse
@@ -48,8 +43,6 @@ ${erroneousVnfInstanceId} erroneousVnfInstanceId
${POS_FIELDS}     name=vnfIndicator
${NEG_FIELDS}     wrongName=any_value
   

#${vnfIndicators}  =     
${VAR_SEPERATOR}    &

${callbackResp}    localhost
 No newline at end of file