summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane
AgeCommit message (Collapse)AuthorFilesLines
2015-12-16cleaned the code a little, added load_packet_from_pcap into packet builder ↵Dan Klein3-5/+26
functionality.
2015-12-15TRex API: increase timeout (from 30 to 40) of waiting for TRex to change ↵Yaroslav Brustinov2-3/+3
state from Starting to Idle or Running.
2015-12-15moved all return code values to RC types (better for batch rc)imarom6-113/+110
also few fixes
2015-12-14bugs fixesimarom4-14/+57
1. ignore your own force acquire of ports 2. TUI fixes
2015-12-14publish rx_check counters via ZMQ even with iom=0Yaroslav Brustinov1-2/+2
2015-12-14TUI v2.0 - now no flickering, state machine for lost of connectivityimarom8-42/+181
and TUI can be started in xterm using tui -x
2015-12-13python API: determine TRex version in more robust wayYaroslav Brustinov2-6/+11
2015-12-10added a "--tui" feature to the consoleimarom2-28/+56
it opens in read only mode and runs the TUI
2015-12-10removed session id - not necessaryimarom5-12/+15
2015-12-09read only supportimarom7-566/+745
2015-12-08some modifications to the tablesimarom4-22/+91
added clear stats as well
2015-12-08dynamic commands on TUIimarom2-14/+75
2015-12-08a minor fix to the TUI (pause/resume all ports)imarom2-10/+34
2015-12-08text based TUI (does not use ncurses)imarom4-962/+319
2015-12-08Fix to documentation of python function generate_run_cmdIdo Barnea1-4/+5
2015-12-07removed duplicationsimarom1-31/+0
2015-12-07Merge branch 'dan_stateless' into a test branchimarom9-90/+557
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-07added 'dry' option to start commandimarom3-28/+120
this enables showing a profile map before starting
2015-12-07some validate infoimarom2-24/+53
2015-12-07clear command now works as well..Dan Klein1-3/+7
2015-12-07Re-designed the statistic building model based on agreed diagram.Dan Klein4-177/+233
WORKING: all polling stats
2015-12-06python API:fix no latency specified in testsYaroslav Brustinov1-13/+17
2015-12-06ZMQ bug - connect / disconnect fron another thread on pyhton (not safe !)imarom4-31/+87
fixed and more hardening
2015-12-06various fixes (each one is a minor one)imarom3-65/+115
2015-12-011. fixed ZMQ message limitationimarom4-21/+82
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-29Merge branch 'master' of ↵imarom2-11/+7
csi-sceasr-b33:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
2015-11-29support for update +/- requestimarom2-46/+62
2015-11-29Supports all desired stats option, plus clearing optionDan Klein4-32/+180
2015-11-28restore commentYaroslav Brustinov1-0/+1
2015-11-28fix second try of running daemon: second daemonize_parser() ruins input argsYaroslav Brustinov2-11/+6
2015-11-26when connection is lost - identify this on the consoleimarom3-14/+78
2015-11-26Merge branch 'master' into dan_statelessDan Klein4-40/+326
# Conflicts (solved): # scripts/automation/trex_control_plane/client_utils/parsing_opts.py
2015-11-26Initial implementation of stats promptingDan Klein9-44/+270
2015-11-26added support for 'update'imarom2-11/+93
2015-11-25fixed a bug with default start command in the consoleimarom3-3/+51
also added clear events and more types of events
2015-11-25added events logimarom3-10/+42
2015-11-25support for "total" flag for startimarom2-2/+15
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 startimarom2-10/+25
also added info about the correct interface driver and speed from DPDK layer
2015-11-24Merge branch 'master' of ↵imarom3-0/+140
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 Haim3-0/+140
2015-11-22TUI back onlineimarom3-15/+24
2015-11-19full async DP stop supportimarom2-14/+43
2015-11-19Merge branch 'master' of ↵imarom3-42/+90
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
2015-11-19History feature is DONEDan Klein2-39/+68
Fixed bugs Cleaned code, more like PEP8
2015-11-17minor bug in wait cmdimarom1-1/+1
2015-11-16created general trex console classDan Klein3-3/+22
added dynamic server async support fixed bugs