*** Variables ***
${AUTH_USAGE}      1
${AUTHORIZATION_HEADER}      Authorization
${AUTHORIZATION_TOKEN}      Bearer 0b79bab50daca910b000d4f1a2b675d604257e42
${INSUFFICIENT_AUTHORIZATION_TOKEN}    Bearer INSUFFICIENT_AUTHORIZATION_TOKEN  #The provided authorization token can be insufficient, expired, etc, and server refuses to authorize the request with this token.
${apiRoot}      /
${apiName}      lcmcoord
${apiMajorVersion}      v1
${response}=    httpresponse
${EM-VNF_HOST}      localhost    # Hostname of the NFVO
${EM-VNF_PORT}      8081    # Listening port of the NFVO
${EM-VNF_SCHEMA}    https
${CONTENT_TYPE_JSON}    application/json
${ACCEPT_JSON}         application/json

${SYNCHRONOUS_MODE_SUPPORT}      1  #Set it to 0 if API producer supporting Asynchronous mode, and set it to 1 if API producer supporting Synchronous mode.

${coordinationId}      6fc3539c-e602-4afa-8e13-962fb5a7d81f

${Id_of_Finished_Coordination_Action}      6fc3539c-e602-4afa-8e13-962fb5a7d81f #Id of Coordination action which has Finished its processing, to test the conflict test suite.
${Id_of_Ongoing_Coordination_Action}      6fc3539c-e602-4afa-8e13-962fb5a7d81f #Id of Coordination action which is currently ongoing.

### Template data for coordinationRequest
${vnfInstanceId}      6fc3539c-e602-4afa-8e13-962fb5a7d81f    
${vnfLcmOpOccId}      6fc3539c-e602-4afa-8e13-962fb5a7d81f
${coordinationActionName}      6fc3539c-e602-4afa-8e13-962fb5a7d81f
${lcmOperationType}      INSTANTIATE  #Permitted values to represent VNF lifecycle operation types in VNF LCM operation coordination actions
${vnfLcmOpOccHref}
${vnfInstanceHref}

### Template data for coordinationRequest for LCMOpp not in PROCESSING state
${vnfLcmOpOccHrefNotProcessing}    not-in-PROCESSING-vnfLcmOpOccHref-for-conflict-scenario
${vnfLcmOpOccIdNotProcessing}    not-in-PROCESSING-vnfLcmOpOccId-for-conflict-scenario

### Template data for coordinationRequest for LCMOpp when API producer cannot execute immediately the request
${vnfLcmOpOccHrefServiceUnavailable}
${vnfLcmOpOccIdServiceUnavailable}