Skip to content
Snippets Groups Projects
variables.txt 3.5 KiB
Newer Older
  • Learn to ignore specific revisions
  • Elian Kraja's avatar
    Elian Kraja committed
    ${NFVO_HOST}    localhost    # Hostname of the NFVO
    ${NFVO_PORT}    8081    # Listening port of the NFVO
    ${NFVO_SCHEMA}    https
    ${AUTHORIZATION}    Bearer 0b79bab50daca910b000d4f1a2b675d604257e42
    ${CONTENT_TYPE_JSON}    application/json
    ${ACCEPT_JSON}    application/json
    ${apiRoot}        /
    ${AUTH_USAGE}     1
    ${NEG_AUTHORIZATION}    Bearer negativetoken
    
    Najam UI Hassan's avatar
    Najam UI Hassan committed
    ${apiMajorVersion}     v1
    
    Elian Kraja's avatar
    Elian Kraja committed
    ${apiName}        nsd
    ${FIELD_USAGE}    1
    ${NFVO_AUTHENTICATION}    Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9
    ${NFVO_AUTH_USAGE}    1
    
    ${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar
    
    
    ${callback_uri}    http://172.21.248.145
    
    ${callback_endpoint}    /nsd/subscriptions
    ${callback_endpoint_error}    /subs_404
    
    ${callback_endpoint_fwd}    /endpoint/check
    ${sleep_interval}    20s
    
    ${notification_request}    []
    ${notification_response}    []
    
    Elian Kraja's avatar
    Elian Kraja committed
    
    ${testOptionalMethods}    0
    
    
    ${NFVO_CHECKS_NOTIF_ENDPOINT}    1        ## If true, during subscription, the FUT performs a get to the notification endpoint
    
    ${NFVO_ALLOWS_DUPLICATE_SUBS}    1
    ${total_polling_time}   2 min
    ${polling_interval}     10 sec
    
    ${response}    httpresponse
    
    root's avatar
    root committed
    ${retry}		5x
    
    ${interval}		5 sec
    
    
    ${subscriptionId}    f3ae6df7-07e1-47c9-8924-9ebe10343586
    ${erroneousSubscriptionId}    442e3ee5-0499-4849-9b31-eb91ce1638f1    # Not existing ID on the subscriptions
    ${newSubscriptionId}    newSubsciptionId    
    ${origResponse}    httpresponse
    
    
    
    Elian Kraja's avatar
    Elian Kraja committed
    ${POS_FIELDS}     nsdOnboardingState=ONBOARDED
    
    ${NEG_FIELDS}     wrongName=any_value
    ${nsdInfoId}    5a569e1d-4ffe-4e9a-8cf6-c24226651e56
    ${nsdInfoIdPlain}    5a569e1d-4ffe-4e9a-8cf6-c24226651e56
    ${nsdInfoIdZip}    5a569e1d-4ffe-4e9a-8cf6-c24226651e56
    ${erroneous_nsdInfoId}  erroneous_nsdInfoId
    ${disabledNsdInfoId}  5a569e1d-4ffe-4e9a-8cf6-c24226651e56
    ${fields}    _links
    ${NFVO_FIELDS}    1
    ${Etag}=    an etag
    ${modifiedNsdInfoId}    f27200b1-1d8b-48c2-9d98-a993b8ab117f
    ${notOnboardedNsdInfoId}    b992a851-08b1-45a8-9282-a5f7a7df04a6
    ${ACCEPT_ZIP}    application/zip
    ${ACCEPT_PLAIN}    text/plain
    ${CONTENT_TYPE_ZIP}    application/zip
    ${CONTENT_TYPE_PLAIN}    text/plain
    ${NFVO_RANGE_OK}    1
    ${range}          bytes=0-1023
    ${erroneousRange}    bytes=100000-1000000    # Requesting a out of range number of bytes
    ${onboardingStateNsdInfoId}    b992a851-08b1-45a8-9282-a5f7a7df04a6
    
    ${contentZipNsd}    files/nsd.zip
    ${contentFileNsd}    files/nsd.zip
    
    ${creatingNsdInfoId}    71241932-994a-46e2-ad6c-1740674dda44
    ${BAD_AUTHORIZATION}    Bear sometoken
    ${original_etag}    1234
    ${wrong_etag}    abcd
    ${usageState}    state
    ${length}          1024
    ${createdNsdInfoId}    f27200b1-1d8b-48c2-9d98-a993b8ab117f
    ${NSD_NAME}     nsdName=onBoardedNSD
    ${PNFD_NAME}     pnfdName=onBoardedPNFD
    ${SEPERATOR}      =
    
    
    ${pnfdInfoId}    40853bda-8a8f-4f63-9130-cef439f65348
    ${erroneous_pnfdInfoId}  erroneous_pnfdInfoId
    ${enabledPnfdInfoId}  40853bda-8a8f-4f63-9130-cef439f65348
    ${erroneous_pnfdId}    erroneousPnfdId
    ${onboardingStatePnfdId}    8ed2bf1f-f6ae-4d18-b478-bfab02fd4cd2
    
    ${contentZipPnfd}    files/pnfd.zip
    ${contentFilePnfd}    files/pnfd.yml
    
    ${creatingPnfdId}    2e4ce0ef-3ea8-49f9-92dd-8771866015bb
    ${userDefinedDataSet}    some
    
    ${notifCallbackUri}     http://172.22.1.7:9091/nsd/subscriptions
    ${filter_ok}      callbackUri=${notifCallbackUri}
    ${filter_ko}      nfvId=f9f130e4-05eb-4082-a676-4c97d13a883d    # Not existant filter attribute-based
    
    ${callbackResp}    127.0.0.1
    
    ${check_descriptors}    1
    ${descriptorType}    SOL001
    
    ${NS_DescriptorID}
    ${Designer}
    ${NS_Name}
    ${NS_Version}
    ${NS_InvariantId}