Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-23 | connected control plane to split | 1 | -4/+13 | ||
2015-12-16 | cleaned the code a little, added load_packet_from_pcap into packet builder ↵ | 1 | -2/+0 | ||
functionality. | |||||
2015-12-15 | moved all return code values to RC types (better for batch rc) | 1 | -2/+4 | ||
also few fixes | |||||
2015-12-14 | TUI v2.0 - now no flickering, state machine for lost of connectivity | 1 | -0/+6 | ||
and TUI can be started in xterm using tui -x | |||||
2015-12-09 | read only support | 3 | -7/+136 | ||
2015-12-08 | some modifications to the tables | 1 | -10/+37 | ||
added clear stats as well | |||||
2015-12-07 | Merge branch 'dan_stateless' into a test branch | 1 | -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-07 | added 'dry' option to start command | 1 | -0/+33 | ||
this enables showing a profile map before starting | |||||
2015-12-07 | some validate info | 1 | -0/+11 | ||
2015-12-07 | Re-designed the statistic building model based on agreed diagram. | 1 | -122/+139 | ||
WORKING: all polling stats | |||||
2015-12-06 | various fixes (each one is a minor one) | 1 | -1/+2 | ||
2015-12-01 | 1. fixed ZMQ message limitation | 1 | -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-29 | Supports all desired stats option, plus clearing option | 1 | -22/+132 | ||
2015-11-26 | Initial implementation of stats prompting | 1 | -0/+80 | ||
2015-10-29 | Awesome working start/stop traffic console | 1 | -0/+5 | ||
Fixed more stability issues :) Ready for merging. | |||||
2015-10-29 | fixed console issues after testsing them | 1 | -1/+1 | ||
2015-10-29 | Console redesign using trex_stateless_client module | 1 | -2/+25 | ||
2015-10-29 | Added module for text formatting, such that coloring, bold, underline. | 1 | -0/+72 | ||
2015-10-28 | updated more HLTAPI functionality and fixed found bugs. | 1 | -1/+2 | ||
Working: Start/stop traffic, traffic config (semi), connect, clean Missing: stats Next: boost console | |||||
2015-10-26 | add disconnect functionality | 1 | -6/+1 | ||
2015-10-26 | fixed streamlist loading | 1 | -2/+3 | ||
2015-10-20 | + Added traffic options at stl directory | 1 | -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-20 | Merge branch 'master' into master-demo + | 1 | -3/+2 | ||
working demo of loading a YAML, and attaching it to server | |||||
2015-10-20 | Major progress in console, yaml utils, and trex_streams | 2 | -31/+62 | ||
basically done, minor changes remianing BIG ISSUE LEFT: rewire console to work with trexstateless client module | |||||
2015-10-18 | Progress in trex_streams and in yaml_utils. | 1 | -151/+123 | ||
Next, start working on StreamList object | |||||
2015-10-18 | more yaml utils, better streams handling | 2 | -86/+146 | ||
2015-10-16 | Updated YAMLutils and rpc_defaults with relevant progress | 1 | -12/+16 | ||
2015-10-15 | updated yaml utils and stream object | 4 | -0/+333 | ||
2015-10-12 | Updated handlers of getter methods and stats (Global, port, stream). | 1 | -1/+2 | ||
Also, set return values of RPC commands as namedtuples | |||||
2015-10-07 | updated stats handling implementation | 1 | -12/+26 | ||
2015-10-06 | progress in stateless client, added trex_stats | 1 | -0/+45 | ||
2015-10-06 | Merge branch 'master' into dan_stateless | 1 | -1/+1 | ||
2015-10-06 | Removed any "T-Rex" string out of the code and documentation, using GREP! | 2 | -18/+18 | ||
2015-09-29 | Added dedicated import for enum module in order to overcome doc building ↵ | 2 | -1/+31 | ||
import error | |||||
2015-06-24 | first version | 3 | -0/+149 | ||