aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba
AgeCommit message (Expand)AuthorFilesLines
2020-11-30[COMMON][DOC] Bump version GuilinSylvain Desbureaux26-50/+50
2020-11-24[POMBA] Uses new tpls for repos / imagesSylvain Desbureaux159-187/+365
2020-11-20[GENERIC] move from registry.hub.docker.com to docker.ioSylvain Desbureaux3-3/+3
2020-10-21[POMBA] change comment styleJakub Latusek56-1/+113
2020-09-07Merge "[POMBA] Add logs to STDOUT"Sylvain Desbureaux1-0/+1
2020-09-04<
*** Settings ***
Documentation     The main interface for interacting with A&AI. It handles low level stuff like managing the http request library and A&AI required fields
Library       ExtendedSelenium2Library
Library           StringTemplater
Library           UUID      
Library           OperatingSystem      
Resource          ../global_properties.robot
Resource          ../browser_setup.robot

*** Variables ***
${SNK_HOSTS_TEMPLATE}     http://\${host}:\${port}/hosts/
${SNK_HOME_TEMPLATE}     http://\${host}:\${port}/
${SNK_PATH}    
${SNK_PORT}    667
${BYTES_PER_PACKET}    29
${PACKETS_PER_SECOND_PER_STREAM}     11
${MONITOR_INTERVAL_IN_SECONDS}      4

*** Keywords ***
Get Darkstat Bytes In 
    [Documentation]    Get bytes received on the passed interface for the given interval  
    [Arguments]    ${host}    ${interface}    ${interval}=${MONITOR_INTERVAL_IN_SECONDS}     
    ${map}=  Create Dictionary     host=${host}    port=${SNK_PORT}    path=${SNK_PATH}   
    ${url}=    Template String    ${SNK_HOSTS_TEMPLATE}    ${map}        
    Connect to Darkstat    ${host}    ${url}        
    Title Should Be    Hosts (darkstat3 eth1)
    ${initial_bytes}=    Get Current Bytes In    ${interface}
    Sleep     ${interval}    
    Go To    ${url}
    ${new_bytes}=    Get Current Bytes In   ${interface}
    ${return_bytes}=    Evaluate    int(${new_bytes}) - int(${initial_bytes})
    [Return]    ${return_bytes}

Get Darkstat Packets In 
    [Documentation]    Get bytes received on the passed interface 2019-03-25
Fix eleastisearch field limitNorm Traxler4-288/+7
2019-03-19Remove pre-start curl scriptNorm Traxler3-43/+1
2019-03-13Add missing filebeat sidecars for Pombajmac5-0/+82
2019-03-08Use direct GET to get service instanceNorm Traxler1-3/+1
2019-03-06Merge "POMBA: X-ONAP-RequestID and X-PartnerName support"James MacNider1-30/+31
2019-03-05AaiCtxBuilder:Use direct GET instead of search qryLeigh, Phillip (pl876u)1-1/+1
2019-02-28POMBA: X-ONAP-RequestID and X-PartnerName supportTait,Trevor(rt0435)1-30/+31
2019-02-27[LOG-959] adding p-interface comparison rulePierre Rioux1-0/+6
2019-02-25Merge "LOG-958: PNF comparison rule"James MacNider1-2/+56
2019-02-22LOG-958: PNF comparison ruleNorm Traxler1-2/+56
2019-02-22Merge "align pomba dr with aai dr 1.3.3 for CMR"James MacNider1-1/+1
2019-02-21Merge "[LOG-957] new generic compare rule; add netwrkList"James MacNider1-280/+198
2019-02-21align pomba dr with aai dr 1.3.3 for CMRMichael O'Brien1-1/+1
2019-02-19ND Context Builder Updates for port/p-interfaceTait,Trevor(rt0435)1-1/+2
2019-02-15[LOG-957] new generic compare rule; add netwrkListPierre Rioux1-280/+198
2019-02-15Merge "relaxed timing for liveness and readiness probes"Alexis de Talhouët8-16/+16
2019-02-13Network Disc chart update for SDNC-637Norm Traxler3-3/+5
2019-02-10Update Chart version for Dublin ReleaseMike Elliott24-24/+24
2019-02-05relaxed timing for liveness and readiness probesjmac8-16/+16
2019-02-04Merge "Chg AAI version to V13 in AaiCtxBuilder"Alexis de Talhouët3-238/+40
2019-02-04SDNC Context Builder : L2 Fabric Retrieval - pnfTait,Trevor(rt0435)1-3/+4