summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/client
AgeCommit message (Collapse)AuthorFilesLines
2015-11-23add pause/resume into the consoleHanoh Haim1-0/+118
2015-11-22TUI back onlineimarom1-0/+18
2015-11-19full async DP stop supportimarom2-14/+43
2015-11-19Merge branch 'master' of ↵imarom2-32/+30
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
2015-11-19History feature is DONEDan Klein1-29/+26
Fixed bugs Cleaned code, more like PEP8
2015-11-17minor bug in wait cmdimarom1-1/+1
2015-11-16created general trex console classDan Klein2-3/+4
added dynamic server async support fixed bugs
2015-11-15added duration to the RPC server (and all the way to the DP)imarom1-7/+8
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE"
2015-11-15few fixes to ZMQ client (timeout values)imarom1-2/+2
2015-11-15clean shell / clientimarom1-23/+223
added script for run
2015-11-13Merge branch 'rpc_intg1' of ↵imarom1-1/+2
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1
2015-11-13few modsimarom1-14/+33
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-267/+139
2015-11-12DRAFT - only for internal purposeimarom1-349/+455
2015-11-12refactor stream objectHanoh Haim1-1/+2
2015-11-11lightweight consoleimarom1-12/+90
2015-11-10Major progress in parsing, not stable yetDan Klein1-12/+19
Most advanced: start, stop functionality
2015-11-09Merge branch 'rpc_intg1'Hanoh Haim3-215/+842
2015-11-08code review notes:imarom1-2/+2
1. performance improvement for stateless DP core object (direct object) 2. exit scheduler loop is now using a scheduled message and not IF 3. duration for inifinite is negative number 4. fixed stop_traffic scheduled node time
2015-11-07Merge remote-tracking branch 'origin/rpc_intg1' into rpc_intg1Dan Klein2-4/+16
2015-11-07Extended line parsing options, didn't apply all changes on console YETDan Klein1-4/+47
2015-11-05bug fixes in status windowimarom2-4/+16
2015-11-03Merge remote-tracking branch 'origin/rpc_intg1' into rpc_intg1Dan Klein1-11/+29
2015-11-03updated sync_clientDan Klein1-3/+15
2015-11-03fields for specific ports on the status screenimarom1-11/+29
2015-11-03first commit for advnaced optionsDan Klein2-3/+7
2015-11-02few bug fixes for last commitimarom1-9/+21
2015-11-02status is back online + ZMQ async statsimarom2-6/+189
2015-11-01added support for 'mul' field in start_traffic RPC commandimarom1-2/+3
2015-10-29Fixed verbose modeDan Klein1-0/+10
More stability fixes removed irrelevand methods
2015-10-29Awesome working start/stop traffic consoleDan Klein1-2/+5
Fixed more stability issues :) Ready for merging.
2015-10-29Console redesign using trex_stateless_client moduleDan Klein1-0/+29
2015-10-28console progress, still SHAKY!Dan Klein1-2/+19
2015-10-28updated more HLTAPI functionality and fixed found bugs.Dan Klein2-31/+163
Working: Start/stop traffic, traffic config (semi), connect, clean Missing: stats Next: boost console
2015-10-28more HLTAPI 2Dan Klein1-16/+48
2015-10-27More HLTAPIDan Klein2-18/+68
2015-10-27more hltapi progressDan Klein2-45/+212
connect working
2015-10-26add disconnect functionalityDan Klein1-0/+3
2015-10-26API add: get_trex_log(), get_trex_daemon_log(), get_trex_version()Yaroslav Brustinov1-3/+75
2015-10-25refactor tx_link -> comm_linkDan Klein1-6/+6
2015-10-25HLTAPI progress...Dan Klein2-2/+33
2015-10-22minor updatesDan Klein2-139/+7
2015-10-14Merge branch 'dan_stateless'Dan Klein1-2/+1
2015-10-14Fixed trex bugs in Ubuntu disctribution (Firing trex-daemon server) and ↵Dan Klein1-2/+1
unresolved domain name handling.
2015-10-13Another Typo fix T-Rex -> TRexHanoh Haim1-1/+1
2015-10-12solving conflictsDan Klein2-3/+3
2015-10-12Merge branch 'dan_stateless' into dan_latestDan Klein2-17/+461
2015-10-12Updated handlers of getter methods and stats (Global, port, stream).Dan Klein1-25/+50
Also, set return values of RPC commands as namedtuples
2015-10-12Applied some code cosmeticsDan Klein1-18/+14
2015-10-07More progress in stateless client.Dan Klein1-12/+56
Mainly more mature approach to handling results