Ejemplo n.º 1
0
 def teardown_fun():
     commander_state_file = working_dir + '/' + COMMANDER_COMPLETE_FILE
     file_util.touch(commander_state_file)
Ejemplo n.º 2
0
 def setup_fun():
     file_util.touch(working_dir + '/worker_%d.started' % i)
Ejemplo n.º 3
0
 def setup_fun():
     file_util.touch(working_dir + '/commander.started')