HomeSort by relevance Sort by last modified time
    Searched refs:monitor_db (Results 1 - 5 of 5) sorted by null

  /external/autotest/scheduler/
monitor_db_unittest.py 16 from autotest_lib.scheduler import monitor_db, drone_manager
75 if not isinstance(parameter, monitor_db.Agent):
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,
130 monitor_db.initialize_globals()
138 self._dispatcher = monitor_db.Dispatcher()
683 self._dispatcher = self.god.create_mock_class(monitor_db.Dispatcher,
698 agent = monitor_db.Agent(task)
774 self.assert_(isinstance(agent, monitor_db.Agent)
    [all...]
rdb_testing_utils.py 18 from autotest_lib.scheduler import monitor_db
295 To force monitor_db and the host_scheduler to use the same SQLite file
306 # TODO: Move the translating database elsewhere. Monitor_db circular
321 # TODO: Move the translating database elsewhere. Monitor_db circular
363 self.god.stub_with(monitor_db, '_db_manager', connection_manager)
365 self.god.stub_with(monitor_db, '_inline_host_acquisition',
367 self._dispatcher = monitor_db.Dispatcher()
scheduler_models_unittest.py 13 from autotest_lib.scheduler import monitor_db
273 dispatcher = self.god.create_mock_class(monitor_db.Dispatcher,
275 agent = self.god.create_mock_class(monitor_db.Agent, 'Agent')
host_scheduler_unittests.py 17 from autotest_lib.scheduler import monitor_db
235 self.god.stub_with(monitor_db, '_inline_host_acquisition', False)
monitor_db_functional_test.py 13 from autotest_lib.scheduler import monitor_db, scheduler_models
176 # DroneManager emulation APIs for use by monitor_db
201 # Process objects are opaque to monitor_db
326 self.dispatcher = monitor_db.Dispatcher()
348 self.god.stub_with(monitor_db, '_db', self._database)
354 monitor_db.initialize_globals()
    [all...]

Completed in 1800 milliseconds