variables.txt 2.71 KB
Newer Older
aureliano sinatra's avatar
aureliano sinatra committed
*** Variables ***
${VNFM_HOST}      localhost    # Hostname of the VNFM
${VNFM_PORT}      8080    # Listening port of the VNFM
${NFVO_HOST}      localhost    # Hostname of the NFVO
${NFVO_PORT}      8081    # Listening port of the NFVO
aureliano sinatra's avatar
aureliano sinatra committed
${VNFM_SCHEMA}    https
${NFVO_SCHEMA}    https

${AUTHORIZATION}    Bearer    QWxhZGRpbjpvcGVuIHNlc2FtZQ==
aureliano sinatra's avatar
aureliano sinatra committed
${CONTENT_TYPE}    application/json
${CONTENT_TYPE_PATCH}    application/merge-patch+json
Giacomo Bernini's avatar
Giacomo Bernini committed
${ACCEPT_JSON}         application/json
aureliano sinatra's avatar
aureliano sinatra committed
${ACCEPT}         application/json
${apiRoot}        /
aureliano sinatra's avatar
aureliano sinatra committed
${apiName}        nslcm
Najam UI Hassan's avatar
Najam UI Hassan committed
${apiMajorVersion}     v1
aureliano sinatra's avatar
aureliano sinatra committed
${AUTH_USAGE}     1
${WRONG_AUTHORIZATION}    Bearer    XXXXXWRONGXXXXX
${nsInstanceId}       6fc3539c-e602-4afa-8e13-962fb5a7d81f
${nsdId}                58a7beb6-aa89-405e-bd90-7d276b967c03
${disabledNsdId}        fca7c896-a7d0-4ff8-865e-f5c8ee2fd1c3
${nonExistentNsId}      nonExistent
Giacomo Bernini's avatar
Giacomo Bernini committed
${ConflictNsInstanceId}    007c111c-e602-4afa-8e13-962fb5a7d81d
aureliano sinatra's avatar
aureliano sinatra committed
${nsInstanceName}    Test-nsInstance
${nsInstanceDescription}    description ns
${nsInstanceDescription_Update}    Updated description ns
${nsFlavourId}      0
${nsDegreeHealing}      HEAL_RESTORE
${vimAccountId}      	931f6a4d-6a97-43f3-a6f0-13853ef577ea
aureliano sinatra's avatar
aureliano sinatra committed
${SINGLE_FILE_VNFD}    1    # If VNFD is PLAIN TEXT
${ACCEPT_PLAIN}    text/plain
${ACCEPT_ZIP}     application/zip
${nsPkgId_processing}    007c111c-38a1-42c0-a666-7475ecb1567c
${ARTIFACT_TYPE}    application/octet-stream
${ARTIFACT_ID}    artifactId
${WRONG_ACCEPT}    application/json
${nsLcmOpOccId}    6fc3539c-e602-4afa-8e13-962fb5a7d81d
aureliano sinatra's avatar
aureliano sinatra committed
${CancelMode}    GRACEFUL
${NFVO_DUPLICATION}    0
${sub_filter}    filter
${sub_filter_invalid}    filter_invalid
Giacomo Bernini's avatar
Giacomo Bernini committed
${fields}         criteria,objectInstanceIds
aureliano sinatra's avatar
aureliano sinatra committed
${subscriptionId}    6fc3539c-e602-4afa-8e13-962fb5a7d81f
${VnfLcmOperationOccurrenceNotification}    {}
${VnfIdentifierCreationNotification}    {}
${VnfIdentifierDeletionNotification}    {}
${vnfUpdateType}    ADD_VNF
${instantiationLevelId}     myNextLevel

${scaleType}        SCALE_VNF
${scaleTimeout}     1
${scaleVnfType}     SCALE_IN
${scaleGroupDescriptor}     myScalingGroup
${scaleMemberVnfIndex}     1
aureliano sinatra's avatar
aureliano sinatra committed

${callback_port}    9091
${callback_uri}    http://localhost:${callback_port}
aureliano sinatra's avatar
aureliano sinatra committed
${callback_endpoint}    /endpoint
${callback_endpoint_fwd}    /endpoint/check
aureliano sinatra's avatar
aureliano sinatra committed
${callback_endpoint_error}    /endpoint_404
${sleep_interval}    20s
${total_polling_time}   2 min
${polling_interval}     10 sec

${notification_request}    {}
${notification_response}    {}

${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
aureliano sinatra's avatar
aureliano sinatra committed

${response}    {}

${Etag}=    an etag
${Etag_modified}=    a modified etag
Giacomo Bernini's avatar
Giacomo Bernini committed

${NEG_FILTER}    attribute_not_exist=some_value
${NEG_SELECTOR}    fields=wrong_field
${json}    {"notificationStatus": ""}

${callbackResp}    127.0.0.1