summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane
AgeCommit message (Collapse)AuthorFilesLines
2016-01-21async publish nowimarom5-53/+85
2016-01-21draft of test API for statelessimarom4-108/+140
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
2016-01-14always on top for TUI now works no most platformsimarom1-14/+38
(using GTK+ if available)
2016-01-13fixed the permission on the console directory (now creates with 777)imarom1-1/+8
2016-01-13-a is not mandatory anymore for every port's commandsimarom3-4/+11
the default is all ports
2016-01-13cntrl+c in middle of line can abort the line instead of exitingimarom1-3/+17
2016-01-13TUI now writes to a string buffer and then to screenimarom4-9/+18
(should be faster, like double buffering and switch)
2016-01-13added 'total' line to statsimarom3-20/+74
2016-01-13update pkt builder vmYaroslav Brustinov1-11/+9
2016-01-12perfectionist's job is never done - fixed the console prompt redraw whenimarom2-4/+20
an async event occurs so it looks nice
2016-01-12some modifactions to the TUIimarom5-50/+82
few things were fixed
2016-01-11small problem in the stl simulationimarom2-7/+9
2016-01-10random packet size - uses expected packet sizeimarom1-1/+2
instead of the value as is
2016-01-08minor updatesDan Klein2-9/+19
2016-01-08Merge branch 'dan_stateless'Dan Klein8-32/+232
Added the support for "streams" command Missing: 1. "--full" output 2. sync with server after crash 3. merging output for identical port streams
2016-01-07Working version of streams view in TRex console.Dan Klein8-55/+208
TODO: sync when console crashes isn't integrated yet
2016-01-07first bug caught by the simulator - memory leakimarom1-7/+17
2016-01-07yet another stateless simulation phaseimarom1-1/+7
2016-01-07more options to the stateless simulationimarom1-58/+84
2016-01-05Merge branch 'random_pkt'Hanoh Haim1-8/+5
2016-01-05stateless sim - core_index and all cores simulationimarom1-7/+70
2016-01-05Merge remote-tracking branch 'origin/master'Yaroslav Brustinov1-0/+202
2016-01-05move regression to trex-coreYaroslav Brustinov4-43/+58
slight fixes of hltapi + vm in packet builder update yaml lib version from 3.01 to 3.11
2016-01-04Merge branch 'master' into dan_statelessDan Klein9-29/+468
2016-01-04updated statsDan Klein1-2/+46
2016-01-04some additions to the stateless simulation modeimarom1-3/+29
2016-01-04a script to inject simulation stateless filesimarom1-0/+176
2015-12-29trim packet size command worksHanoh Haim1-8/+5
2015-12-27updated server pacakges include for ZMQimarom1-4/+8
2015-12-27provide a CEL 5.9 a way to run trex-consoleimarom1-2/+39
2015-12-24some TUI tweaksimarom3-20/+60
2015-12-24CPU util beautificationimarom2-9/+92
PPS total is only TX now and not TX + RX
2015-12-23connected control plane to splitimarom2-5/+15
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-16minorHanoh Haim1-1/+1
2015-12-16add tuple gen command and yaml exampleHanoh Haim2-3/+14
2015-12-16Merge from masterHanoh Haim4-6/+29
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-16cleaned the code a little, added load_packet_from_pcap into packet builder ↵Dan Klein3-5/+26
functionality.
2015-12-15Merging lastest 'master' to side branch 'vm'imarom9-129/+166
Conflicts: scripts/automation/trex_control_plane/console/trex_console.py
2015-12-15VM: connected control plane to DPimarom1-0/+5
2015-12-15TRex API: increase timeout (from 30 to 40) of waiting for TRex to change ↵Yaroslav Brustinov2-3/+3
state from Starting to Idle or Running.
2015-12-15moved all return code values to RC types (better for batch rc)imarom6-113/+110
also few fixes
2015-12-14bugs fixesimarom4-14/+57
1. ignore your own force acquire of ports 2. TUI fixes
2015-12-14publish rx_check counters via ZMQ even with iom=0Yaroslav Brustinov1-2/+2
2015-12-14TUI v2.0 - now no flickering, state machine for lost of connectivityimarom8-42/+181
and TUI can be started in xterm using tui -x
2015-12-13python API: determine TRex version in more robust wayYaroslav Brustinov2-6/+11