/external/autotest/scheduler/ |
scheduler_config.py | 4 CONFIG_SECTION = 'SCHEDULER' 37 setattr(self, field, config.get_config_value(CONFIG_SECTION,
|
site_drone_manager.py | 13 scheduler_config.CONFIG_SECTION, 'enable_archiving', type=bool) 39 scheduler_config.CONFIG_SECTION, 'copy_task_results_back', 42 scheduler_config.CONFIG_SECTION, 'copy_parse_log_back',
|
email_manager.py | 16 CONFIG_SECTION = 'SCHEDULER' 26 CONFIG_SECTION, "notify_email", default='')
|
monitor_db.py | 71 scheduler_config.CONFIG_SECTION, 'inline_host_acquisition', type=bool, 133 scheduler_config.CONFIG_SECTION, 'enable_scheduler', type=bool) 175 scheduler_config.CONFIG_SECTION, 'minimum_tick_sec', type=float) 237 scheduler_config.CONFIG_SECTION, 'results_host', default='localhost') 285 scheduler_config.CONFIG_SECTION, 288 scheduler_config.CONFIG_SECTION, 'tick_debug', type=bool, 291 scheduler_config.CONFIG_SECTION, 'extra_debugging', type=bool, 647 scheduler_config.CONFIG_SECTION, 'die_on_orphans', type=bool) [all...] |
drone_manager.py | 35 scheduler_config.CONFIG_SECTION, 'threaded_drone_manager', 214 scheduler_config.CONFIG_SECTION, 239 scheduler_config.CONFIG_SECTION, 'max_pidfile_refreshes', 270 section = scheduler_config.CONFIG_SECTION [all...] |
pidfile_monitor.py | 19 scheduler_config.CONFIG_SECTION, 'pidfile_timeout_mins', type=int)
|
site_monitor_db.py | 43 scheduler_config.CONFIG_SECTION, 'enable_archiving', type=bool)
|
drone_manager_unittest.py | 253 scheduler_config.CONFIG_SECTION,
|
drone_utility.py | 97 scheduler_config.CONFIG_SECTION, 'drone_build_externals',
|
scheduler_models.py | 47 scheduler_config.CONFIG_SECTION, "notify_email_statuses", 58 scheduler_config.CONFIG_SECTION, 'base_url', default='') [all...] |
/external/autotest/server/ |
system_utils.py | 27 scheduler_config.CONFIG_SECTION, 'drones', default='localhost')
|
/external/autotest/site_utils/suite_scheduler/ |
suite_scheduler.py | 56 CONFIG_SECTION = 'SCHEDULER' 87 CONFIG_SECTION, "notify_email_from", default=getpass.getuser()) 90 CONFIG_SECTION, "notify_email",
|