Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-08 | Regression: fix Python3 list of ports, update trex21 benchmark, other minor ↵ | 1 | -1/+0 | ||
changes Change-Id: Iad785f8c505af487e201751ad8a8bfb03205cb73 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-03-02 | t-rex-64: catch exit with trap to restore tty settings | 3 | -5/+6 | ||
Change-Id: Id336aa95ceff5e958e9bce329c85eb7201772712 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-03-01 | STF publisher: ensure latest results are sent by CPP + get latest dump via ↵ | 3 | -6/+22 | ||
Python API Change-Id: I1836c0366785246acbcd8d238400440f5f3970f5 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-02-20 | STF daemon: add message error if server is already running by current user. | 1 | -3/+4 | ||
Change-Id: I35400a64d976ce690d298d560dce2ae2254bfb6b Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-02-05 | trex_daemon_server: check ZMQ port matches between the server and TRex ↵ | 2 | -5/+30 | ||
platform config file. Change-Id: I1a6d6dc45513e4ba5f7c50f11f4730c8996c7731 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-02-02 | fixed missing .so files due to ignored by .gitignore + fixed path | 1 | -6/+11 | ||
Change-Id: If014548f3d007f9eda6d54332ac04952ea91f751 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help" | 1 | -0/+1 | ||
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-09-13 | typo | 1 | -6/+8 | ||
2016-09-13 | dpdk Python scripts small fixes | 1 | -0/+1 | ||
ensure log dir exists for trex daemon regression: add trex24 setup Sphinx docs remove "capture" tag for compatibility with 1.2 version | |||||
2016-08-03 | stf daemon: add support for zipped zmq | 2 | -6/+42 | ||
2016-08-02 | stf daemon another python3 fix | 1 | -1/+1 | ||
2016-08-01 | Python3 support for Stateful daemon | 5 | -34/+60 | ||
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-06-23 | daemons logger: create log dir if does not exist | 1 | -6/+5 | ||
2016-06-21 | api: add passing of additional arguments to TRex | 1 | -3/+5 | ||
2016-06-20 | regression: add flag to run with debug image | 1 | -4/+5 | ||
2016-06-17 | master_daemon: show better status of executed command | 1 | -1/+1 | ||
2016-06-17 | add ctrl+c as first try to kill daemons/TRex. | 2 | -31/+19 | ||
master daemon change directory to "/" to deal with case it's directory was deleted and update_trex() was used. remove check connection to daemons as part of init of client (can be done manually per needed daemon) | |||||
2016-06-09 | fix TRex output not redirected | 2 | -46/+47 | ||
2016-06-06 | daemons fixes | 3 | -27/+16 | ||
2016-06-05 | singleton_daemon:verify RPC connectivity, shutdown the socket for immediate ↵ | 1 | -9/+31 | ||
close | |||||
2016-05-31 | SingletonDaemon restart fix return value | 1 | -1/+1 | ||
2016-05-28 | master_daemon & other daemons updates | 2 | -0/+164 | ||
2016-05-27 | fix bug: value of argument 1.0 was counted as "True" and not being added | 1 | -3/+4 | ||
2016-05-23 | replace t-rex to TRex | 1 | -4/+4 | ||
regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect (+revert of commit 0f8e6065f467703b1461e87c3912f8d4bd616807) | |||||
2016-05-13 | add master daemon | 5 | -289/+102 | ||
2016-04-21 | regression: fix functional filters test path | 1 | -15/+51 | ||
stateful API: add get_files, get_files_list | |||||
2016-04-03 | remove timeouts from trex_client pkg tests, filter out 0.1% of highest ↵ | 1 | -3/+12 | ||
latencies, increase priority of TRex process | |||||
2016-03-27 | regression: fix failing on positive return status of server | 1 | -2/+2 | ||
2016-03-22 | stateful server zmq import fix. TODO: check zmq per platform/py_version | 1 | -1/+1 | ||
2015-12-27 | updated server pacakges include for ZMQ | 1 | -4/+8 | ||
2015-12-15 | TRex API: increase timeout (from 30 to 40) of waiting for TRex to change ↵ | 1 | -1/+1 | ||
state from Starting to Idle or Running. | |||||
2015-12-13 | python API: determine TRex version in more robust way | 1 | -4/+7 | ||
2015-12-08 | Fix to documentation of python function generate_run_cmd | 1 | -4/+5 | ||
2015-11-28 | restore comment | 1 | -0/+1 | ||
2015-11-28 | fix second try of running daemon: second daemonize_parser() ruins input args | 2 | -11/+6 | ||
2015-10-27 | fix call ./t-rex-64 --help for getting version | 1 | -3/+5 | ||
2015-10-26 | API add: get_trex_log(), get_trex_daemon_log(), get_trex_version() | 1 | -0/+43 | ||
2015-10-14 | Fixed trex bugs in Ubuntu disctribution (Firing trex-daemon server) and ↵ | 2 | -10/+21 | ||
unresolved domain name handling. | |||||
2015-10-12 | merged with master | 1 | -1/+1 | ||
2015-10-06 | Merge branch 'master' into dan_stateless | 5 | -68/+68 | ||
2015-08-27 | progress in packet builder module | 1 | -1/+1 | ||
2015-08-26 | Merge branch 'master' into dan_stateless | 1 | -2/+1 | ||
2015-08-26 | Rearranged files and external libraries in two different locations, one for ↵ | 1 | -2/+1 | ||
cpp (trex-core/external_libs) and one for python (trex-core/scripts/external_libs) | |||||
2015-08-24 | Merge branch 'master' into dan_stateless | 3 | -75/+40 | ||
2015-08-24 | Changes location of console and fixed dependencies | 2 | -12/+9 | ||
2015-08-24 | Fixed dependencies of Control Plane to use external_lib sources | 2 | -20/+20 | ||
2015-08-24 | Initial push to external_lib migration | 1 | -45/+13 | ||
2015-08-23 | Added dkpt package, created basic shell for packetGen usage | 1 | -1/+1 | ||
2015-06-24 | first version | 8 | -0/+1059 | ||