OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:afe_utils
(Results
1 - 13
of
13
) 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/
afe_utils_unittest.py
9
from autotest_lib.server import
afe_utils
28
Test functions in
afe_utils
.py.
41
got_labels =
afe_utils
.get_labels(host, prefix)
56
got_labels =
afe_utils
.get_labels(host)
/external/autotest/server/site_tests/brillo_PingTest/
brillo_PingTest.py
12
from autotest_lib.server import
afe_utils
42
if
afe_utils
.host_in_lab(host):
/external/autotest/server/site_tests/servohost_Reboot/
servohost_Reboot.py
9
from autotest_lib.server import
afe_utils
34
servo_host_build =
afe_utils
.get_stable_cros_image_name(
/external/autotest/server/site_tests/provision_AndroidUpdate/
provision_AndroidUpdate.py
9
from autotest_lib.server import
afe_utils
94
value =
afe_utils
.get_stable_android_version(board)
108
afe_utils
.machine_install_and_update_labels(
/external/autotest/server/site_tests/provision_AutoUpdate/
provision_AutoUpdate.py
11
from autotest_lib.server import
afe_utils
110
afe_utils
.machine_install_and_update_labels(host,
/external/autotest/server/site_tests/provision_TestbedUpdate/
provision_TestbedUpdate.py
8
from autotest_lib.server import
afe_utils
94
afe_utils
.machine_install_and_update_labels(
/external/autotest/server/hosts/
cros_firmware.py
41
from autotest_lib.server import
afe_utils
261
stable_firmware =
afe_utils
.get_stable_firmware_version(info.board)
cros_repair.py
15
from autotest_lib.server import
afe_utils
411
afe_utils
.machine_install_and_update_labels(host, repair=True)
servo_host.py
29
from autotest_lib.server import
afe_utils
539
target_build =
afe_utils
.get_stable_cros_image_name(self.get_board())
[
all
...]
cros_host.py
25
from autotest_lib.server import
afe_utils
345
return
afe_utils
.get_stable_cros_image_name(info.board)
[
all
...]
/external/autotest/server/site_tests/brillo_WifiInterfaceTest/
brillo_WifiInterfaceTest.py
12
from autotest_lib.server import
afe_utils
60
if
afe_utils
.host_in_lab(host):
/external/autotest/server/site_tests/brillo_Gtests/
brillo_Gtests.py
13
from autotest_lib.server import
afe_utils
37
if not
afe_utils
.host_in_lab(host):
Completed in 582 milliseconds