Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-16 | add tuple gen command and yaml example | 1 | -2/+4 | ||
2015-12-15 | Merging lastest 'master' to side branch 'vm' | 1 | -5/+20 | ||
Conflicts: scripts/automation/trex_control_plane/console/trex_console.py | |||||
2015-12-15 | VM: connected control plane to DP | 1 | -0/+5 | ||
2015-12-14 | bugs fixes | 1 | -5/+23 | ||
1. ignore your own force acquire of ports 2. TUI fixes | |||||
2015-12-14 | TUI v2.0 - now no flickering, state machine for lost of connectivity | 1 | -1/+14 | ||
and TUI can be started in xterm using tui -x | |||||
2015-12-10 | added a "--tui" feature to the console | 1 | -17/+23 | ||
it opens in read only mode and runs the TUI | |||||
2015-12-10 | removed session id - not necessary | 1 | -1/+2 | ||
2015-12-09 | read only support | 1 | -16/+62 | ||
2015-12-08 | some modifications to the tables | 1 | -3/+6 | ||
added clear stats as well | |||||
2015-12-08 | text based TUI (does not use ncurses) | 1 | -3/+3 | ||
2015-12-07 | Merge branch 'dan_stateless' into a test branch | 1 | -1/+18 | ||
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 | -0/+1 | ||
fixed and more hardening | |||||
2015-12-06 | various fixes (each one is a minor one) | 1 | -35/+30 | ||
2015-12-01 | 1. fixed ZMQ message limitation | 1 | -1/+1 | ||
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 | -0/+7 | ||
2015-11-26 | when connection is lost - identify this on the console | 1 | -0/+33 | ||
2015-11-26 | Merge branch 'master' into dan_stateless | 1 | -8/+95 | ||
# Conflicts (solved): # scripts/automation/trex_control_plane/client_utils/parsing_opts.py | |||||
2015-11-26 | Initial implementation of stats prompting | 1 | -1/+10 | ||
2015-11-26 | added support for 'update' | 1 | -4/+12 | ||
2015-11-25 | fixed a bug with default start command in the console | 1 | -0/+22 | ||
also added clear events and more types of events | |||||
2015-11-25 | added events log | 1 | -0/+6 | ||
2015-11-25 | removed some garbage prints | 1 | -2/+0 | ||
2015-11-25 | added history command support - you can show the history or execute a ↵ | 1 | -2/+55 | ||
previous command | |||||
2015-11-24 | minor console fix | 1 | -2/+2 | ||
2015-11-23 | add pause/resume into the console | 1 | -0/+10 | ||
2015-11-22 | TUI back online | 1 | -3/+2 | ||
2015-11-19 | History feature is DONE | 1 | -10/+42 | ||
Fixed bugs Cleaned code, more like PEP8 | |||||
2015-11-16 | created general trex console class | 1 | -0/+18 | ||
added dynamic server async support fixed bugs | |||||
2015-11-15 | few fixes to ZMQ client (timeout values) | 1 | -0/+1 | ||
2015-11-15 | clean shell / client | 1 | -110/+40 | ||
added script for run | |||||
2015-11-13 | Merge branch 'rpc_intg1' of ↵ | 1 | -4/+4 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1 | |||||
2015-11-13 | few mods | 1 | -18/+7 | ||
few fixes TUI is not working yet... need to fix more stuff a checkpoint for now | |||||
2015-11-12 | modifying stateless client to a simpler lightweight module | 1 | -3/+3 | ||
2015-11-12 | DRAFT - only for internal purpose | 1 | -38/+58 | ||
2015-11-12 | refactor stream object | 1 | -4/+4 | ||
2015-11-11 | lightweight console | 1 | -917/+194 | ||
2015-11-10 | Major progress in parsing, not stable yet | 1 | -101/+394 | ||
Most advanced: start, stop functionality | |||||
2015-11-09 | moved logic to the port class | 1 | -0/+3 | ||
also implemented the state machine for CP port | |||||
2015-11-07 | Merge remote-tracking branch 'origin/rpc_intg1' into rpc_intg1 | 1 | -0/+1 | ||
2015-11-07 | Extended line parsing options, didn't apply all changes on console YET | 1 | -39/+72 | ||
2015-11-05 | bug fixes in status window | 1 | -0/+1 | ||
2015-11-04 | some fields were missing from the ZMQ publisher | 1 | -1/+3 | ||
2015-11-03 | first commit for advnaced options | 1 | -4/+3 | ||
2015-11-02 | few bug fixes for last commit | 1 | -0/+4 | ||
2015-11-02 | status is back online + ZMQ async stats | 1 | -4/+7 | ||
2015-11-01 | added support for a new RPC command : sync_user | 1 | -2/+2 | ||
provides a way to sync a console / GUI to the server for a specific user | |||||
2015-10-29 | Fixed verbose mode | 1 | -54/+69 | ||
More stability fixes removed irrelevand methods | |||||
2015-10-29 | Awesome working start/stop traffic console | 1 | -67/+95 | ||
Fixed more stability issues :) Ready for merging. | |||||
2015-10-29 | fixed console issues after testsing them | 1 | -22/+47 | ||
2015-10-29 | Console redesign using trex_stateless_client module | 1 | -61/+173 | ||