summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/client_utils
AgeCommit message (Collapse)AuthorFilesLines
2016-02-02scapy builder typoYaroslav Brustinov1-1/+1
2016-02-02typoYaroslav Brustinov1-1/+1
2016-02-02Fix Dan's packet builder payload_gen reference to packet, HLTAPI updated for ↵Yaroslav Brustinov2-106/+124
Scapy builder, Scapy builder style corrections
2016-02-01some scapy cleanupsHanoh Haim1-189/+2
2016-02-01first scapy versionHanoh Haim3-1/+1676
2016-01-28HLTAPI updates, aggregated results tests count printYaroslav Brustinov1-1/+6
2016-01-27API: example for bi-directional flowsimarom1-11/+34
2016-01-26packet is now base64 encodedimarom2-6/+11
2016-01-24fixed issue trex-172: Console -m 100% is L2 and no L1imarom1-2/+2
http://trex-tgn.cisco.com/youtrack/issue/trex-172
2016-01-21phase 4imarom1-2/+3
2016-01-21draft #3imarom1-3/+0
2016-01-21draft #2imarom1-7/+29
2016-01-21highly draft - just backing upimarom1-2/+2
2016-01-21async publish nowimarom1-3/+4
2016-01-21draft of test API for statelessimarom1-16/+6
2016-01-13-a is not mandatory anymore for every port's commandsimarom1-4/+9
the default is all ports
2016-01-13TUI now writes to a string buffer and then to screenimarom1-1/+1
(should be faster, like double buffering and switch)
2016-01-13added 'total' line to statsimarom1-3/+3
2016-01-13update pkt builder vmYaroslav Brustinov1-11/+9
2016-01-11small problem in the stl simulationimarom1-3/+6
2016-01-08Merge branch 'dan_stateless'Dan Klein3-3/+59
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 Klein3-3/+59
TODO: sync when console crashes isn't integrated yet
2016-01-05move regression to trex-coreYaroslav Brustinov2-2/+6
slight fixes of hltapi + vm in packet builder update yaml lib version from 3.01 to 3.11
2015-12-27provide a CEL 5.9 a way to run trex-consoleimarom1-2/+39
2015-12-24some TUI tweaksimarom1-1/+4
2015-12-23connected control plane to splitimarom1-1/+2
2015-12-16cleaned the code a little, added load_packet_from_pcap into packet builder ↵Dan Klein1-0/+24
functionality.
2015-12-15moved all return code values to RC types (better for batch rc)imarom1-27/+21
also few fixes
2015-12-14TUI v2.0 - now no flickering, state machine for lost of connectivityimarom2-8/+23
and TUI can be started in xterm using tui -x
2015-12-10removed session id - not necessaryimarom1-1/+1
2015-12-07Merge branch 'dan_stateless' into a test branchimarom4-3/+342
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-06ZMQ bug - connect / disconnect fron another thread on pyhton (not safe !)imarom1-2/+2
fixed and more hardening
2015-12-011. fixed ZMQ message limitationimarom1-5/+3
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-26Merge branch 'master' into dan_statelessDan Klein1-19/+76
# Conflicts (solved): # scripts/automation/trex_control_plane/client_utils/parsing_opts.py
2015-11-26Initial implementation of stats promptingDan Klein4-3/+251
2015-11-15few fixes to ZMQ client (timeout values)imarom1-27/+29
2015-11-12DRAFT - only for internal purposeimarom1-271/+2
2015-11-03first commit for advnaced optionsDan Klein2-1/+4
2015-10-28updated more HLTAPI functionality and fixed found bugs.Dan Klein1-0/+16
Working: Start/stop traffic, traffic config (semi), connect, clean Missing: stats Next: boost console
2015-10-27more hltapi progressDan Klein1-12/+15
connect working
2015-10-25HLTAPI progress...Dan Klein1-2/+2
2015-10-20+ Added traffic options at stl directoryDan Klein1-2/+6
+ 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-1/+2
working demo of loading a YAML, and attaching it to server
2015-10-20Major progress in console, yaml utils, and trex_streamsDan Klein3-44/+67
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 Klein2-3/+6
Next, start working on StreamList object
2015-10-18more yaml utils, better streams handlingDan Klein1-107/+8
2015-10-16Updated YAMLutils and rpc_defaults with relevant progressDan Klein1-76/+215
2015-10-15updated yaml utils and stream objectDan Klein2-1/+120
2015-10-14merged jsonrpc client for mock compatibilityDan Klein1-15/+255
2015-10-14Fixed trex bugs in Ubuntu disctribution (Firing trex-daemon server) and ↵Dan Klein1-2/+1
unresolved domain name handling.