summaryrefslogtreecommitdiffstats
path: root/scripts/master_daemon.py
AgeCommit message (Collapse)AuthorFilesLines
2016-08-24better logger for master_daemonYaroslav Brustinov1-14/+28
verify root priveleges in dpdk_* scripts call to functions of show status instead of calling process
2016-08-08master_daemon: run the Stateless RPC proxy without superuser privilegesYaroslav Brustinov1-1/+1
2016-08-06typo in master_daemonYaroslav Brustinov1-1/+1
2016-08-03master_daemon: create working directory if it was deletedYaroslav Brustinov1-3/+8
2016-08-01Python3 support for Stateful daemonYaroslav Brustinov1-3/+3
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-06increase server<->client API version from 1.2 to 1.3Yaroslav Brustinov1-3/+7
various fixes
2016-07-04trex_client: sample each secondYaroslav Brustinov1-1/+1
stateful result object: add method to get avg value at steady state regression: add -t flag to run specific test by name (without file and class) update trex07 benchmarks
2016-06-17master_daemon: show better status of executed commandYaroslav Brustinov1-6/+9
2016-06-17add ctrl+c as first try to kill daemons/TRex.Yaroslav Brustinov1-4/+7
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-10master daemon logger fixesYaroslav Brustinov1-10/+8
2016-06-06add logger to master daemonYaroslav Brustinov1-24/+46
2016-05-28master_daemon & other daemons updatesYaroslav Brustinov1-144/+95
2016-05-17fix for master daemon - increase timeout of unpack of TRex packageYaroslav Brustinov1-29/+8
2016-05-17regression: add no-daemon flag that specifies stl server is running, no need ↵Yaroslav Brustinov1-1/+4
daemons etc.
2016-05-15regression and master daemon updatesYaroslav Brustinov1-2/+7
2016-05-14master_daemon update fixesYaroslav Brustinov1-41/+32
2016-05-14add master daemon to package, little fixes to update methodYaroslav Brustinov1-7/+8
2016-05-13add master daemonYaroslav Brustinov1-0/+281