summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane
AgeCommit message (Collapse)AuthorFilesLines
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
2016-08-041) changed class name to 'scapy_service'itraviv3-15/+166
2) changed returned values to be dictionaries instead of arrays
2016-08-03stf daemon: add support for zipped zmqYaroslav Brustinov2-6/+42
2016-08-03add -m bpsl1Hanoh Haim1-4/+13
2016-08-03Merge remote-tracking branch 'origin/master'Yaroslav Brustinov6-35/+58
2016-08-03set default stateful duration 1 hour, forbid duration in statelessYaroslav Brustinov2-3/+56
add "add_profile"stateless Python API command fix trex_perf.py
2016-08-03async compressed - https://trex-tgn.cisco.com/youtrack/issue/trex-232imarom6-35/+58
2016-08-031) changed location. from examples to servicesitraviv1-0/+275
2) added wrapper scapy server class
2016-08-02stf daemon another python3 fixYaroslav Brustinov1-1/+1
2016-08-01Python3 support for Stateful daemonYaroslav Brustinov6-35/+61
Python 3.5 support in ZMQ Verify ZMQ health in Stateful daemon Add get_trex_config() command to Stateful daemon Strip debug info on Python ZMQ .so files
2016-07-31fixed error handling in get_all_pkt_offsets, added return of error code ↵itraviv1-19/+24
tuple as same as build_pkt
2016-07-31Merge branch 'master' into scapy_serveritraviv20-522/+1539
2016-07-31scapy_server for GUI+testitraviv1-0/+272
2016-07-27support for graceful shutdownimarom3-6/+52
2016-07-26some more TUI fixesimarom6-25/+69
2016-07-25TRex console - add support for L1 BPSimarom1-48/+44
https://trex-tgn.cisco.com/youtrack/issue/trex-230
2016-07-25TUI - stdout close/reopen issuesimarom1-6/+2
2016-07-25TUI tweaksimarom4-110/+144
2016-07-21faster TUI: no flickers and more...imarom2-32/+135
1. made stdout full buffered (no in-middle print) 2. added TAB for filenames auto-complete
2016-07-08fix multicast being counted as ierrorYaroslav Brustinov1-25/+34