HomeSort by relevance Sort by last modified time
    Searched refs:rpm_config (Results 1 - 9 of 9) sorted by null

  /external/autotest/site_utils/rpm_control_system/
config.py 8 CONFIG_FILE = os.path.join(os.path.dirname(__file__), 'rpm_config.ini')
9 rpm_config = ConfigParser.SafeConfigParser() variable
10 rpm_config.read(CONFIG_FILE
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') %
101 if rpm_config.getboolean('GENERAL', 'debug'):
rpm_dispatcher_unittest.py 9 from config import rpm_config
18 FRONT_END_URI = rpm_config.get('RPM_INFRASTRUCTURE', 'frontend_uri')
setup_rpms.py 7 from config import rpm_config
10 LOGGING_FORMAT = rpm_config.get('GENERAL','logging_format')
utils.py 18 from config import rpm_config
24 rpm_config.get('CiscoPOE', 'servo_interface_mapping_file'))
140 If None, the setting in rpm_config.ini will be used.
176 the setting in rpm_config.ini will be used.
frontend_server.py 16 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')
rpm_dispatcher.py 18 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',
rpm_client.py 13 from config import rpm_config
20 RPM_CALL_TIMEOUT_MINS = rpm_config.getint('RPM_INFRASTRUCTURE',
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')
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...]

Completed in 3641 milliseconds