variables.txt 1.34 KB
Newer Older
mengxuan.zhao's avatar
mengxuan.zhao committed
*** Variables ***
${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
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_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