variables.txt 1.36 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
${NFVO_HOST}      localhost    # Hostname of the NFVO
${NFVO_PORT}      8081    # Listening port of the NFVO
${VNFM_SCHEMA}    https
${NFVO_SCHEMA}    https
${AUTHORIZATION}    Bearer    QWxhZGRpbjpvcGVuIHNlc2FtZQ==
${CONTENT_TYPE}    application/json
${CONTENT_TYPE_PATCH}    application/merge-patch+json 
${PATCH_BODY_REQUEST}    {}
mengxuan.zhao's avatar
mengxuan.zhao committed
${PATCH_BODY_REQUEST_CONFLICT}    {} 
${INSTANTIATE_VNF_REQUEST}    {}  
mengxuan.zhao's avatar
mengxuan.zhao committed
${ACCEPT}         application/json
${apiRoot}        /
${apiName}        vnflcm
${apiVersion}     v1    
mengxuan.zhao's avatar
mengxuan.zhao committed
${AUTH_USAGE}     1
${WRONG_AUTHORIZATION}    Bearer    XXXXXWRONGXXXXX
${vnfInstanceId}       6fc3539c-e602-4afa-8e13-962fb5a7d81f
${vnfInstanceName}    Test-VnfInstance
${vnfInstanceDescription}    description vnf
${vnfInstanceDescription_Update}    Updated description vnf 
mengxuan.zhao's avatar
mengxuan.zhao committed
${SINGLE_FILE_VNFD}    1    # If VNFD is PLAIN TEXT
${ACCEPT_PLAIN}    text/plain
${ACCEPT_ZIP}     application/zip
${vnfPkgId_processing}    007c111c-38a1-42c0-a666-7475ecb1567c
${ARTIFACT_TYPE}    application/octet-stream
${ARTIFACT_ID}    artifactId
mengxuan.zhao's avatar
mengxuan.zhao committed
${WRONG_ACCEPT}    application/json
${Scale_Vnf_REQUEST}    {}
mengxuan.zhao's avatar
mengxuan.zhao committed
${Scale_Vnf_to_Level_REQUEST}    {}
${Change_Vnf_Flavour_REQUEST}    {}
${Terminate_Vnf_REQUEST}    {}
${Heal_Vnf_REQUEST}    {}
${Operate_Vnf_REQUEST}    {}