Skip to content
Snippets Groups Projects
variables.txt 1.68 KiB
Newer Older
  • Learn to ignore specific revisions
  • Elian Kraja's avatar
    Elian Kraja committed
    *** Variables ***
    
    Elian Kraja's avatar
    Elian Kraja committed
    ${PRODUCER_HOST}    localhost   
    ${PRODUCER_PORT}    8081    
    
    Elian Kraja's avatar
    Elian Kraja committed
    ${PRODUCER_SCHEMA}    https
    
    ${AUTHORIZATION_HEADER}    Authorization
    ${AUTHORIZATION_TOKEN}    Bearer 0b79bab50daca910b000d4f1a2b675d604257e42
    ${NEG_AUTHORIZATION_TOKEN}    Bearer negativetoken
    ${BAD_AUTHORIZATION_TOKEN}    Bear sometoken
    
    Elian Kraja's avatar
    Elian Kraja committed
    ${CONTENT_TYPE_JSON}    application/json
    
    Elian Kraja's avatar
    Elian Kraja committed
    ${EM-VNF_HOST}    localhost
    ${EM-VNF_PORT}    8002
    ${EM-VNF_SCHEMA}    https
    
    Elian Kraja's avatar
    Elian Kraja committed
    ${ACCEPT_JSON}    application/json
    ${AUTH_USAGE}     1
    
    Elian Kraja's avatar
    Elian Kraja committed
    ${apiRoot}        /
    
    Najam UI Hassan's avatar
    Najam UI Hassan committed
    ${apiMajorVersion}     v1
    
    Elian Kraja's avatar
    Elian Kraja committed
    ${apiName}        vnfind
    
    
    
    ${VNFM_CHECKS_NOTIF_ENDPOINT}    0
    
    ${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
    ${callback_uri}    http://localhost
    ${callback_port}    9091
    ${callback_endpoint}    /endpoint
    
    ${callback_endpoint_error}    /endpoint_404
    
    ${unreachable_callback_uri}    http://not-reachable-uri
    
    ${response}       some_response_object
    
    
    ${subscriptionId}    f3ae6df7-07e1-47c9-8924-9ebe10343586
    ${erroneousSubscriptionId}    442e3ee5-0499-4849-9b31-eb91ce1638f1    # Not existing ID on the subscriptions
    ${origResponse}=    httpresponse
    
    ${vnfInstanceId}    80b0deba-c398-445b-bef0-ac0fe733e3d0
    ${indicatorId}    34e70855-a9d3-4fef-aece-76a3cd266ec8
    ${notAllowedIndicatorId}    notAllowedId
    ${erroneousIndicatorId}    erroneousIndicatorId
    
    ${POS_FILTER}     callbackUri=http://127.0.0.1/subscribe
    ${NEG_FILTER}     callback=http://127.0.0.1/subscribe
    ${total_polling_time}   2 min
    ${polling_interval}     10 sec
    ${SEPERATOR}      =
    
    ${erroneousVnfInstanceId}    erroneousVnfInstanceId
    ${POS_FIELDS}     name=vnfIndicator
    ${NEG_FIELDS}     wrongName=any_value
    
    
    ${vnfIndicators}  =     
    
    ${VAR_SEPERATOR}    &
    
    ${callbackResp}    localhost