/external/autotest/server/site_tests/platform_CloseOpenLid/ |
D | platform_CloseOpenLid.py | 18 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/ |
D | cellular_ChromeEndToEnd.py | 17 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/ |
D | platform_InternalDisplay.py | 24 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_ExternalUsbPeripherals/ |
D | platform_ExternalUsbPeripherals.py | 112 boot_id = self.host.get_boot_id() 118 return boot_id 121 def action_resume(self, boot_id): argument 128 self.host.test_wait_for_resume(boot_id, _LONG_TIMEOUT) 292 boot_id = 0 304 self.action_resume(boot_id) 323 boot_id = self.action_suspend()
|
/external/autotest/server/site_tests/platform_KernelErrorPaths/ |
D | platform_KernelErrorPaths.py | 87 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/ |
D | platform_FullyChargedPowerStatus.py | 82 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/ |
D | cellular_StaleModemReboot.py | 170 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/ |
D | kernel_MemoryRamoop.py | 107 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/ |
D | platform_LongPressPower.py | 16 boot_id = host.get_boot_id() 27 host.test_wait_for_boot(boot_id)
|
/external/autotest/server/site_tests/system_ColdBoot/ |
D | system_ColdBoot.py | 22 boot_id = host.get_boot_id() 29 host.test_wait_for_boot(boot_id)
|
/external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/ |
D | platform_CryptohomeSyncStressServer.py | 28 boot_id = host.get_boot_id() 44 host.wait_for_restart(old_boot_id=boot_id)
|
/external/autotest/server/site_tests/platform_TrackpadStressServer/ |
D | platform_TrackpadStressServer.py | 35 boot_id = self.client.get_boot_id() 57 old_boot_id=boot_id,
|
/external/autotest/server/site_tests/desktopui_CrashyRebootServer/ |
D | desktopui_CrashyRebootServer.py | 28 boot_id = host.get_boot_id() 51 old_boot_id=boot_id):
|
/external/autotest/server/site_tests/display_HotPlugAtBoot/ |
D | display_HotPlugAtBoot.py | 63 boot_id = host.get_boot_id() 73 host.test_wait_for_boot(boot_id)
|
/external/autotest/server/site_tests/firmware_ConsecutiveBoot/ |
D | firmware_ConsecutiveBoot.py | 58 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/ |
D | security_kASLR.py | 24 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/ |
D | platform_BootPerf.py | 418 boot_id = open("/proc/sys/kernel/random/boot_id", "r").read() 422 didrun.write(boot_id) 423 elif open(didrun_path, "r").read() != boot_id:
|
/external/autotest/server/site_tests/display_Resolution/ |
D | display_Resolution.py | 86 boot_id = host.get_boot_id() 100 host.test_wait_for_boot(boot_id)
|
/external/autotest/server/site_tests/display_HotPlugAtSuspend/ |
D | display_HotPlugAtSuspend.py | 69 boot_id = host.get_boot_id() 105 host.test_wait_for_resume(boot_id, self.RESUME_TIMEOUT)
|
/external/autotest/server/site_tests/platform_ServoPowerStateController/ |
D | platform_ServoPowerStateController.py | 138 boot_id = self.host.get_boot_id() 142 if not new_boot_id or boot_id == new_boot_id:
|
/external/autotest/server/site_tests/logging_KernelCrashServer/ |
D | logging_KernelCrashServer.py | 97 boot_id = self._host.get_boot_id() 99 self._host.wait_for_restart(old_boot_id=boot_id)
|
/external/autotest/server/site_tests/platform_ExternalUSBStress/ |
D | platform_ExternalUSBStress.py | 109 boot_id = host.get_boot_id() 127 host.test_wait_for_resume(boot_id, _LONG_TIMEOUT)
|
/external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/ |
D | audio_AudioQualityAfterSuspend.py | 47 boot_id = self.host.get_boot_id() 54 self.host.test_wait_for_resume(boot_id, self.RESUME_TIMEOUT_SECS)
|
/external/autotest/server/site_tests/display_LidCloseOpen/ |
D | display_LidCloseOpen.py | 150 boot_id = self.host.get_boot_id() 192 self.host.test_wait_for_resume(boot_id,
|
/external/autotest/client/cros/chameleon/ |
D | audio_test_utils.py | 158 boot_id = host.get_boot_id() 166 boot_id, suspend_time_secs + resume_network_timeout_secs)
|