summaryrefslogtreecommitdiffstats
path: root/scripts/automation
AgeCommit message (Collapse)AuthorFilesLines
2016-05-08add cache to CPHanoh Haim1-6/+19
2016-05-03bp_sim: correct description of supported stateful layersYaroslav Brustinov12-114/+105
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-30regression: stateless benchmark replace test name with profile for GAYaroslav Brustinov1-3/+3
2016-04-29GA fix for python3Yaroslav Brustinov2-9/+11
2016-04-29typoYaroslav Brustinov2-2/+2
2016-04-29typoYaroslav Brustinov1-1/+1
2016-04-29regression: add GAYaroslav Brustinov5-2/+317
2016-04-29typoYaroslav Brustinov1-1/+1
2016-04-29regression: stl benchmark less strict stabilizationYaroslav Brustinov1-3/+6
2016-04-28increase accuracy of low values in json report (0.03 etc.)Yaroslav Brustinov1-7/+10
2016-04-28regression: slight fix to stl benchmark testYaroslav Brustinov10-39/+51
2016-04-28regression: remove print from stl benchmarkYaroslav Brustinov1-1/+0
2016-04-28regression: lower demand on number of output packets at stateless benchmarkYaroslav Brustinov1-1/+1
2016-04-28regression: stateless benchmark fixesYaroslav Brustinov1-3/+6
2016-04-27regression: fail on low bw_per_coreYaroslav Brustinov1-4/+3
2016-04-27regression: add small delay if load clean config failsYaroslav Brustinov1-2/+3
2016-04-27regression: stateless CPU benchmark for profilesYaroslav Brustinov11-45/+1191
2016-04-27stateful api: fix filter max latencyYaroslav Brustinov2-1/+2
2016-04-26stateful api: fix filter max latencyYaroslav Brustinov2-23/+21
regression: fix bw_per_core at trex09 based on regression
2016-04-26regression: return back allow_timeout_devYaroslav Brustinov4-0/+4
2016-04-25regression: add trex12 configsYaroslav Brustinov2-175/+35
2016-04-25regression: line removed by mistake from trex14 benchmarkYaroslav Brustinov1-0/+1
2016-04-25regression: add trex09 benchmark.yamlYaroslav Brustinov1-113/+44
2016-04-25regression: add bw_per_core to kiwi02 and trex04Yaroslav Brustinov2-191/+124
2016-04-25regression: trex25 fix benchmark fileYaroslav Brustinov1-4/+8
2016-04-25regression: add bw per core for trex-dan, trex08, trex14, trex17, trex25Yaroslav Brustinov6-525/+358
flush printing buffer at beginning and end of tests
2016-04-24regression: imix assymetric - reduce cpu util demand because only half of ↵Yaroslav Brustinov1-1/+1
ports working
2016-04-24regression: nbar cpu util checkYaroslav Brustinov1-61/+1
2016-04-24regression: bw per core x2Yaroslav Brustinov1-1/+2
2016-04-24stateful API: add get_ports_count based on resultYaroslav Brustinov5-24/+43
regression: be per core takes into account number of ports
2016-04-24revert added by mistake codeYaroslav Brustinov1-9/+3
2016-04-24typoYaroslav Brustinov1-1/+1
2016-04-23regression: correct the BW per core calculationYaroslav Brustinov3-21/+25
2016-04-21stateful API: avoid zero divisionYaroslav Brustinov1-4/+7
2016-04-21regression: fix functional filters test pathYaroslav Brustinov3-25/+103
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-masterimarom6-130/+316
also adding some tweaks to the TUI Conflicts: scripts/automation/trex_control_plane/stl/console/trex_tui.py
2016-04-19Merge remote-tracking branch 'origin/master'Yaroslav Brustinov7-35/+150
2016-04-19regression: add trex07, trex14, trex25.Yaroslav Brustinov10-33/+526
skip rx_check negative on kiwi02 for now.
2016-04-19All unit tests passes with both python 2 and python 3.Dan Klein2-4/+52
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-17regression: load clean config several attempts, use custom number of cores ↵Yaroslav Brustinov5-12/+22
at stateless.
2016-04-16python3 further fixesYaroslav Brustinov6-12/+15