summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane
AgeCommit message (Collapse)AuthorFilesLines
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-26update stl docHanoh Haim1-0/+36
2016-09-25merge issues with rand limitimarom2-20/+12
2016-09-25split multicore - all tests passimarom2-20/+7
2016-09-25Splitter - padding for non circular VMsimarom2-9/+13
2016-09-25draft: new split algorithmimarom1-8/+48
2016-09-13typoYaroslav Brustinov1-6/+8
2016-09-13fix random_limit max valueHanoh Haim1-3/+3
2016-09-13add repetable_random example profileHanoh Haim1-0/+3
2016-09-13add python testHanoh Haim1-12/+52
2016-09-13add min/max to repeatable random instHanoh Haim1-0/+60
2016-09-13dpdk Python scripts small fixesYaroslav Brustinov7-50/+70
ensure log dir exists for trex daemon regression: add trex24 setup Sphinx docs remove "capture" tag for compatibility with 1.2 version
2016-09-07support for DUAL mode on small PCAPsimarom2-17/+261
2016-09-07dual mode : code review fixesimarom2-3/+9
2016-09-07dual mode - refinementimarom1-4/+16
2016-09-07dual mode - check for ERF onlyimarom2-1/+4
2016-09-07DUAL mode - phase #1imarom5-10/+46
2016-09-04scapy service: added version handler, added packet reconstruct from binary, ↵itraviv2-39/+150
added support for building packet from dictionary, added support for scapy field enhancement. scapy_zmq_server: fixed some path issues, changed minor argument parsing
2016-08-31generation of native code: fix importsYaroslav Brustinov1-6/+29
2016-08-24added logging mechanism with --log argumentitraviv1-11/+31
2016-08-24add example for pin coresHanoh Haim1-0/+72
2016-08-24v2.08Hanoh Haim1-0/+36
2016-08-24hltapi example: add example command of removing all streams from portYaroslav Brustinov1-1/+5
2016-08-21scapy_service:itraviv3-4/+84
supported_methods now returns all functions when invoked with parameter 'all' zmq_client: added simple console to interact with server scapy_zmq_server: added verbosity feature
2016-08-18fixed issues with path to include VXLAN and MPLSitraviv1-15/+15
2016-08-18Merge branch 'scapy_server'itraviv6-58/+710
2016-08-18scapy_server_test:itraviv3-26/+78
skiping python3 tests scapy_service.py: minor changes to protocol_struct function zmq_client: added zmq_server: minor changes in exception handling
2016-08-18previous commit was missing a file changeimarom1-9/+12
2016-08-18CPU util. measurements fix (more accurate and steady)imarom1-21/+59
see #trex-246
2016-08-16regression failure due to previous commitimarom1-8/+5
2016-08-16simulator breakage fiximarom3-4/+5
2016-08-16personal code review tweaksimarom2-33/+48
2016-08-15fixed an issue in exception handlingitraviv1-8/+7
2016-08-15scapy_server_test:itraviv2-73/+149
added cases for testing: GRE, VXML, DNS, IPv6 changed test functions to include only the testted object and created other functions as testing engines. scapy_service: added api class. added documentry for api class changed method functions to include underscore
2016-08-15TUI screen bufferimarom6-81/+218
2016-08-15core mask - first phaseimarom4-23/+84
2016-08-111)removed unnecessary files from repositoryitraviv4-641/+2
2)fixed bug in checking update of data-base
2016-08-10***this is an example for a JSON-RPC (over ZMQ) client.***itraviv1-0/+45
started with -s for server IP address (default is local-host) started with -p for port number
2016-08-10move 'main' function to bottom of fileitraviv1-19/+14
2016-08-101) fixed "main function": mechanism for running this script as a stand-alone ↵itraviv1-17/+29
program and running it from another python script 2) added closure of sockets and context explicitly (counting on python garbage-collector caused errors) 3) added support for 'remote shutdown' feature. now the server can be shut-down using 'shut_down' method as RPC from client
2016-08-09changed file name from scapy_server to scapy_serviceitraviv2-0/+396
changed file for scapy_zmq_server changed functionality for scapy_server, added support for port with -s flag. scapy_service now functions as a service for the server wrapper
2016-08-07random tests are now provided with seedimarom1-3/+3
2016-08-04server was made as an object with execute functionitraviv1-34/+39
2016-08-041) made a class Scapy_server encapsulating scapy_wrapper and scapy_serviceitraviv2-65/+9
2) fixed some exception handling
2016-08-041) added build_pkt when calculating offsetsitraviv1-0/+1