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

  /external/autotest/server/control_segments/
install 2 from autotest_lib.server import afe_utils
7 afe_utils.machine_install_and_update_labels(host)
  /external/autotest/server/tests/reinstall/
reinstall.py 3 from autotest_lib.server import afe_utils namespace
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 namespace
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 namespace
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/
control.double 43 from autotest_lib.server import afe_utils
63 value = afe_utils.get_build(host)
provision_AutoUpdate.py 13 from autotest_lib.server import afe_utils namespace
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 namespace
275 build = afe_utils.get_build(self._host)
  /external/autotest/server/hosts/
cros_host.py 27 from autotest_lib.server import afe_utils namespace
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 526 milliseconds