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_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')
224 LOG_FILENAME_FORMAT = rpm_config.get('GENERAL',
293 ssh.sendline(rpm_config.get('HYDRA', 'admin_password'))
345 ssh.sendline(rpm_config.get('HYDRA','password'))
392 username = rpm_config.get('HYDRA', 'admin_username')
394 username = '%s:%s' % (rpm_config.get('HYDRA','username'),
584 self._username = rpm_config.get('SENTRY', 'username')
[all …]
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') %
101 if rpm_config.getboolean('GENERAL', 'debug'):
Dfrontend_server.py16 from config import rpm_config
31 LOG_FILENAME_FORMAT = rpm_config.get('GENERAL','frontend_logname_format')
32 DEFAULT_RPM_ID = rpm_config.get('RPM_INFRASTRUCTURE', 'default_rpm_id')
40 rpm_config.get('CiscoPOE', 'servo_interface_mapping_file'))
44 LRU_SIZE = rpm_config.getint('RPM_INFRASTRUCTURE', 'lru_size')
368 address = rpm_config.get('RPM_INFRASTRUCTURE', 'frontend_addr')
369 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')
67 self._frontend_server = rpm_config.get('RPM_INFRASTRUCTURE',
Drpm_dispatcher_unittest.py9 from config import rpm_config
18 FRONT_END_URI = rpm_config.get('RPM_INFRASTRUCTURE', 'frontend_uri')
Drpm_client.py13 from config import rpm_config
20 RPM_CALL_TIMEOUT_MINS = rpm_config.getint('RPM_INFRASTRUCTURE',
Dutils.py18 from config import rpm_config
24 rpm_config.get('CiscoPOE', 'servo_interface_mapping_file'))