variables.txt 2.91 KB
Newer Older
mengxuan.zhao's avatar
mengxuan.zhao committed
*** Variables ***
${VNFM_HOST}      localhost    # Hostname of the VNFM
${VNFM_PORT}      8080    # Listening port of the VNFM
${VNFM_SCHEMA}    https
${ACCEPT}         application/json
${ACCEPT_JSON}         application/json
${CONTENT_TYPE}    application/json
${AUTHORIZATION}    Bearer    QWxhZGRpbjpvcGVuIHNlc2FtZQ==
${AUTH_USAGE}     1
${CONTENT_TYPE_PATCH}    application/merge-patch+json

${apiRoot}        /
${apiName}        vnflcm
${apiMajorVersion}     v1

${CancelMode}    GRACEFUL
${VNFM_DUPLICATION}    0

${NFVO_HOST}      localhost    # Hostname of the NFVO
${NFVO_PORT}      8081    # Listening port of the NFVO
${NFVO_SCHEMA}    https
${WRONG_AUTHORIZATION}    Bearer    XXXXXWRONGXXXXX
${SINGLE_FILE_VNFD}    1    # If VNFD is PLAIN TEXT
${ACCEPT_PLAIN}    text/plain
${ACCEPT_ZIP}     application/zip
${ARTIFACT_TYPE}    application/octet-stream
${ARTIFACT_ID}    artifactId
${WRONG_ACCEPT}    application/json
${SYNC_MODE}    0


${vnfInstanceId}       6fc3539c-e602-4afa-8e13-962fb5a7d81f
mengxuan.zhao's avatar
mengxuan.zhao committed
${subscriptionId}    6fc3539c-e602-4afa-8e13-962fb5a7d81f
Elian Kraja's avatar
Elian Kraja committed
${vnfLcmOpOccId}    6fc3539c-e602-4afa-8e13-962fb5a7d81d
${conflicVnfInstanceId}    6fc3539c-e602-4afa-8e13-962fb5a7d81f
mengxuan.zhao's avatar
mengxuan.zhao committed
${VnfLcmOperationOccurrenceNotification}    {}
${VnfIdentifierCreationNotification}    {}
${VnfIdentifierDeletionNotification}    {}
Giacomo Bernini's avatar
Giacomo Bernini committed
${json}    {}
Elian Kraja's avatar
Elian Kraja committed
${requestedFlavour}    test

${sub_filter}    filter
${sub_filter_invalid}    filter_invalid

${notInstantiatedVnfInstanceId}    6fc3539c-e602-4afa-8e13-962fb5a7d81f
Giacomo Bernini's avatar
Giacomo Bernini committed
${fields}         criteria,objectInstanceIds
Elian Kraja's avatar
Elian Kraja committed

${vnfInstanceName}    Test-VnfInstance
${vnfInstanceDescription}    description vnf
${vnfInstanceDescription_Update}    Updated description vnf 
${vnfPkgId_processing}    007c111c-38a1-42c0-a666-7475ecb1567c
${changeVnfFlavourRequest}    {}
${changeVnfOperateRequest}    {}
${requestedState}   test
${changeVnfExtConnectivityRequest}    {}
${patchBodyRequest}   {}
${callback_uri}    http://localhost
${callback_port}    9091
${callback_notification}    /notification
${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}    []

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

${vnfdId}    6fc3539c-e602-4afa-8e13-962fb5a7d81f

${scaletype}    SCALE_OUT
${scaleAspectId}    myAspect

${instantiationLevelId}    myNextLevel

${newFlavourId}    myFlavour_new

${healingCause}    a new cause

${changeStateTo}    STOPPED
${stopType}    FORCEFUL

${terminationType}    GRACEFUL


${LccnSubscriptions}    
${scaleInfo}
${element}
${aspectId}
${scaleOutResponse}

uihassan's avatar
uihassan committed
${callbackResp}    localhost

${descriptorType}    SOL001
${vnfKey}    {}
${check_descriptors}	1

${descriptor_id}    
${provider}    
${product_name}    
${software_version}    
${descriptor_version}