summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl
AgeCommit message (Collapse)AuthorFilesLines
2016-11-30doc breakageimarom1-4/+2
Signed-off-by: imarom <imarom@cisco.com>
2016-11-30minor bugsimarom3-1/+3
Signed-off-by: imarom <imarom@cisco.com>
2016-11-30merging with latest masterimarom1-0/+123
Signed-off-by: imarom <imarom@cisco.com> Conflicts: src/main_dpdk.cpp
2016-11-30API change get_info -> get_formatted_infoimarom1-1/+1
Signed-off-by: imarom <imarom@cisco.com>
2016-11-30reply to messagesimarom3-9/+3
Signed-off-by: imarom <imarom@cisco.com>
2016-11-28check VIC FW support using FILTER_INFO, remove patch from enic driverHanoh Haim1-2/+2
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-28add update exampleHanoh Haim1-0/+123
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-28self code reviewimarom4-411/+371
Signed-off-by: imarom <imarom@cisco.com>
2016-11-24self code reviewimarom1-3/+3
Signed-off-by: imarom <imarom@cisco.com>
2016-11-23merge issuesimarom2-2/+12
Signed-off-by: imarom <imarom@cisco.com>
2016-11-22RX features - removed 'none' and used Json::nullValueimarom1-9/+4
Signed-off-by: imarom <imarom@cisco.com>
2016-11-22RX features - few tweaksimarom4-14/+41
Signed-off-by: imarom <imarom@cisco.com>
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-18scapy_service: take into account Ether.chksum when building payload with ↵Anton Kiselev2-5/+7
total_size Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
2016-11-16Merge branch 'master' to rx_features phase 0.5imarom10-62/+585
Signed-off-by: imarom <imarom@cisco.com>
2016-11-16RX features - ARP resolveimarom5-43/+141
Signed-off-by: imarom <imarom@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-15https://trex-tgn.cisco.com/youtrack/issue/trex-271imarom3-21/+50
Signed-off-by: imarom <imarom@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-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-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-03moved RX filter feature to port attrimarom5-32/+68
Signed-off-by: imarom <imarom@cisco.com>
2016-11-02draft: RX software featureimarom2-1/+33
Signed-off-by: imarom <imarom@cisco.com>
2016-10-30syntax sugar on GA + fill ActionNumber with dummy valueYaroslav Brustinov1-6/+6
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-30add ifdef guard to .h fileYaroslav Brustinov1-2/+1
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-10-30added action name to differ between same tests on different timesitraviv1-4/+5
Signed-off-by: itraviv <itraviv@cisco.com>
2016-10-30Added goldenMin and GoldenMax metrics for Google Analytics regression ↵itraviv1-3/+7
testing report Signed-off-by: itraviv <itraviv@cisco.com>
2016-10-30Updated Google Analytics Manager for regressionitraviv1-84/+18
Signed-off-by: itraviv <itraviv@cisco.com>
2016-10-28move port_attr from driver class to physical port class + small fixes ↵Yaroslav Brustinov3-19/+5
according to code review Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-28console: rearrange lines at "stats --ps"Yaroslav Brustinov3-6/+11
in case of start traffic with link down, return error with link state Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-28console "stats --ps" move link status to another lineYaroslav Brustinov2-5/+7
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-28stl port attr event: show exactly what was changedYaroslav Brustinov1-12/+23
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-28typoYaroslav Brustinov1-1/+2
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-28dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help"Yaroslav Brustinov8-92/+279
dpdk_setup_ports.py: fix warning of TRex is already running if different NICs are being used singleton_daemon.py: fix error socket in use immediately after check if in use trex-console: fix crash in case of "tui --help" trex-console: try-catch commands instead of crashing add async notification on port status/atttibutes change add port xstats support add description of interfaces main_dpdk.cpp: fix --client_cfg not working with Python API Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-28new port attr commands: flow control, link status, led statusYaroslav Brustinov4-34/+138
add user friendly description to ports add xstats enable start with link down at stateless. in CPP status will update itself upon link up, in Python need to restart client at this phase. Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>