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

  /external/autotest/server/tests/reinstall/
reinstall.py 3 from autotest_lib.server import afe_utils
11 afe_utils.machine_install_and_update_labels(host)
  /external/autotest/server/site_tests/platform_CryptohomeMigrateChapsToken/
platform_CryptohomeMigrateChapsToken.py 5 from autotest_lib.server import afe_utils
21 final_version = afe_utils.get_build(host)
  /external/autotest/server/site_tests/provision_AndroidUpdate/
provision_AndroidUpdate.py 9 from autotest_lib.server import afe_utils
68 if not force and afe_utils.get_build(host) == value:
78 board = afe_utils.get_board(host)
88 value = afe_utils.get_stable_version(board=board, android=True)
96 afe_utils.machine_install_and_update_labels(
  /external/autotest/server/site_tests/provision_AutoUpdate/
provision_AutoUpdate.py 13 from autotest_lib.server import afe_utils
100 if not force and afe_utils.get_build(host) == value:
133 afe_utils.machine_install_and_update_labels(host,
  /external/autotest/server/cros/
telemetry_runner.py 15 from autotest_lib.server import afe_utils
275 build = afe_utils.get_build(self._host)
  /external/autotest/server/hosts/
cros_host.py 27 from autotest_lib.server import afe_utils
368 stable_version = afe_utils.get_stable_version(board=board)
400 if not afe_utils.host_in_lab(self):
431 if not afe_utils.host_in_lab(self):
    [all...]

Completed in 147 milliseconds