Skip to content
variables.txt 1.29 KiB
Newer Older
*** Variables ***
${NFVO_HOST}      localhost    # Hostname of the NFVO
${NFVO_PORT}      8081    # Listening port of the NFVO
${NFVO_SCHEMA}    https
${AUTHORIZATION_HEADER}    Authorization
${AUTHORIZATION_TOKEN}    Bearer 0b79bab50daca910b000d4f1a2b675d604257e42
${ACCEPT_JSON}    application/json
${AUTH_USAGE}     1
${CONTENT_TYPE_JSON}    application/json

${CONTENT_TYPE_PATCH}    application/merge-patch+json

${original_etag}    1234
${invalid_etag}    4321 

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

${PAGING_SUPPORTED}    1

${response}    httpresponse


${callback_uri}    http://localhost
${new_callback_uri}    http://newcallbackuri/for/modifications
${unreachable_callback_uri}    http://unreachable/endpoint

${POS_FILTER_info}     vimId=41fdd38a-3d4c-465c-83e0-f80e014425f8 ,resourceType=VR_COMPUTE    # Positive case, suing compiant fields name for filtering get request
${POS_FILTER_threshold}     id=41fdd38a-3d4c-465c-83e0-f80e014425f8    # Positive case, suing compiant fields name for filtering get request
${NEG_FILTER}     nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8    # Negative case, using wrong name of field
${fields_capacityInfo}         timeInterval

${callbackResp}    localhost

${vimId}
${invalidVimId}
${capacityThreshold}
${invalid_capacityThreshold}