summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/client/trex_client.py
AgeCommit message (Collapse)AuthorFilesLines
2016-03-25add timeout to ssh commandsYaroslav Brustinov1-1209/+0
2016-03-23fix for breakage in the docimarom1-1/+5
2016-03-23yes...again Python3....imarom1-6/+1
2016-01-18regression:Yaroslav Brustinov1-2/+5
corrections of benchmarks move packet builder tests to functional folder add CPU utilization boundries for more tests print Skipping message fix relative drop counting API: convert hostname to IP at init of client side (trex_client.py) various: move python path determination to external common file add functional tests running bash script add sudo check to t-rex-64
2015-12-21trex_client.py: maximal latency should not include c-max-*, only max-*Yaroslav Brustinov1-2/+2
2015-12-21latency.cpp: update ports stats at CLatencyManager::update, instead of ↵Yaroslav Brustinov1-0/+63
CCPortLatency::DumpShort Python API added: * is_idle(): determine if TRex is in idle state * sample_x_seconds(): sample TRex for given number of seconds, useful for changing device (router etc.) config afterwards.
2015-12-16typoYaroslav Brustinov1-1/+1
2015-12-16trex_client.py: increase timeout by '-k' argument seconds, as it leaves TRex ↵Yaroslav Brustinov1-1/+3
in 'Starting' state.
2015-12-15TRex API: increase timeout (from 30 to 40) of waiting for TRex to change ↵Yaroslav Brustinov1-2/+2
state from Starting to Idle or Running.
2015-12-14publish rx_check counters via ZMQ even with iom=0Yaroslav Brustinov1-2/+2
2015-12-13python API: determine TRex version in more robust wayYaroslav Brustinov1-2/+4
2015-12-06python API:fix no latency specified in testsYaroslav Brustinov1-13/+17
2015-10-26API add: get_trex_log(), get_trex_daemon_log(), get_trex_version()Yaroslav Brustinov1-3/+75
2015-10-12solving conflictsDan Klein1-2/+2
2015-10-12Merge branch 'dan_stateless' into dan_latestDan Klein1-8/+8
2015-10-06Removed any "T-Rex" string out of the code and documentation, using GREP!Dan Klein1-70/+70
2015-10-01Updated control plain documentation with typos and T-Rex changed to TRex.Dan Klein1-64/+64
2015-09-10Major progress in Packet building module and VM instruction sets.Dan Klein1-2/+0
added dot1q into dpkt lib First abstractino of HLTAPI layer
2015-08-24Fixed dependencies of Control Plane to use external_lib sourcesDan Klein1-6/+6
2015-06-24first versionHanoh Haim1-0/+1066