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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
__init__.py 51 db_host = boto.config.get('DB', 'db_host', "sdb.amazonaws.com")
67 db_host = boto.config.get(db_section, 'db_host', db_host)
79 db_host, db_port, db_table, sql_dir, enable_ssl)
83 db_host, db_port, db_table, sql_dir, enable_ssl)
xmlmanager.py 186 db_host, db_port, db_table, ddl_dir, enable_ssl):
193 self.db_host = db_host
211 if self.db_host:
217 self.connection = Connection(self.db_host, self.db_port)
sdbmanager.py 404 db_host, db_port, db_table, ddl_dir, enable_ssl,
410 self.db_host = db_host
441 region = [x for x in boto.sdb.regions() if x.endpoint == self.db_host][0]
  /external/autotest/scheduler/
rdb_unittest.py 214 db_host = self.db_helper.create_host(
217 deps=[lable.id for lable in db_host.labels.all()],
218 acls=[aclgroup.id for aclgroup in db_host.aclgroup_set.all()])
221 deps=[lable.id for lable in db_host.labels.all()],
222 acls=[aclgroup.id for aclgroup in db_host.aclgroup_set.all()])
236 db_host = self.db_helper.create_host(
241 [db_host.id])) == 0)
246 [db_host.id], **{'leased': 0})
247 hosts = self.all_hosts_query_manager.get_hosts([db_host.id])
rdb_hosts_unittest.py 117 db_host = self.db_helper.create_host(hostname, leased=True)
118 server_host_dict = rdb_hosts.RDBServerHostWrapper(db_host).wire_format()
121 host_data = {'hostname': hostname, 'id': db_host.id}
151 db_host = self.db_helper.create_host(hostname, dirty=False)
152 server_host_dict = rdb_hosts.RDBServerHostWrapper(db_host).wire_format()
rdb_integration_tests.py 528 db_host = self.db_helper.create_host('h1', deps=host_deps)
532 self.assert_(matching_host.id == db_host.id)
  /external/autotest/site_utils/
lxc_config.py 240 db_host = config.get_config_value('AUTOTEST_WEB', 'host')
241 if db_host.lower() in local_names:
244 new_host = socket.getfqdn(db_host)
  /external/autotest/scheduler/shard/
simple_heartbeat_server.py 25 --db_host <ip, eg: production db server>
153 '--db_host',
185 DB_SETTINGS['HOST'] = args.db_host
  /external/autotest/tko/
parse.py 35 dest="db_host", action="store")
472 db = tko_db.db(autocommit=False, host=options.db_host,

Completed in 662 milliseconds