Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-15 | moved all return code values to RC types (better for batch rc) | 1 | -27/+21 | ||
also few fixes | |||||
2015-12-14 | TUI v2.0 - now no flickering, state machine for lost of connectivity | 2 | -8/+23 | ||
and TUI can be started in xterm using tui -x | |||||
2015-12-10 | removed session id - not necessary | 1 | -1/+1 | ||
2015-12-07 | Merge branch 'dan_stateless' into a test branch | 4 | -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-06 | ZMQ bug - connect / disconnect fron another thread on pyhton (not safe !) | 1 | -2/+2 | ||
fixed and more hardening | |||||
2015-12-01 | 1. fixed ZMQ message limitation | 1 | -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-26 | Merge branch 'master' into dan_stateless | 1 | -19/+76 | ||
# Conflicts (solved): # scripts/automation/trex_control_plane/client_utils/parsing_opts.py | |||||
2015-11-26 | Initial implementation of stats prompting | 4 | -3/+251 | ||
2015-11-15 | few fixes to ZMQ client (timeout values) | 1 | -27/+29 | ||
2015-11-12 | DRAFT - only for internal purpose | 1 | -271/+2 | ||
2015-11-03 | first commit for advnaced options | 2 | -1/+4 | ||
2015-10-28 | updated more HLTAPI functionality and fixed found bugs. | 1 | -0/+16 | ||
Working: Start/stop traffic, traffic config (semi), connect, clean Missing: stats Next: boost console | |||||
2015-10-27 | more hltapi progress | 1 | -12/+15 | ||
connect working | |||||
2015-10-25 | HLTAPI progress... | 1 | -2/+2 | ||
2015-10-20 | + Added traffic options at stl directory | 1 | -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-20 | Merge branch 'master' into master-demo + | 1 | -1/+2 | ||
working demo of loading a YAML, and attaching it to server | |||||
2015-10-20 | Major progress in console, yaml utils, and trex_streams | 3 | -44/+67 | ||
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. | 2 | -3/+6 | ||
Next, start working on StreamList object | |||||
2015-10-18 | more yaml utils, better streams handling | 1 | -107/+8 | ||
2015-10-16 | Updated YAMLutils and rpc_defaults with relevant progress | 1 | -76/+215 | ||
2015-10-15 | updated yaml utils and stream object | 2 | -1/+120 | ||
2015-10-14 | merged jsonrpc client for mock compatibility | 1 | -15/+255 | ||
2015-10-14 | Fixed trex bugs in Ubuntu disctribution (Firing trex-daemon server) and ↵ | 1 | -2/+1 | ||
unresolved domain name handling. | |||||
2015-10-12 | merged with master | 1 | -2/+2 | ||
2015-10-12 | named with nametuples the returnvalue of the "send_raw_msg" method. | 1 | -2/+2 | ||
2015-10-12 | Updated handlers of getter methods and stats (Global, port, stream). | 1 | -5/+8 | ||
Also, set return values of RPC commands as namedtuples | |||||
2015-10-07 | More progress in stateless client. | 1 | -1/+1 | ||
Mainly more mature approach to handling results | |||||
2015-10-07 | progress in TRexStatelessClient module | 1 | -3/+3 | ||
mainly at batching support | |||||
2015-10-07 | Incorporating batch commands in stateless client | 1 | -1/+1 | ||
2015-10-06 | progress in stateless client, added trex_stats | 1 | -206/+3 | ||
2015-10-06 | Merge branch 'master' into dan_stateless | 2 | -37/+275 | ||
2015-10-06 | Removed any "T-Rex" string out of the code and documentation, using GREP! | 2 | -5/+5 | ||
2015-10-06 | Commiting last night progress | 1 | -8/+110 | ||
2015-10-04 | Updated implementation for packet_builder module | 1 | -28/+79 | ||
2015-10-04 | Replaced "outer_packages" with "external_packages" to avoid naming collision | 2 | -2/+1 | ||
2015-09-24 | Basically finished (minor touches remaining) all VM instructions implementation | 1 | -42/+64 | ||
2015-09-24 | cosmetics... | 1 | -26/+22 | ||
2015-09-24 | Cosmetics over packet builder module | 1 | -0/+1 | ||
2015-09-24 | Finished implementing the ranging VM of IP Eth and custom fields | 1 | -15/+55 | ||
2015-09-24 | Progress in ip_range methods | 1 | -5/+72 | ||
2015-09-23 | Finished writing infra layer of all VM instructions | 1 | -16/+45 | ||
2015-09-22 | updated packet builder and stateless client modules | 1 | -35/+110 | ||
2015-09-21 | some minor fixes | 1 | -5/+6 | ||
2015-09-21 | Merge branch 'master' into rpc | 3 | -7/+729 | ||
Conflicts: scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py | |||||
2015-09-21 | more refinments on the console | 1 | -1/+57 | ||
2015-09-21 | some python console modifications | 1 | -13/+50 | ||
2015-09-21 | checkpoint - added stats and some python code | 1 | -33/+173 | ||
2015-09-20 | minor updated to client API library, adding the CRxStats class | 1 | -1/+0 | ||
2015-09-20 | Pushed Stateless progress (along with Packet Builder module) | 3 | -7/+729 | ||
2015-09-17 | Major progress in the packet builder module. | 1 | -11/+99 | ||
Now able to create packets, dump them to JSON of pcap and more features added |