Home
last modified time | relevance | path

Searched refs:boot_id (Results 1 – 25 of 32) sorted by relevance

12

/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dplatform_ExternalUsbPeripherals.py111 boot_id = self.host.get_boot_id()
117 return boot_id
120 def action_resume(self, boot_id): argument
126 self.host.test_wait_for_resume(boot_id, _LONG_TIMEOUT)
132 boot_id = self.host.get_boot_id()
137 return boot_id
140 def open_lid(self, boot_id): argument
144 self.host.test_wait_for_resume(boot_id, _LONG_TIMEOUT)
317 boot_id = 0
329 self.action_resume(boot_id)
[all …]
/external/autotest/server/site_tests/platform_CloseOpenLid/
Dplatform_CloseOpenLid.py18 boot_id = host.get_boot_id()
24 host.test_wait_for_boot(boot_id)
27 boot_id = host.get_boot_id()
35 host.test_wait_for_boot(boot_id)
/external/autotest/server/site_tests/cellular_ChromeEndToEnd/
Dcellular_ChromeEndToEnd.py17 def _cold_reboot_dut(self, boot_id): argument
26 self._client.wait_for_restart(old_boot_id=boot_id)
44 boot_id = self._client.get_boot_id()
45 self._cold_reboot_dut(boot_id)
/external/autotest/server/site_tests/platform_InternalDisplay/
Dplatform_InternalDisplay.py24 boot_id = self.host.get_boot_id()
28 return boot_id
48 boot_id = self.run_suspend()
50 self.host.test_wait_for_resume(boot_id, _LONG_TIMEOUT)
/external/autotest/server/site_tests/platform_KernelErrorPaths/
Dplatform_KernelErrorPaths.py87 def _wait_for_restart_and_check(self, boot_id, trigger, text, cpu=0, argument
104 old_boot_id=boot_id,
210 boot_id = self.client.get_boot_id()
214 self._wait_for_restart_and_check(boot_id, trigger, text)
262 boot_id = self.client.get_boot_id()
270 self._wait_for_restart_and_check(boot_id, trigger, text,
/external/autotest/server/site_tests/platform_FullyChargedPowerStatus/
Dplatform_FullyChargedPowerStatus.py82 boot_id = self.host.get_boot_id()
87 return boot_id
121 boot_id = self.action_suspend()
141 self.host.test_wait_for_resume(boot_id, _LONG_TIMEOUT)
/external/autotest/server/site_tests/cellular_StaleModemReboot/
Dcellular_StaleModemReboot.py170 def _cold_reset_dut(self, boot_id): argument
174 self._client.wait_for_restart(old_boot_id=boot_id)
234 boot_id = self._client.get_boot_id()
239 self._cold_reset_dut(boot_id)
/external/autotest/server/site_tests/kernel_MemoryRamoop/
Dkernel_MemoryRamoop.py107 boot_id = self._client.get_boot_id()
109 self._client.wait_for_restart(old_boot_id=boot_id)
118 boot_id = self._client.get_boot_id()
120 self._client.wait_for_restart(old_boot_id=boot_id)
/external/autotest/server/site_tests/platform_LongPressPower/
Dplatform_LongPressPower.py16 boot_id = host.get_boot_id()
27 host.test_wait_for_boot(boot_id)
/external/autotest/server/site_tests/system_ColdBoot/
Dsystem_ColdBoot.py22 boot_id = host.get_boot_id()
29 host.test_wait_for_boot(boot_id)
/external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/
Dplatform_CryptohomeSyncStressServer.py28 boot_id = host.get_boot_id()
44 host.wait_for_restart(old_boot_id=boot_id)
/external/autotest/server/site_tests/platform_TrackpadStressServer/
Dplatform_TrackpadStressServer.py35 boot_id = self.client.get_boot_id()
57 old_boot_id=boot_id,
/external/autotest/server/site_tests/desktopui_CrashyRebootServer/
Ddesktopui_CrashyRebootServer.py28 boot_id = host.get_boot_id()
51 old_boot_id=boot_id):
/external/autotest/server/site_tests/display_HotPlugAtBoot/
Ddisplay_HotPlugAtBoot.py68 boot_id = host.get_boot_id()
78 host.test_wait_for_boot(boot_id)
/external/autotest/server/site_tests/firmware_ConsecutiveBoot/
Dfirmware_ConsecutiveBoot.py58 boot_id = self.get_bootid()
64 self.switcher.wait_for_client_offline(timeout=100, orig_boot_id=boot_id)
/external/autotest/server/site_tests/security_kASLR/
Dsecurity_kASLR.py24 boot_id = self._client.get_boot_id()
26 self._client.wait_for_restart(old_boot_id=boot_id,
/external/autotest/client/site_tests/platform_BootPerf/
Dplatform_BootPerf.py420 boot_id = open("/proc/sys/kernel/random/boot_id", "r").read()
424 didrun.write(boot_id)
425 elif open(didrun_path, "r").read() != boot_id:
/external/autotest/server/site_tests/display_Resolution/
Ddisplay_Resolution.py101 boot_id = host.get_boot_id()
115 host.test_wait_for_boot(boot_id)
/external/autotest/server/site_tests/display_HotPlugAtSuspend/
Ddisplay_HotPlugAtSuspend.py76 boot_id = host.get_boot_id()
113 host.test_wait_for_resume(boot_id, self.RESUME_TIMEOUT)
/external/autotest/server/site_tests/platform_ServoPowerStateController/
Dplatform_ServoPowerStateController.py137 boot_id = self.host.get_boot_id()
141 if not new_boot_id or boot_id == new_boot_id:
/external/autotest/server/site_tests/logging_KernelCrashServer/
Dlogging_KernelCrashServer.py97 boot_id = self._host.get_boot_id()
99 self._host.wait_for_restart(old_boot_id=boot_id)
/external/autotest/server/site_tests/audio_AudioBasicHDMI/
Daudio_AudioBasicHDMI.py63 boot_id = self.host.get_boot_id()
65 self.host.test_wait_for_resume(boot_id, self.CONNECT_TIMEOUT_SEC)
/external/autotest/server/site_tests/platform_ExternalUSBStress/
Dplatform_ExternalUSBStress.py109 boot_id = host.get_boot_id()
127 host.test_wait_for_resume(boot_id, _LONG_TIMEOUT)
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py284 boot_id = self.faft_framework.get_bootid()
290 self.wait_for_client_offline(orig_boot_id=boot_id)
324 boot_id = self.faft_framework.get_bootid()
329 self.wait_for_client_offline(orig_boot_id=boot_id)
/external/autotest/server/site_tests/display_LidCloseOpen/
Ddisplay_LidCloseOpen.py159 boot_id = self.host.get_boot_id()
201 self.host.test_wait_for_resume(boot_id,

12