summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/console
AgeCommit message (Collapse)AuthorFilesLines
2015-11-26when connection is lost - identify this on the consoleimarom1-0/+33
2015-11-26added support for 'update'imarom1-4/+12
2015-11-25fixed a bug with default start command in the consoleimarom2-1/+23
also added clear events and more types of events
2015-11-25added events logimarom1-0/+6
2015-11-25support for "total" flag for startimarom1-2/+10
also fixed a bug in mpps (trex console)
2015-11-25removed some garbage printsimarom1-2/+0
2015-11-25added history command support - you can show the history or execute a ↵imarom2-2/+60
previous command
2015-11-24added support for percentage on startimarom1-7/+11
also added info about the correct interface driver and speed from DPDK layer
2015-11-24Merge branch 'master' of ↵imarom2-0/+22
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
2015-11-24minor console fixHanoh Haim1-2/+2
2015-11-23add stream graph + support for console to use any of the followingimarom1-13/+51
bps, kbps, mbps, gbps, pps, kpps, mbps percentage is not working yet
2015-11-23add pause/resume into the consoleHanoh Haim2-0/+22
2015-11-22TUI back onlineimarom2-15/+6
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-15added duration to the RPC server (and all the way to the DP)imarom1-2/+5
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE"
2015-11-15few fixes to ZMQ client (timeout values)imarom1-0/+1
2015-11-15clean shell / clientimarom2-114/+45
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 modsimarom2-20/+9
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 moduleimarom2-5/+5
2015-11-12DRAFT - only for internal purposeimarom1-38/+58
2015-11-12refactor stream objectHanoh Haim1-4/+4
2015-11-11lightweight consoleimarom4-942/+1194
2015-11-10Major progress in parsing, not stable yetDan Klein2-118/+469
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 Klein2-41/+82
2015-11-07Extended line parsing options, didn't apply all changes on console YETDan Klein3-89/+175
2015-11-05Merge branch 'rpc_intg1' of ↵imarom1-1/+46
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1
2015-11-05bug fixes in status windowimarom2-41/+82
2015-11-05added custom line parsing class and methodsDan Klein1-1/+46
2015-11-04new format for the status per portimarom1-12/+33
2015-11-04some fields were missing from the ZMQ publisherimarom2-8/+15
2015-11-03Merge remote-tracking branch 'origin/rpc_intg1' into rpc_intg1Dan Klein1-26/+18
2015-11-03fields for specific ports on the status screenimarom1-26/+18
2015-11-03first commit for advnaced optionsDan Klein2-4/+7
2015-11-03Added parsing file for console advanced optionsDan Klein1-0/+1
2015-11-02few bug fixes for last commitimarom2-2/+13
2015-11-02status is back online + ZMQ async statsimarom2-149/+146
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
2015-10-28console progress, still SHAKY!Dan Klein1-106/+132
2015-10-28updated more HLTAPI functionality and fixed found bugs.Dan Klein1-2/+2
Working: Start/stop traffic, traffic config (semi), connect, clean Missing: stats Next: boost console
2015-10-25HLTAPI progress...Dan Klein1-1/+2
2015-10-22minor updatesDan Klein1-5/+7
2015-10-21Added support for path autocomletion for console methods :)Dan Klein1-2/+22
2015-10-20+ Added traffic options at stl directoryDan Klein1-3/+25
+ updated console to support multiplier on loading + fixed minor issues at yaml_utils and trex_streams objects + console not stable, YET