Home
last modified time | relevance | path

Searched refs:rpm_config (Results 1 – 9 of 9) sorted by relevance

/external/autotest/site_utils/rpm_control_system/
Drpm_logging_config.py11 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'):
Drpm_controller.py16 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 …]
Dfrontend_server.py16 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')
Dconfig.py9 rpm_config = ConfigParser.SafeConfigParser() variable
10 rpm_config.read(CONFIG_FILE)
Dsetup_rpms.py7 from config import rpm_config
10 LOGGING_FORMAT = rpm_config.get('GENERAL','logging_format')
Drpm_dispatcher.py18 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',
Drpm_dispatcher_unittest.py10 from config import rpm_config
19 FRONT_END_PORT = rpm_config.getint('RPM_INFRASTRUCTURE', 'frontend_port')
Dutils.py18 from config import rpm_config
24 rpm_config.get('CiscoPOE', 'servo_interface_mapping_file'))
Drpm_client.py13 from config import rpm_config
24 RPM_CALL_TIMEOUT_MINS = rpm_config.getint('RPM_INFRASTRUCTURE',