*** 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
${NEG_AUTHORIZATION_TOKEN}    Bearer negativetoken
${NFVO_AUTH_USAGE}    1
${CONTENT_TYPE_JSON}    application/json
${ACCEPT_JSON}    application/json
${apiRoot}        /
${apiMajorVersion}     v1
${apiName}        lcmcoord


${response}    httpresponse

${coordinationId}    297b3460-dfbe-4c7f-80e6-7e7df8e11031
${ongoingCoordinationId}    afa7e711-dd83-4605-b426-57da720df71b
${erroneousCoordinationId}    ERRONEOUS_COORDINATION_ID
