*** Variables ***
${NFVO_HOST}      localhost    # Hostname of the NFVO
${NFVO_PORT}      8081    # Listening port of the NFVO
${NFVO_SCHEMA}    https
${OAUTH_ENCRYPTION_ALGORITHM}  HS256
${OAUTH_KEY}
${AUTHORIZATION_HEADER}    Authorization
${GRANT_PERMITTED_SCOPE}  grant:v1:all
${GRANT_NOT_PERMITTED_SCOPE}  grant:v1:all:invalid
${AUTHORIZATION_TOKEN}    Bearer 0b79bab50daca910b000d4f1a2b675d604257e42
${CONTENT_TYPE}    application/json
${ACCEPT}         application/json
${AUTH_USAGE}     1
${grantId}    6fc3539c-e602-4afa-8e13-962fb5a7d81d

${apiRoot}        /
${apiName}        grant
${apiMajorVersion}     v1
${API_VERSION}    1.13.0

${SYNC_MODE}    1

${response}    {}

${VNFM_HOST}      localhost    # Hostname of the VNFM
${VNFM_PORT}      8080    # Listening port of the VNFM
${VNFM_SCHEMA}    https

${subscriptionId}    6fc3539c-e602-4afa-8e13-962fb5a7d81f
${vnfInstanceId}    myVnfInstanceId
${vnfLcmOpOccId}    myLcmOccId
${instantiationLevelId}

${descriptorType}    SOL001
${check_descriptors}	1

${tosca_type_VDU_compute}    tosca.nodes.nfv.Vdu.Compute
${tosca_type_virtual_link}    tosca.nodes.nfv.VnfVirtualLink
${tosca_type_VDU_cp}    tosca.nodes.nfv.VduCp
 
${VDU_IDs}
${externalCP_IDs}
${Compute_IDs}

${scaleAspectId}

${Descriptor_ID}
${Provider}
${Product_Name}
${Software_Version}
${Descriptor_Version}
${Flavour_ID}