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

/external/autotest/utils/
H A Dautotest.init39 stop_daemon monitor_db scheduler
/external/autotest/scheduler/
H A Dmonitor_db_babysitter10 from autotest_lib.scheduler import monitor_db namespace
25 monitor_db_path = os.path.join(autodir, 'scheduler/monitor_db.py')
47 logging.info("Killing monitor_db")
49 utils.signal_program(monitor_db.PID_FILE_PREFIX, sig=signal.SIGINT)
50 if utils.program_is_alive(monitor_db.PID_FILE_PREFIX): # was it killed?
54 utils.signal_process(monitor_db.PID_FILE_PREFIX)
60 utils.delete_pid_file_if_exists(monitor_db.BABYSITTER_PID_FILE_PREFIX)
89 logging.info("STARTING monitor_db with log file %s" % self.log_path)
104 logging.info("monitor_db DIED")
114 logging.info("monitor_db STALLE
[all...]
H A Dmonitor_db_unittest.py13 from autotest_lib.scheduler import monitor_db, drone_manager namespace
72 if not isinstance(parameter, monitor_db.Agent):
108 self.god.stub_with(monitor_db, '_db_manager', connection_manager)
109 self.god.stub_with(monitor_db, '_db', self._database)
113 self.god.stub_with(monitor_db, '_inline_host_acquisition', True)
114 self.god.stub_with(monitor_db.BaseDispatcher,
127 monitor_db.initialize_globals()
134 self._dispatcher = monitor_db.Dispatcher()
730 self._dispatcher = self.god.create_mock_class(monitor_db.Dispatcher,
745 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
267 dispatcher = self.god.create_mock_class(monitor_db.BaseDispatcher,
269 agent = self.god.create_mock_class(monitor_db.Agent, 'Agent')
H A Dhost_scheduler_unittests.py18 from autotest_lib.scheduler import monitor_db namespace
236 self.god.stub_with(monitor_db, '_inline_host_acquisition', False)
H A Datomic_group_unittests.py13 from autotest_lib.scheduler import monitor_db, drone_manager, email_manager namespace
H A Dmonitor_db_functional_test.py11 from autotest_lib.scheduler import monitor_db, scheduler_models namespace
187 # DroneManager emulation APIs for use by monitor_db
212 # Process objects are opaque to monitor_db
337 self.dispatcher = monitor_db.Dispatcher()
359 self.god.stub_with(monitor_db, '_db', self._database)
365 monitor_db.initialize_globals()
/external/autotest/site_utils/admin/
H A Dautotest.init46 stop_daemon monitor_db scheduler
/external/autotest/
H A D.gitignore49 monitor_db.pid

Completed in 662 milliseconds