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

  /external/autotest/client/common_lib/cros/graphite/
autotest_stats.py 9 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
31 _default_es = es_utils.ESMetadata(use_http=autotest_es.ES_USE_HTTP,
32 host=autotest_es.METADATA_ES_SERVER,
33 port=autotest_es.ES_PORT,
34 index=autotest_es.INDEX_METADATA,
35 udp_port=autotest_es.ES_UDP_PORT)
stats_es_functionaltest.py 21 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
36 if autotest_es.ES_USE_HTTP:
72 use_http = autotest_es.ES_USE_HTTP,
73 udp_port = autotest_es.ES_UDP_PORT,
81 result = autotest_es.query(host=self.host, port=self.port,
126 es_host = autotest_es.METADATA_ES_SERVER
127 es_port = autotest_es.ES_PORT
130 es_port = autotest_es.ES_PORT
  /external/autotest/site_utils/
job_overhead.py 12 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
55 autotest_es.post(type_str=type_str, metadata=metadata)
79 autotest_es.post(type_str=SUITE_RUNTIME_KEY, metadata=metadata)
stable_version_utils.py 11 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
79 autotest_es.post(type_str=_STABLE_VERSION_TYPE,
90 autotest_es.post(type_str=_STABLE_VERSION_TYPE,
host_label_utils.py 24 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
65 results = autotest_es.query(
87 results = autotest_es.query(
113 if not autotest_es.bulk_post(data_list, log_time_recorded=False):
117 autotest_es.post(use_http=True, type_str=_HOST_LABEL_TIME_INDEX_TYPE,
es_reindex.py 29 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
51 result = autotest_es.execute_query(index=options.old, host=options.host,
collect_suite_time_stats.py 68 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
114 results = autotest_es.query(
156 results = autotest_es.query(
228 results = autotest_es.query(
284 results = autotest_es.query(
372 results = autotest_es.query(
analyze_reboot_time.py 44 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
63 return autotest_es.query(
metadata_reporter.py 17 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
110 if autotest_es.bulk_post(data_list=data_list):
devserver_history.py 55 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
103 results = autotest_es.query(
host_history_utils.py 14 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
103 result = autotest_es.query(
156 lock_history_entries = autotest_es.query(
295 host_history_entries = autotest_es.query(
341 results = autotest_es.query(
lxc.py 35 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
247 autotest_es.post(use_http=True,
756 autotest_es.post(use_http=True,
    [all...]
  /external/autotest/server/
autoserv 28 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
232 autotest_es.post(use_http=True,
260 autotest_es.post(use_http=True, type_str='correct_results_folder_failure',
383 autotest_es.post(use_http=True,
  /external/autotest/server/hosts/
cros_host.py 20 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
    [all...]
  /external/autotest/frontend/afe/
models.py 24 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
585 autotest_es.post(use_http=True, type_str=type_str, metadata=metadata)
    [all...]
  /external/autotest/scheduler/
scheduler_models.py 26 from autotest_lib.client.common_lib.cros.graphite import autotest_es namespace
616 autotest_es.post(type_str=type_str, metadata=metadata)
    [all...]

Completed in 252 milliseconds