summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/client_utils
AgeCommit message (Collapse)AuthorFilesLines
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.
2015-10-12merged with masterDan Klein1-2/+2
2015-10-12named with nametuples the returnvalue of the "send_raw_msg" method.Dan Klein1-2/+2
2015-10-12Updated handlers of getter methods and stats (Global, port, stream).Dan Klein1-5/+8
Also, set return values of RPC commands as namedtuples
2015-10-07More progress in stateless client.Dan Klein1-1/+1
Mainly more mature approach to handling results
2015-10-07progress in TRexStatelessClient moduleDan Klein1-3/+3
mainly at batching support
2015-10-07Incorporating batch commands in stateless clientDan Klein1-1/+1
2015-10-06progress in stateless client, added trex_statsDan Klein1-206/+3
2015-10-06Merge branch 'master' into dan_statelessDan Klein2-37/+275
2015-10-06Removed any "T-Rex" string out of the code and documentation, using GREP!Dan Klein2-5/+5
2015-10-06Commiting last night progressDan Klein1-8/+110
2015-10-04Updated implementation for packet_builder moduleDan Klein1-28/+79
2015-10-04Replaced "outer_packages" with "external_packages" to avoid naming collisionDan Klein2-2/+1
2015-09-24Basically finished (minor touches remaining) all VM instructions implementationDan Klein1-42/+64