Home | History | Annotate | Download | only in scheduler

Lines Matching refs:stub_with

101         self.god.stub_with(global_config, 'global_config', self.mock_config)
113 self.god.stub_with(connection_manager, 'db_connection', self._database)
114 self.god.stub_with(monitor_db, '_db_manager', connection_manager)
115 self.god.stub_with(monitor_db, '_db', self._database)
117 self.god.stub_with(monitor_db.Dispatcher,
120 self.god.stub_with(scheduler_models, '_db', self._database)
121 self.god.stub_with(drone_manager.instance(), '_results_dir',
123 self.god.stub_with(drone_manager.instance(), '_temporary_directory',
125 self.god.stub_with(drone_manager.instance(), 'initialize',
127 self.god.stub_with(drone_manager.instance(), 'execute_actions',
186 self.god.stub_with(scheduler_models.HostQueueEntry,
399 self.god.stub_with(scheduler_models.HostQueueEntry, 'set_status',
442 self.god.stub_with(drone_manager.DroneManager, 'max_runnable_processes',
516 self.god.stub_with(drone_manager, '_the_instance',
518 self.god.stub_with(pidfile_monitor, '_get_pidfile_timeout_secs',