Exemplo n.º 1
0
 def __init__(self):
     # TODO(danms): This needs to be something more generic for
     # other/future users of this sort of functionality.
     self._manager = utils.ExceptionHelper(manager.ConductorManager())
Exemplo n.º 2
0
 def setUp(self):
     super(ConductorTestCase, self).setUp()
     self.conductor = conductor_manager.ConductorManager()
     self.db = None
Exemplo n.º 3
0
 def setUp(self):
     super(ConductorTestCase, self).setUp()
     self.conductor = conductor_manager.ConductorManager()
     self.stub_out_client_exceptions()
Exemplo n.º 4
0
Arquivo: api.py Projeto: isolosun/nova
 def __init__(self):
     self._manager = manager.ConductorManager()