summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/server/trex_server.py
AgeCommit message (Collapse)AuthorFilesLines
2017-03-08Regression: fix Python3 list of ports, update trex21 benchmark, other minor ↵Yaroslav Brustinov1-1/+0
changes Change-Id: Iad785f8c505af487e201751ad8a8bfb03205cb73 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-03-02t-rex-64: catch exit with trap to restore tty settingsYaroslav Brustinov1-2/+3
Change-Id: Id336aa95ceff5e958e9bce329c85eb7201772712 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-03-01STF publisher: ensure latest results are sent by CPP + get latest dump via ↵Yaroslav Brustinov1-4/+20
Python API Change-Id: I1836c0366785246acbcd8d238400440f5f3970f5 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-20STF daemon: add message error if server is already running by current user.Yaroslav Brustinov1-3/+4
Change-Id: I35400a64d976ce690d298d560dce2ae2254bfb6b Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-05trex_daemon_server: check ZMQ port matches between the server and TRex ↵Yaroslav Brustinov1-0/+25
platform config file. Change-Id: I1a6d6dc45513e4ba5f7c50f11f4730c8996c7731 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-08-02stf daemon another python3 fixYaroslav Brustinov1-1/+1
2016-08-01Python3 support for Stateful daemonYaroslav Brustinov1-12/+31
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-21api: add passing of additional arguments to TRexYaroslav Brustinov1-3/+5
2016-06-20regression: add flag to run with debug imageYaroslav Brustinov1-4/+5
2016-06-17add ctrl+c as first try to kill daemons/TRex.Yaroslav Brustinov1-14/+5
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-09fix TRex output not redirectedYaroslav Brustinov1-3/+2
2016-06-06daemons fixesYaroslav Brustinov1-18/+9
2016-05-28master_daemon & other daemons updatesYaroslav Brustinov1-0/+6
2016-05-27fix bug: value of argument 1.0 was counted as "True" and not being addedYaroslav Brustinov1-3/+4
2016-05-23replace t-rex to TRexYaroslav Brustinov1-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-13add master daemonYaroslav Brustinov1-39/+98
2016-04-21regression: fix functional filters test pathYaroslav Brustinov1-15/+51
stateful API: add get_files, get_files_list
2016-04-03remove timeouts from trex_client pkg tests, filter out 0.1% of highest ↵Yaroslav Brustinov1-3/+12
latencies, increase priority of TRex process
2015-12-15TRex API: increase timeout (from 30 to 40) of waiting for TRex to change ↵Yaroslav Brustinov1-1/+1
state from Starting to Idle or Running.
2015-12-13python API: determine TRex version in more robust wayYaroslav Brustinov1-4/+7
2015-12-08Fix to documentation of python function generate_run_cmdIdo Barnea1-4/+5
2015-10-27fix call ./t-rex-64 --help for getting versionYaroslav Brustinov1-3/+5
2015-10-26API add: get_trex_log(), get_trex_daemon_log(), get_trex_version()Yaroslav Brustinov1-0/+43
2015-10-14Fixed trex bugs in Ubuntu disctribution (Firing trex-daemon server) and ↵Dan Klein1-8/+20
unresolved domain name handling.
2015-10-12merged with masterDan Klein1-1/+1
2015-10-06Merge branch 'master' into dan_statelessDan Klein1-51/+51
2015-08-27progress in packet builder moduleDan Klein1-1/+1
2015-06-24first versionHanoh Haim1-0/+465