*** Variables ***
${NFVMANOHOST}      localhost  
${NFVMANO_PORT}      8080    
${NFVMANO_SCHEMA}    https

${AUTHORIZATION_TOKEN}    Bearer 0b79bab50daca910b000d4f1a2b675d604257e42
${NEG_AUTHORIZATION_TOKEN}    Bearer negativetoken

${BAD_AUTHORIZATION_TOKEN}    Bear sometoken

${CONTENT_TYPE_JSON}    application/json
${ACCEPT_JSON}    application/json
${CONTENT_TYPE_PATCH}    application/merge-patch+json
${AUTH_USAGE}     1

${NFVMANO_CHECKS_NOTIF_ENDPOINT}    1        ## If true, during subscription, the FUT performs a get to the notification endpoint



${apiRoot}        /
${apiMajorVersion}     v2
${apiName}        nfvmanocim

${response}    

${filter}
${filter_value} 

${fields}

${changeStateOpOccId}

${manoServiceInterfaceId}

${peerEntityId}

${callback_port}    9091
${callback_uri}    http://172.22.1.7:${callback_port}
${unreachable_callback_uri}   http://unreachable_callback_uri-error-code-422
${callback_endpoint}    /subscriptions
${filter_ok}      callbackUri=${callbackUri}
${filter_ko}      erroneousFilter=erroneous
${callback_endpoint_fwd}    /endpoint/check



${total_polling_time}   2 min
${polling_interval}     10 sec

${notification_request}    []
${notification_response}    []

${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar

${subscriptionId}    17563e75-0e14-4bd7-94b4-6bbb869c79aa
${erroneousSubscriptionId}    erroneousSubscriptionId
${newSubscriptionId}    newSubsciptionId

${origResponse}    {}

${name}    EntityName
${type}    NFVO

${state}    operational
${stateAction}    START

${retry}   2 min
${polling}    10 sec

${callbackResp}		127.0.0.1