summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/console/trex_console.py
AgeCommit message (Collapse)AuthorFilesLines
2015-12-16add tuple gen command and yaml exampleHanoh Haim1-2/+4
2015-12-15Merging lastest 'master' to side branch 'vm'imarom1-5/+20
Conflicts: scripts/automation/trex_control_plane/console/trex_console.py
2015-12-15VM: connected control plane to DPimarom1-0/+5
2015-12-14bugs fixesimarom1-5/+23
1. ignore your own force acquire of ports 2. TUI fixes
2015-12-14TUI v2.0 - now no flickering, state machine for lost of connectivityimarom1-1/+14
and TUI can be started in xterm using tui -x
2015-12-10added a "--tui" feature to the consoleimarom1-17/+23
it opens in read only mode and runs the TUI
2015-12-10removed session id - not necessaryimarom1-1/+2
2015-12-09read only supportimarom1-16/+62
2015-12-08some modifications to the tablesimarom1-3/+6
added clear stats as well
2015-12-08text based TUI (does not use ncurses)imarom1-3/+3
2015-12-07Merge branch 'dan_stateless' into a test branchimarom1-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-06ZMQ bug - connect / disconnect fron another thread on pyhton (not safe !)imarom1-0/+1
fixed and more hardening
2015-12-06various fixes (each one is a minor one)imarom1-35/+30
2015-12-011. fixed ZMQ message limitationimarom1-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-29Supports all desired stats option, plus clearing optionDan Klein1-0/+7
2015-11-26when connection is lost - identify this on the consoleimarom1-0/+33
2015-11-26Merge branch 'master' into dan_statelessDan Klein1-8/+95
# Conflicts (solved): # scripts/automation/trex_control_plane/client_utils/parsing_opts.py
2015-11-26Initial implementation of stats promptingDan Klein1-1/+10
2015-11-26added support for 'update'imarom1-4/+12
2015-11-25fixed a bug with default start command in the consoleimarom1-0/+22
also added clear events and more types of events
2015-11-25added events logimarom1-0/+6
2015-11-25removed some garbage printsimarom1-2/+0
2015-11-25added history command support - you can show the history or execute a ↵imarom1-2/+55
previous command
2015-11-24minor console fixHanoh Haim1-2/+2
2015-11-23add pause/resume into the consoleHanoh Haim1-0/+10
2015-11-22TUI back onlineimarom1-3/+2
2015-11-19History feature is DONEDan Klein1-10/+42
Fixed bugs Cleaned code, more like PEP8
2015-11-16created general trex console classDan Klein1-0/+18
added dynamic server async support fixed bugs
2015-11-15few fixes to ZMQ client (timeout values)imarom1-0/+1
2015-11-15clean shell / clientimarom1-110/+40
added script for run
2015-11-13Merge branch 'rpc_intg1' of ↵imarom1-4/+4
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1
2015-11-13few modsimarom1-18/+7
few fixes TUI is not working yet... need to fix more stuff a checkpoint for now
2015-11-12modifying stateless client to a simpler lightweight moduleimarom1-3/+3
2015-11-12DRAFT - only for internal purposeimarom1-38/+58
2015-11-12refactor stream objectHanoh Haim1-4/+4
2015-11-11lightweight consoleimarom1-917/+194
2015-11-10Major progress in parsing, not stable yetDan Klein1-101/+394
Most advanced: start, stop functionality
2015-11-09moved logic to the port classimarom1-0/+3
also implemented the state machine for CP port
2015-11-07Merge remote-tracking branch 'origin/rpc_intg1' into rpc_intg1Dan Klein1-0/+1
2015-11-07Extended line parsing options, didn't apply all changes on console YETDan Klein1-39/+72
2015-11-05bug fixes in status windowimarom1-0/+1
2015-11-04some fields were missing from the ZMQ publisherimarom1-1/+3
2015-11-03first commit for advnaced optionsDan Klein1-4/+3
2015-11-02few bug fixes for last commitimarom1-0/+4
2015-11-02status is back online + ZMQ async statsimarom1-4/+7
2015-11-01added support for a new RPC command : sync_userimarom1-2/+2
provides a way to sync a console / GUI to the server for a specific user
2015-10-29Fixed verbose modeDan Klein1-54/+69
More stability fixes removed irrelevand methods
2015-10-29Awesome working start/stop traffic consoleDan Klein1-67/+95
Fixed more stability issues :) Ready for merging.
2015-10-29fixed console issues after testsing themDan Klein1-22/+47
2015-10-29Console redesign using trex_stateless_client moduleDan Klein1-61/+173