summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/server/singleton_daemon.py
AgeCommit message (Collapse)AuthorFilesLines
2016-10-28dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help"Yaroslav Brustinov1-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-08-01Python3 support for Stateful daemonYaroslav Brustinov1-0/+1
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-17master_daemon: show better status of executed commandYaroslav Brustinov1-1/+1
2016-06-17add ctrl+c as first try to kill daemons/TRex.Yaroslav Brustinov1-17/+14
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-06daemons fixesYaroslav Brustinov1-8/+5
2016-06-05singleton_daemon:verify RPC connectivity, shutdown the socket for immediate ↵Yaroslav Brustinov1-9/+31
close
2016-05-31SingletonDaemon restart fix return valueYaroslav Brustinov1-1/+1
2016-05-28master_daemon & other daemons updatesYaroslav Brustinov1-0/+158