summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2016-10-27Fix to functional testsIdo Barnea2-7/+7
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-27Putting back MAC config in IPv6 regression testsIdo Barnea6-15/+36
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-27fix scapy_service ARP issue and add more layers in the serviceHanoh Haim5-78/+18
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-10-27performance - more tolerant valuesimarom2-5/+5
Signed-off-by: imarom <imarom@cisco.com>
2016-10-27regression: fix for python3 client testYaroslav Brustinov1-3/+1
2016-10-26typoYaroslav Brustinov1-4/+7
2016-10-26regression: stateless rx_check allow 0.1% errorsYaroslav Brustinov1-1/+1
2016-10-26fixed performance issue (moved STRECH case to low priority cases)imarom2-12/+16
Signed-off-by: imarom <imarom@cisco.com>
2016-10-26regression: fix client pkg test to configure the dut interfacesYaroslav Brustinov2-0/+7
2016-10-26Changed trex25 config to be IP basedIdo Barnea1-8/+8
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-26changed simple_cfg.yaml to be IP basedIdo Barnea1-7/+8
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-25Added support for router IP based config in regression, and changed TRex Dan ↵Ido Barnea3-43/+63
to use it Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-25Merge from masterHanoh Haim3-1/+383
2016-10-25Merge branch 'scapy_service_for_gui' of git://github.com/kisel/trex-core ↵Hanoh Haim4-91/+677
into kisel-scapy_service_for_gui
2016-10-25performance test did disconnect after end of testsimarom1-1/+0
Signed-off-by: imarom <imarom@cisco.com>
2016-10-25added performance test (starting with trex09)imarom3-1/+384
Signed-off-by: imarom <imarom@cisco.com>
2016-10-21preserve abstract model structure, calculate values and show structure changesAnton Kiselev3-6/+87
2016-10-20fix dpdk_setup_ports.py for Python3Yaroslav Brustinov1-1/+1
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-20Small fix to dpdk_setup_ports.pyIdo Barnea1-1/+1
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-20Added support for ip based config generation to dpdk_setup_ports.pyIdo Barnea1-45/+143
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-18Help message fixes + removing unused command line optionsIdo Barnea1-1/+1
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-18add unit tests for scapy serviceAnton Kiselev2-0/+175
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
2016-10-17update scapy_service for gui usage.Anton Kiselev2-91/+421
- build_pkt, reconstruct_pkt and corresponding data structures changed in order to support nested protocols and correct field ordering - binary packet editing capabilities with reconstruct_pkt - added read_pcap, write_pcap for working with pcap files - added get_definitions for retrieving scapy_service definitions for GUI - added get_payload_classes for retrieving available payload classes - python2, python3 support squash-merge of kisel / 196d638
2016-10-13Revert "signedoff files"Ido Barnea3-0/+0
This reverts commit 13295736ea586f46879291f8ce5986b369bedfe0. Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-13Revert "Fix bundeling in file names to bundling"Ido Barnea1-9/+10
This reverts commit 9ed37dfeed71c3adac59f02e08ee08627bd7924c. Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-13Revert "Another small fix to regression"Ido Barnea1-2/+2
This reverts commit cf40f4d078a847eb05de1c880f349c8dcb20fb29. Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-13Another small fix to regressionIdo Barnea1-2/+2
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-13Fix bundeling in file names to bundlingIdo Barnea1-10/+9
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-13signedoff filesIdo Barnea3-0/+0
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-09add STLVmWrFlowVar to docHanoh Haim1-0/+8
2016-10-06Changed ipv6 test on trex09 to use 3 cores instead of 4Ido Barnea1-1/+1
2016-09-30fix parsing tunables, add support for separate -t in console, add benchmark ↵Yaroslav Brustinov3-28/+128
profile
2016-09-29add hw_cs Python API docHanoh Haim2-3/+15
2016-09-29minor fix hw_cs in case of random pkt sizeHanoh Haim1-0/+33
2016-09-29add mode example to hw cs profileHanoh Haim1-2/+152
2016-09-29 add simple example for FixHwChecksum instructionHanoh Haim1-0/+60
2016-09-29Add FE Instruction to fix TCP/UDP Payload checksum using hardware offload engineHanoh Haim1-0/+74
2016-09-29https://trex-tgn.cisco.com/youtrack/issue/trex-249imarom1-13/+76
2016-09-29https://trex-tgn.cisco.com/youtrack/issue/trex-243imarom1-13/+23
2016-09-29https://trex-tgn.cisco.com/youtrack/issue/trex-247imarom2-4/+23
2016-09-28trex-console: add print of Python error in case of error loading profile in TUIYaroslav Brustinov1-3/+7
2016-09-28stl api - importing profile: use given directory as first path, not lastYaroslav Brustinov1-1/+1
2016-09-28find_python.sh by default find any available Python, allow 3.5 too.Yaroslav Brustinov2-8/+11
t-rex-64 fix case of no $USER when not in tty
2016-09-27fix regression issues with step/init valuesimarom3-2/+2
TODO: random limit currently does not support limit less than core count - it is possible to solve this by giving redundant cores the same seed and limit (currently it is blocked)
2016-09-27/etc/trex_cfg.yaml allow MAC as string "12:34:56:78:9a:bc" etc.Yaroslav Brustinov1-1/+3
dpdk_setup_ports: fix create config in case of VM & passthrough
2016-09-26update stl docHanoh Haim1-0/+36
2016-09-26regression failure: VM with dec might not be able to pad the instruction to ↵imarom1-1/+1
true cycle implictly
2016-09-25merge issues with rand limitimarom2-20/+12
2016-09-25split multicore - all tests passimarom4-21/+15
2016-09-25fixing up all gtests results (due to split now in order instead ofimarom9-0/+0
segments)