Revision 25231ec5 test/ganeti.workerpool_unittest.py

b/test/ganeti.workerpool_unittest.py
29 29

  
30 30
from ganeti import workerpool
31 31

  
32
import testutils
33

  
32 34

  
33 35
class DummyBaseWorker(workerpool.BaseWorker):
34 36
  def RunTask(self, text):
......
136 138

  
137 139

  
138 140
if __name__ == '__main__':
139
  unittest.main()
141
  testutils.GanetiTestProgram()

Also available in: Unified diff