summaryrefslogtreecommitdiffstats
path: root/scripts/master_daemon.py
AgeCommit message (Collapse)AuthorFilesLines
2016-12-21master_daemon: failure if directory in package is not in format v1.11Yaroslav Brustinov1-6/+11
Change-Id: Ieb8a0438826148296600a5ab1783376e03df1459 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-20Fix the way root user is being determined in Python; Running ↵Yaroslav Brustinov1-5/+4
scapy_daemon_server and stl_rpc_proxy now should work without tty; Change-Id: Id70be83956a9b8279197c68dd58b674e972fc1a9 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-16master_daemon: taskset to 0Yaroslav Brustinov1-0/+5
Change-Id: I74ef8bdf8b0be9f29e0dfc2bae68c1cb451e1a7a Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-14master daemon: give same name for downloaded package, thus the size will not ↵Yaroslav Brustinov1-2/+1
explode Change-Id: Iffc4fe698b8a9d27656b7211fd2b969e735ef596 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
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