summaryrefslogtreecommitdiffstats
path: root/scripts/automation
AgeCommit message (Collapse)AuthorFilesLines
2016-11-22RX features - added timestamp to RX packetsimarom1-16/+23
Signed-off-by: imarom <imarom@cisco.com>
2016-11-22RX features - added PING (echo ICMP) featureimarom3-126/+313
Signed-off-by: imarom <imarom@cisco.com>
2016-11-16Merge branch 'master' to rx_features phase 0.5imarom22-233/+1154
Signed-off-by: imarom <imarom@cisco.com>
2016-11-16RX features - ARP resolveimarom5-43/+141
Signed-off-by: imarom <imarom@cisco.com>
2016-11-16change order of cores in produced config fileYaroslav Brustinov1-11/+11
fix bug of writing reduced number of cores in VM try using "main" thread for rx Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-16trex07 fix queue_full in regressionHanoh Haim1-1/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-16update trex07 benchmark resultsHanoh Haim1-2/+2
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-16add trex08 benchmark resultsHanoh Haim1-0/+50
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-16fail in case of queue full - the CPU is not validHanoh Haim1-0/+4
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-15connectx-4 another benchmark updateHanoh Haim1-3/+3
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-15fix python3 regression issueHanoh Haim1-2/+2
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-15STL push remote pcap: don't check that path exists at client sideYaroslav Brustinov2-13/+29
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-15RX features - another refinementimarom3-23/+233
Signed-off-by: imarom <imarom@cisco.com>
2016-11-15connectx-4 reduce the speed for the regression - some performance issueHanoh Haim1-1/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-15update connectx-4 regression valuesHanoh Haim1-10/+11
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-15update client test for Connect4-XHanoh Haim1-2/+6
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-15update Connect4-X setup benchmarkHanoh Haim1-13/+16
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-15add a way to load default args from config fileHanoh Haim1-2/+5
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-15https://trex-tgn.cisco.com/youtrack/issue/trex-271imarom3-21/+50
Signed-off-by: imarom <imarom@cisco.com>
2016-11-15backup old trex-07 setup configHanoh Haim5-120/+402
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-14STL push dual port split fixesYaroslav Brustinov2-3/+15
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-14fix STL push pcap: start from zero (or explicit delay)Yaroslav Brustinov1-1/+6
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-13RX features - pre-resolve stageimarom5-100/+234
Signed-off-by: imarom <imarom@cisco.com>
2016-11-10Add nicer error if -c is bigger than number of threads in platform configYaroslav Brustinov1-1/+2
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-09RX features - added port attributes for IPv4 and DGimarom5-36/+106
Signed-off-by: imarom <imarom@cisco.com>
2016-11-08RX queue - ARP request workingimarom2-29/+89
Signed-off-by: imarom <imarom@cisco.com>
2016-11-08Merge branch 'scapy_service_gui_updates' of git://github.com/kisel/trex-core ↵Hanoh Haim5-23/+483
into kisel-scapy_service_gui_updates
2016-11-08scapy_service payload gen: allow template_code without size propertyAnton Kiselev2-7/+20
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
2016-11-08fixup template_code payload generationAnton Kiselev2-2/+2
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
2016-11-07RX features - queueingimarom2-48/+164
Signed-off-by: imarom <imarom@cisco.com>
2016-11-07scapy_service: payload generator upper limit and null checkAnton Kiselev1-11/+14
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
2016-11-06RX featuresimarom2-4/+53
Signed-off-by: imarom <imarom@cisco.com>
2016-11-06RX features - RX snifferimarom5-26/+156
Signed-off-by: imarom <imarom@cisco.com>
2016-11-04scapy server python 3 compatibility fixes(file and pseudo-random generator)Anton Kiselev2-5/+10
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
2016-11-04add access to scapy.all from eval, tests to IPOptions, TCPOptionsAnton Kiselev2-1/+23
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
2016-11-04scapy_service: support total_bytes for BYTES payload generatorAnton Kiselev3-16/+60
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
2016-11-04scapy_service: support {vtype: BYTES, generate: ↵Anton Kiselev3-2/+130
ascii/bytes/template/template code } Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
2016-11-04add protocol definition json for scapy serverAnton Kiselev4-9/+254
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
2016-11-04update trex09 performance numbersHanoh Haim1-1/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-04update new performance number for kiwi02Hanoh Haim1-1/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-03add performance numbers to kiwi02 setupHanoh Haim1-0/+50
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-03changed google analytics reporting attr actionNumber to be BUILD ID instead ↵itraviv1-3/+1
of a random string Signed-off-by: itraviv <itraviv@cisco.com>
2016-11-03moved RX filter feature to port attrimarom5-32/+68
Signed-off-by: imarom <imarom@cisco.com>
2016-11-03regression: ga report - generate random action nameYaroslav Brustinov1-1/+3
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-02dpdk_setup_ports.py config creation:Yaroslav Brustinov1-32/+32
1) MACs as string instead of array. 2) add --force-macs flag to use MACs and not IPs Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-02draft: RX software featureimarom2-1/+33
Signed-off-by: imarom <imarom@cisco.com>
2016-11-02regression: stl performance test Python3 fixYaroslav Brustinov1-1/+1
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-31fix trex25 config fileIdo Barnea1-1/+1
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-31Put real MACs on trex-dan and trex25 ipv6 router regression setupIdo Barnea2-10/+10
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-31regression: do not clear is_init at endYaroslav Brustinov1-1/+1
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>