Home
last modified time | relevance | path

Searched refs:INTERNAL_HOSTNAME (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/atest/metrics/
Dmetrics_base.py86 if hostname and any((x in hostname) for x in constants.INTERNAL_HOSTNAME):
/tools/asuite/atest/
Dconstants_default.py196 INTERNAL_HOSTNAME = ['.google.com', 'c.googlers.com'] variable