57
55
from randgen.randgen_test_management import testManager
58
56
from randgen.randgen_test_execution import randgenTestExecutor as testExecutor
60
66
elif test_mode == 'cleanup':
61
67
# cleanup mode - we try to kill any servers whose pid's we detect
62
68
# in our workdir. Might extend to other things (file cleanup, etc)