summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane
AgeCommit message (Collapse)AuthorFilesLines
2016-05-17timeout fix - two bugs in two lines of code :-( ... now it should be okimarom1-4/+6
2016-05-16fix timeout issue due to race with async response from serverimarom1-2/+5
2016-05-15regression and master daemon updatesYaroslav Brustinov1-0/+12
2016-05-14fix indent for building docsYaroslav Brustinov1-0/+2
2016-05-13typoYaroslav Brustinov1-1/+1
2016-05-13add master daemonYaroslav Brustinov6-303/+312
2016-05-11CPU calculation is different now, in flavor to be higher than real, update ↵Hanoh Haim1-2/+2
the values
2016-05-11add more example for client apiHanoh Haim2-0/+49
2016-05-10merge from masterHanoh Haim12-174/+549
2016-05-10PCAP API - added packet hookimarom4-41/+69
example is much simpler now
2016-05-10wait_on_traffic might get stuck if the async thread unexpectedly crashedimarom2-2/+12
or exited
2016-05-10Merge remote-tracking branch 'origin/master'Yaroslav Brustinov1-0/+3
2016-05-10hltapi: use flow_stats only for ipv4 packets, add flag to disable ↵Yaroslav Brustinov1-3/+8
flow_stats, add argument for custom flow_stat id for use in profiles.
2016-05-09clear_stats must first call an async barrierimarom1-0/+3
otherwise we might clean unsycned stats and it will be useless next time the client gets an async update
2016-05-09added force option to local PCAP - for > 1MB filesimarom2-8/+15
2016-05-09small fix for TUI (shows CPU util. in round up float)imarom1-2/+5
2016-05-09added duration to remote pushimarom4-24/+225
2016-05-09PCAP refinementimarom4-124/+137
2016-05-09first remote PCAP push - draftimarom5-9/+114
2016-05-08add cache to CPHanoh Haim1-6/+19
2016-05-03bp_sim: correct description of supported stateful layersYaroslav Brustinov1-1/+2
main_dpdk: send bw_per_core with json, return back precision of low values jsonrpcserver: disable logging regression: use bw_per_core from cpp calculation correct test name for GA
2016-05-02two fixes:imarom3-28/+42
1. history traversal with lock when adding stats objects 2. sync with ports only when you acquire the port, reset does not sync with the streams
2016-05-02Python circular object reference - fiximarom2-6/+8
2016-04-29GA fix for python3Yaroslav Brustinov1-1/+1
2016-04-29regression: add GAYaroslav Brustinov1-0/+295
2016-04-27stateful api: fix filter max latencyYaroslav Brustinov1-0/+1
2016-04-26stateful api: fix filter max latencyYaroslav Brustinov1-16/+14
regression: fix bw_per_core at trex09 based on regression
2016-04-24stateful API: add get_ports_count based on resultYaroslav Brustinov1-6/+18
regression: be per core takes into account number of ports
2016-04-21stateful API: avoid zero divisionYaroslav Brustinov1-4/+7
2016-04-21regression: fix functional filters test pathYaroslav Brustinov2-17/+102
stateful API: add get_files, get_files_list
2016-04-19minor fix to TUI with no portsimarom1-23/+13
2016-04-19Merge git://github.com/danklein10/trex-core into danklein10-masterimarom5-130/+209
also adding some tweaks to the TUI Conflicts: scripts/automation/trex_control_plane/stl/console/trex_tui.py
2016-04-19All unit tests passes with both python 2 and python 3.Dan Klein1-3/+51
Added more documentation to the ToggleFilter class.
2016-04-18portattr console command fiximarom1-4/+8
2016-04-18minor fiximarom2-1/+15
2016-04-18support for reacquire commandimarom3-15/+70
also better sync with the server about ownership of ports
2016-04-18simple intro while connecting to the serverimarom3-12/+35
2016-04-17added example for get_warnings()imarom1-0/+5
2016-04-17TUI might crash - do not include unicode chars if stdout encoding is notimarom2-4/+18
'UTF-8' also, some fixes for the TUI port screen
2016-04-16python3 further fixesYaroslav Brustinov1-2/+2
2016-04-14Merge remote-tracking branch 'origin/master'Yaroslav Brustinov1-1/+1
2016-04-14regression: add --python2 and --python3 to run_regression, if nothing ↵Yaroslav Brustinov3-3/+72
provided, use python2. hltapi: fix bug of not reducing 4 bytes from produced packets because of fcs. doc: add trex_client package stl/stf example of running examples :)
2016-04-14by default TUI shows all ports - can be switched to owned by pressingimarom1-1/+1
'o'
2016-04-14fixed partial ports consoleimarom5-92/+178
2016-04-14quick fix for consoleimarom1-1/+1
partial ports still not work well
2016-04-14regression: python3 supportYaroslav Brustinov4-24/+43
2016-04-13support for partial port acquire on consoleimarom4-23/+125
--readonly, -a [ports], -f
2016-04-12added checks for warnings on examplesimarom7-157/+67
2016-04-12events API and RX core util.imarom5-56/+201
2016-04-12hltapi: modify and remove traffic fixesYaroslav Brustinov4-41/+54