summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/common
AgeCommit message (Collapse)AuthorFilesLines
2016-01-08minor updatesDan Klein1-0/+6
2016-01-08Merge branch 'dan_stateless'Dan Klein2-13/+67
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 Klein2-36/+43
TODO: sync when console crashes isn't integrated yet
2016-01-05Merge branch 'random_pkt'Hanoh Haim1-8/+5
2016-01-05move regression to trex-coreYaroslav Brustinov1-1/+1
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 Klein3-19/+148
2016-01-04updated statsDan Klein1-2/+46
2015-12-29trim packet size command worksHanoh Haim1-8/+5
2015-12-24some TUI tweaksimarom2-19/+56
2015-12-24CPU util beautificationimarom2-9/+92
PPS total is only TX now and not TX + RX
2015-12-23connected control plane to splitimarom1-4/+13
2015-12-16cleaned the code a little, added load_packet_from_pcap into packet builder ↵Dan Klein1-2/+0
functionality.
2015-12-15moved all return code values to RC types (better for batch rc)imarom1-2/+4
also few fixes
2015-12-14TUI v2.0 - now no flickering, state machine for lost of connectivityimarom1-0/+6
and TUI can be started in xterm using tui -x
2015-12-09read only supportimarom3-7/+136
2015-12-08some modifications to the tablesimarom1-10/+37
added clear stats as well
2015-12-07Merge branch 'dan_stateless' into a test branchimarom1-34/+241
Conflicts: scripts/automation/trex_control_plane/client/trex_async_client.py scripts/automation/trex_control_plane/client/trex_stateless_client.py scripts/automation/trex_control_plane/client_utils/parsing_opts.py scripts/automation/trex_control_plane/console/trex_console.py
2015-12-07added 'dry' option to start commandimarom1-0/+33
this enables showing a profile map before starting
2015-12-07some validate infoimarom1-0/+11
2015-12-07Re-designed the statistic building model based on agreed diagram.Dan Klein1-122/+139
WORKING: all polling stats
2015-12-06various fixes (each one is a minor one)imarom1-1/+2
2015-12-011. fixed ZMQ message limitationimarom1-2/+14
2. added some scale yamls for IMIX (300 streams, 1000 streams) 3. return objects are always complex objects (not strings) - for backward compatability 4. some minor adjustments to ZMQ socket timeouts
2015-11-29Supports all desired stats option, plus clearing optionDan Klein1-22/+132
2015-11-26Initial implementation of stats promptingDan Klein1-0/+80
2015-10-29Awesome working start/stop traffic consoleDan Klein1-0/+5
Fixed more stability issues :) Ready for merging.
2015-10-29fixed console issues after testsing themDan Klein1-1/+1
2015-10-29Console redesign using trex_stateless_client moduleDan Klein1-2/+25
2015-10-29Added module for text formatting, such that coloring, bold, underline.Dan Klein1-0/+72
2015-10-28updated more HLTAPI functionality and fixed found bugs.Dan Klein1-1/+2
Working: Start/stop traffic, traffic config (semi), connect, clean Missing: stats Next: boost console
2015-10-26add disconnect functionalityDan Klein1-6/+1
2015-10-26fixed streamlist loadingDan Klein1-2/+3
2015-10-20+ Added traffic options at stl directoryDan Klein1-3/+3
+ updated console to support multiplier on loading + fixed minor issues at yaml_utils and trex_streams objects + console not stable, YET
2015-10-20Merge branch 'master' into master-demo +Dan Klein1-3/+2
working demo of loading a YAML, and attaching it to server
2015-10-20Major progress in console, yaml utils, and trex_streamsDan Klein2-31/+62
basically done, minor changes remianing BIG ISSUE LEFT: rewire console to work with trexstateless client module
2015-10-18Progress in trex_streams and in yaml_utils.Dan Klein1-151/+123
Next, start working on StreamList object
2015-10-18more yaml utils, better streams handlingDan Klein2-86/+146
2015-10-16Updated YAMLutils and rpc_defaults with relevant progressDan Klein1-12/+16
2015-10-15updated yaml utils and stream objectDan Klein4-0/+333
2015-10-12Updated handlers of getter methods and stats (Global, port, stream).Dan Klein1-1/+2
Also, set return values of RPC commands as namedtuples
2015-10-07updated stats handling implementationDan Klein1-12/+26
2015-10-06progress in stateless client, added trex_statsDan Klein1-0/+45
2015-10-06Merge branch 'master' into dan_statelessDan Klein1-1/+1
2015-10-06Removed any "T-Rex" string out of the code and documentation, using GREP!Dan Klein2-18/+18
2015-09-29Added dedicated import for enum module in order to overcome doc building ↵Dan Klein2-1/+31
import error
2015-06-24first versionHanoh Haim3-0/+149