Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-11-30 | [COMMON][DOC] Bump version Guilin | 26 | -50/+50 | |
2020-11-24 | [POMBA] Uses new tpls for repos / images | 159 | -187/+365 | |
2020-11-20 | [GENERIC] move from registry.hub.docker.com to docker.io | 3 | -3/+3 | |
2020-10-21 | [POMBA] change comment style | 56 | -1/+113 | |
2020-09-07 | Merge "[POMBA] Add logs to STDOUT" | 1 | -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 limit | 4 | -288/+7 | |
2019-03-19 | Remove pre-start curl script | 3 | -43/+1 | |
2019-03-13 | Add missing filebeat sidecars for Pomba | 5 | -0/+82 | |
2019-03-08 | Use direct GET to get service instance | 1 | -3/+1 | |
2019-03-06 | Merge "POMBA: X-ONAP-RequestID and X-PartnerName support" | 1 | -30/+31 | |
2019-03-05 | AaiCtxBuilder:Use direct GET instead of search qry | 1 | -1/+1 | |
2019-02-28 | POMBA: X-ONAP-RequestID and X-PartnerName support | 1 | -30/+31 | |
2019-02-27 | [LOG-959] adding p-interface comparison rule | 1 | -0/+6 | |
2019-02-25 | Merge "LOG-958: PNF comparison rule" | 1 | -2/+56 | |
2019-02-22 | LOG-958: PNF comparison rule | 1 | -2/+56 | |
2019-02-22 | Merge "align pomba dr with aai dr 1.3.3 for CMR" | 1 | -1/+1 | |
2019-02-21 | Merge "[LOG-957] new generic compare rule; add netwrkList" | 1 | -280/+198 | |
2019-02-21 | align pomba dr with aai dr 1.3.3 for CMR | 1 | -1/+1 | |
2019-02-19 | ND Context Builder Updates for port/p-interface | 1 | -1/+2 | |
2019-02-15 | [LOG-957] new generic compare rule; add netwrkList | 1 | -280/+198 | |
2019-02-15 | Merge "relaxed timing for liveness and readiness probes" | 8 | -16/+16 | |
2019-02-13 | Network Disc chart update for SDNC-637 | 3 | -3/+5 | |
2019-02-10 | Update Chart version for Dublin Release | 24 | -24/+24 | |
2019-02-05 | relaxed timing for liveness and readiness probes | 8 | -16/+16 | |
2019-02-04 | Merge "Chg AAI version to V13 in AaiCtxBuilder" | 3 | -238/+40 | |
2019-02-04 | SDNC Context Builder : L2 Fabric Retrieval - pnf | 1 | -3/+4 |