variables.txt 471 Bytes
Newer Older
*** Variables ***
${response}=    httpresponse
Elian Kraja's avatar
Elian Kraja committed

${EM-VNF_HOST}      localhost    # Hostname of the NFVO
${EM-VNF_PORT}      8081    # Listening port of the NFVO
${EM-VNF_SCHEMA}    https

${ACCEPT}         application/json
${AUTH_USAGE}     1
${AUTHORIZATION_HEADER}    Authorization
${AUTHORIZATION_TOKEN}    Bearer 0b79bab50daca910b000d4f1a2b675d604257e42
${CONTENT_TYPE}    application/json
${apiRoot}        /
${apiName}        vnfconfig
Elian Kraja's avatar
Elian Kraja committed
${apiMajorVersion}     v1