summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stf
AgeCommit message (Collapse)AuthorFilesLines
2017-03-01STF publisher: ensure latest results are sent by CPP + get latest dump via ↵Yaroslav Brustinov1-3/+11
Python API Change-Id: I1836c0366785246acbcd8d238400440f5f3970f5 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-16VLAN keyword in platform config file will now make all traffic be sent over vlanIdo Barnea1-0/+25
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-01-22fix VMXNET3 regreesion issueHanoh Haim1-1/+8
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-01-15add elkHanoh Haim1-0/+51
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-01-15STF API: fix latency check after it was not checked in previous runYaroslav Brustinov1-2/+1
Change-Id: Ic8cd116bc29c991abff9837e9da4ef0ea37bb497 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-01-05add not accurate timer wheel for better performanceHanoh Haim1-3/+4
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-12-26add tw appendix for many active of flowsHanoh Haim1-0/+69
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-12-22Less strict check on end of warmup state in Stateful API (96% of expected)Yaroslav Brustinov1-3/+3
Regression: (stateful) check that the BW is less than expected + 5%. Change-Id: Ie181a970d81fbca30a17d17ee98d0228603db11c Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-27client config regressionIdo Barnea1-3/+1
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-30add ifdef guard to .h fileYaroslav Brustinov2-3/+6
remove UUID from TUI STF Python API: show newlines instead of "\n\n\n" in Exception message STF Python API: remove "During handling of the above exception, another exception occurred:" in Python3.3+ dpdk_nic_bind.py: ensure needed PATH exists for lspci etc. t-rex-64: remove "stty: standard input: Inappropriate ioctl for device" t-rex-64: remove "cat: write error: Broken pipe" Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-07-08fix multicast being counted as ierrorYaroslav Brustinov1-25/+34
2016-07-05various fixesYaroslav Brustinov1-1/+1
2016-07-04trex_client: sample each secondYaroslav Brustinov1-30/+68
stateful result object: add method to get avg value at steady state regression: add -t flag to run specific test by name (without file and class) update trex07 benchmarks
2016-06-22typo at last commitYaroslav Brustinov1-1/+1
2016-06-21api: add passing of additional arguments to TRexYaroslav Brustinov1-3/+4
2016-06-21--debug-image flag fix bugYaroslav Brustinov1-1/+1
2016-06-20regression: add flag to run with debug imageYaroslav Brustinov1-3/+4
2016-06-17add ctrl+c as first try to kill daemons/TRex.Yaroslav Brustinov1-41/+26
master daemon change directory to "/" to deal with case it's directory was deleted and update_trex() was used. remove check connection to daemons as part of init of client (can be done manually per needed daemon)
2016-05-23replace t-rex to TRexYaroslav Brustinov1-1/+1
regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect (+revert of commit 0f8e6065f467703b1461e87c3912f8d4bd616807)
2016-05-21trex_client.py also for python3Yaroslav Brustinov1-1/+1
2016-05-20trex_client: de-unicode get_trex_pathYaroslav Brustinov1-2/+4
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 Brustinov1-14/+210
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 Brustinov1-2/+51
stateful API: add get_files, get_files_list
2016-04-14regression: python3 supportYaroslav Brustinov1-3/+12
2016-04-11hltapi stream stats, port tx/rx graphs at consoleYaroslav Brustinov1-3/+2
2016-04-03remove timeouts from trex_client pkg tests, filter out 0.1% of highest ↵Yaroslav Brustinov2-23/+50
latencies, increase priority of TRex process
2016-03-30add to run_functional_tests --python2 and --python3 flagsYaroslav Brustinov13-5/+62
make stateful tree similar to stl : stf/trex_stf_lib and stf/examples change trex_client package: add profiles, use full stl dir. stl examples: now use stl_path.STL_PROFILES_PATH variable regression: add higher timeout to rsync.
2016-03-24gather stateful client to stf folder, create trex_client packageYaroslav Brustinov11-0/+1900