Home
last modified time | relevance | path

Searched refs:client_constants (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/hosts/
Dgce_host.py12 from autotest_lib.client.cros import constants as client_constants unknown
97 'cat "%s"' % client_constants.LSB_RELEASE).stdout.strip()
Dcros_host.py22 from autotest_lib.client.cros import constants as client_constants unknown
946 logging.debug('Dumping %s', client_constants.UPDATE_ENGINE_LOG)
947 self.run('cat %s' % client_constants.UPDATE_ENGINE_LOG)
1489 if self.path_exists(client_constants.PRIOR_LOGS_DIR):
1524 client_constants.PRIOR_LOGS_DIR, self.hostname)
1525 self.run('rm -rf %s; sync' % client_constants.PRIOR_LOGS_DIR)
1537 self._CRASHLOGS_PREFIX, client_constants.PRIOR_LOGS_DIR)
1539 self.collect_logs(client_constants.PRIOR_LOGS_DIR,
1542 self._CRASHLOGS_PREFIX, client_constants.PRIOR_LOGS_DIR)
1545 self._CRASHLOGS_PREFIX, client_constants.PRIOR_LOGS_DIR,
[all …]
Dservo_host.py27 from autotest_lib.client.cros import constants as client_constants unknown
389 'cat "%s"' % client_constants.LSB_RELEASE).stdout.strip()