Searched refs:CONFIG_SECTION (Results 1 – 9 of 9) sorted by relevance
/external/autotest/scheduler/ |
D | scheduler_config.py | 4 CONFIG_SECTION = 'SCHEDULER' variable 36 setattr(self, field, config.get_config_value(CONFIG_SECTION,
|
D | email_manager.py | 16 CONFIG_SECTION = 'SCHEDULER' variable 26 CONFIG_SECTION, "notify_email", default='')
|
D | drone_manager.py | 37 scheduler_config.CONFIG_SECTION, 'threaded_drone_manager', 43 scheduler_config.CONFIG_SECTION, 'enable_archiving', type=bool) 218 scheduler_config.CONFIG_SECTION, 248 scheduler_config.CONFIG_SECTION, 'max_pidfile_refreshes', 292 section = scheduler_config.CONFIG_SECTION 898 scheduler_config.CONFIG_SECTION, 'copy_task_results_back', 901 scheduler_config.CONFIG_SECTION, 'copy_parse_log_back',
|
D | monitor_db.py | 146 scheduler_config.CONFIG_SECTION, 'enable_scheduler', type=bool) 182 scheduler_config.CONFIG_SECTION, 'minimum_tick_sec', type=float) 271 scheduler_config.CONFIG_SECTION, 'results_host', default='localhost') 326 scheduler_config.CONFIG_SECTION, 'tick_debug', type=bool, 329 scheduler_config.CONFIG_SECTION, 'extra_debugging', type=bool, 333 scheduler_config.CONFIG_SECTION, 730 scheduler_config.CONFIG_SECTION, 'die_on_orphans', type=bool)
|
D | pidfile_monitor.py | 27 scheduler_config.CONFIG_SECTION, 'pidfile_timeout_mins', type=int)
|
D | scheduler_models.py | 66 scheduler_config.CONFIG_SECTION, "notify_email_statuses", 77 scheduler_config.CONFIG_SECTION, 'base_url', default='')
|
D | drone_utility.py | 109 scheduler_config.CONFIG_SECTION, 'drone_build_externals',
|
D | drone_manager_unittest.py | 235 scheduler_config.CONFIG_SECTION,
|
/external/autotest/server/ |
D | system_utils.py | 27 scheduler_config.CONFIG_SECTION, 'drones', default='localhost')
|