63
63
from sysbench.sysbench_test_management import testManager
64
64
from sysbench.sysbench_test_execution import sysbenchTestExecutor as testExecutor
66
80
elif test_mode == 'cleanup':
67
81
# cleanup mode - we try to kill any servers whose pid's we detect
68
82
# in our workdir. Might extend to other things (file cleanup, etc)