summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/server
AgeCommit message (Expand)AuthorFilesLines
2017-03-08Regression: fix Python3 list of ports, update trex21 benchmark, other minor c...Yaroslav Brustinov1-1/+0
2017-03-02t-rex-64: catch exit with trap to restore tty settingsYaroslav Brustinov3-5/+6
2017-03-01STF publisher: ensure latest results are sent by CPP + get latest dump via Py...Yaroslav Brustinov3-6/+22
2017-02-20STF daemon: add message error if server is already running by current user.Yaroslav Brustinov1-3/+4
2017-02-05trex_daemon_server: check ZMQ port matches between the server and TRex platfo...Yaroslav Brustinov2-5/+30
2017-02-02fixed missing .so files due to ignored by .gitignore + fixed pathYaroslav Brustinov1-6/+11
2016-10-28dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help"Yaroslav Brustinov1-0/+1
2016-09-13typoYaroslav Brustinov1-6/+8
2016-09-13dpdk Python scripts small fixesYaroslav Brustinov1-0/+1
2016-08-03stf daemon: add support for zipped zmqYaroslav Brustinov2-6/+42
2016-08-02stf daemon another python3 fixYaroslav Brustinov1-1/+1
2016-08-01Python3 support for Stateful daemonYaroslav Brustinov5-34/+60
2016-06-23daemons logger: create log dir if does not existYaroslav Brustinov1-6/+5
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-17master_daemon: show better status of executed commandYaroslav Brustinov1-1/+1
2016-06-17add ctrl+c as first try to kill daemons/TRex.Yaroslav Brustinov2-31/+19
2016-06-09fix TRex output not redirectedYaroslav Brustinov2-46/+47
2016-06-06daemons fixesYaroslav Brustinov3-27/+16
2016-06-05singleton_daemon:verify RPC connectivity, shutdown the socket for immediate c...Yaroslav Brustinov1-9/+31
2016-05-31SingletonDaemon restart fix return valueYaroslav Brustinov1-1/+1
2016-05-28master_daemon & other daemons updatesYaroslav Brustinov2-0/+164
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
2016-05-13add master daemonYaroslav Brustinov5-289/+102
2016-04-21regression: fix functional filters test pathYaroslav Brustinov1-15/+51
2016-04-03remove timeouts from trex_client pkg tests, filter out 0.1% of highest latenc...Yaroslav Brustinov1-3/+12
2016-03-27regression: fix failing on positive return status of serverYaroslav Brustinov1-2/+2
2016-03-22stateful server zmq import fix. TODO: check zmq per platform/py_versionYaroslav Brustinov1-1/+1
2015-12-27updated server pacakges include for ZMQimarom1-4/+8
2015-12-15TRex API: increase timeout (from 30 to 40) of waiting for TRex to change stat...Yaroslav Brustinov1-1/+1
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-11-28restore commentYaroslav Brustinov1-0/+1
2015-11-28fix second try of running daemon: second daemonize_parser() ruins input argsYaroslav Brustinov2-11/+6
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 unres...Dan Klein2-10/+21
2015-10-12merged with masterDan Klein1-1/+1
2015-10-06Merge branch 'master' into dan_statelessDan Klein5-68/+68
2015-08-27progress in packet builder moduleDan Klein1-1/+1
2015-08-26Merge branch 'master' into dan_statelessDan Klein1-2/+1
2015-08-26Rearranged files and external libraries in two different locations, one for c...Dan Klein1-2/+1
2015-08-24Merge branch 'master' into dan_statelessDan Klein3-75/+40
2015-08-24Changes location of console and fixed dependenciesDan Klein2-12/+9
2015-08-24Fixed dependencies of Control Plane to use external_lib sourcesDan Klein2-20/+20
2015-08-24Initial push to external_lib migrationDan Klein1-45/+13
2015-08-23Added dkpt package, created basic shell for packetGen usageDan Klein1-1/+1
2015-06-24first versionHanoh Haim8-0/+1059