Searched refs:monitor_db (Results 1 - 6 of 6) sorted by relevance

/external/autotest/
H A D.gitignore50 monitor_db.pid
/external/autotest/scheduler/
H A Dmonitor_db_unittest.py15 from autotest_lib.scheduler import monitor_db, drone_manager namespace
74 if not isinstance(parameter, monitor_db.Agent):
113 self.god.stub_with(monitor_db, '_db_manager', connection_manager)
114 self.god.stub_with(monitor_db, '_db', self._database)
116 self.god.stub_with(monitor_db.Dispatcher,
129 monitor_db.initialize_globals()
137 self._dispatcher = monitor_db.Dispatcher()
697 self._dispatcher = self.god.create_mock_class(monitor_db.Dispatcher,
712 agent = monitor_db.Agent(task)
784 self.assert_(isinstance(agent, monitor_db
[all...]
H A Drdb_testing_utils.py18 from autotest_lib.scheduler import monitor_db namespace
295 To force monitor_db and the host_scheduler to use the same SQLite file
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()
H A Dscheduler_models_unittest.py13 from autotest_lib.scheduler import monitor_db namespace
273 dispatcher = self.god.create_mock_class(monitor_db.Dispatcher,
275 agent = self.god.create_mock_class(monitor_db.Agent, 'Agent')
H A Dhost_scheduler_unittests.py17 from autotest_lib.scheduler import monitor_db namespace
235 self.god.stub_with(monitor_db, '_inline_host_acquisition', False)
H A Dmonitor_db_functional_test.py13 from autotest_lib.scheduler import monitor_db, scheduler_models namespace
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()

Completed in 132 milliseconds