Searched refs:rpm_config (Results 1 – 9 of 9) sorted by relevance
/external/autotest/site_utils/rpm_control_system/ |
D | rpm_logging_config.py | 11 from config import rpm_config 17 LOGGING_FORMAT = rpm_config.get('GENERAL', 'logging_format') 18 RECEIVERS = rpm_config.get('RPM_INFRASTRUCTURE', 20 SUBJECT_LINE = (rpm_config.get('GENERAL', 'email_subject_line_format') % 113 if rpm_config.getboolean('GENERAL', 'debug'):
|
D | rpm_controller.py | 16 from config import rpm_config 24 RPM_CALL_TIMEOUT_MINS = rpm_config.getint('RPM_INFRASTRUCTURE', 26 SET_POWER_STATE_TIMEOUT_SECONDS = rpm_config.getint( 100 self._dns_zone = rpm_config.get('CROS', 'dns_zone') 221 LOG_FILENAME_FORMAT = rpm_config.get('GENERAL', 290 ssh.sendline(rpm_config.get('HYDRA', 'admin_password')) 342 ssh.sendline(rpm_config.get('HYDRA','password')) 389 username = rpm_config.get('HYDRA', 'admin_username') 391 username = '%s:%s' % (rpm_config.get('HYDRA','username'), 580 self._username = rpm_config.get('SENTRY', 'username') [all …]
|
D | frontend_server.py | 16 from config import rpm_config 30 LOG_FILENAME_FORMAT = rpm_config.get('GENERAL','frontend_logname_format') 31 DEFAULT_RPM_ID = rpm_config.get('RPM_INFRASTRUCTURE', 'default_rpm_id') 39 rpm_config.get('CiscoPOE', 'servo_interface_mapping_file')) 43 LRU_SIZE = rpm_config.getint('RPM_INFRASTRUCTURE', 'lru_size') 398 port = rpm_config.getint('RPM_INFRASTRUCTURE', 'frontend_port')
|
D | config.py | 9 rpm_config = ConfigParser.SafeConfigParser() variable 10 rpm_config.read(CONFIG_FILE)
|
D | setup_rpms.py | 7 from config import rpm_config 10 LOGGING_FORMAT = rpm_config.get('GENERAL','logging_format')
|
D | rpm_dispatcher.py | 18 from config import rpm_config 25 LOG_FILENAME_FORMAT = rpm_config.get('GENERAL','dispatcher_logname_format') 70 frontend_server_port = rpm_config.getint('RPM_INFRASTRUCTURE',
|
D | rpm_dispatcher_unittest.py | 10 from config import rpm_config 19 FRONT_END_PORT = rpm_config.getint('RPM_INFRASTRUCTURE', 'frontend_port')
|
D | utils.py | 18 from config import rpm_config 24 rpm_config.get('CiscoPOE', 'servo_interface_mapping_file'))
|
D | rpm_client.py | 13 from config import rpm_config 24 RPM_CALL_TIMEOUT_MINS = rpm_config.getint('RPM_INFRASTRUCTURE',
|