/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/ |
D | platform_ExternalUsbPeripherals.py | 139 boot_id = self.host.get_boot_id() 145 return boot_id 148 def action_resume(self, boot_id): argument 154 self.host.test_wait_for_resume(boot_id, _LONG_TIMEOUT) 161 boot_id = self.host.get_boot_id() 166 return boot_id 169 def open_lid(self, boot_id): argument 173 self.host.test_wait_for_resume(boot_id, _LONG_TIMEOUT) 355 boot_id = 0 368 self.action_resume(boot_id) [all …]
|
/external/autotest/server/site_tests/cellular_ChromeEndToEnd/ |
D | cellular_ChromeEndToEnd.py | 18 def _cold_reboot_dut(self, boot_id): argument 27 self._client.wait_for_restart(old_boot_id=boot_id) 45 boot_id = self._client.get_boot_id() 46 self._cold_reboot_dut(boot_id)
|
/external/autotest/server/site_tests/bluetooth_AdapterSRHealth/ |
D | bluetooth_AdapterSRHealth.py | 88 boot_id = self.host.get_boot_id() 120 self.test_wait_for_resume(boot_id, 360 boot_id = self.host.get_boot_id() 378 self.test_wait_for_resume(boot_id, 399 self.test_wait_for_resume(boot_id, 417 boot_id = self.host.get_boot_id() 428 self.test_wait_for_resume(boot_id, 447 boot_id = self.host.get_boot_id() 459 self.test_wait_for_resume(boot_id,
|
/external/autotest/server/site_tests/platform_KernelErrorPaths/ |
D | platform_KernelErrorPaths.py | 91 def _wait_for_restart_and_check(self, boot_id, trigger, text, cpu=0, argument 108 old_boot_id=boot_id, 216 boot_id = self.client.get_boot_id() 220 self._wait_for_restart_and_check(boot_id, trigger, text) 267 boot_id = self.client.get_boot_id() 275 self._wait_for_restart_and_check(boot_id, trigger, text,
|
/external/autotest/server/site_tests/cellular_StaleModemReboot/ |
D | cellular_StaleModemReboot.py | 171 def _cold_reset_dut(self, boot_id): argument 175 self._client.wait_for_restart(old_boot_id=boot_id) 235 boot_id = self._client.get_boot_id() 240 self._cold_reset_dut(boot_id)
|
/external/autotest/server/site_tests/firmware_ConsecutiveBoot/ |
D | firmware_ConsecutiveBoot.py | 75 boot_id = self.get_bootid() 82 self.switcher.wait_for_client_offline(timeout=100, orig_boot_id=boot_id) 85 self.POWER_STATE_G3, pwr_retries=13, orig_boot_id=boot_id)
|
/external/autotest/server/site_tests/firmware_ConsecutiveLidSwitch/ |
D | firmware_ConsecutiveLidSwitch.py | 73 boot_id = host.get_boot_id() 74 if boot_id != original_boot_id:
|
/external/autotest/server/site_tests/display_HotPlugAtBoot/ |
D | display_HotPlugAtBoot.py | 69 boot_id = host.get_boot_id() 79 host.test_wait_for_boot(boot_id)
|
/external/autotest/client/site_tests/platform_BootPerf/ |
D | platform_BootPerf.py | 380 boot_id = open("/proc/sys/kernel/random/boot_id", "r").read() 384 didrun.write(boot_id) 385 elif open(didrun_path, "r").read() != boot_id:
|
/external/autotest/server/site_tests/bluetooth_AdapterPowerMeasure/ |
D | bluetooth_AdapterPowerMeasure.py | 114 boot_id = host.get_boot_id() 138 boot_id, suspend_time_secs + resume_network_timeout_secs)
|
/external/autotest/server/site_tests/display_HotPlugAtSuspend/ |
D | display_HotPlugAtSuspend.py | 79 boot_id = host.get_boot_id() 116 host.test_wait_for_resume(boot_id, self.RESUME_TIMEOUT)
|
/external/autotest/server/site_tests/audio_AudioBasicHotwording/ |
D | audio_AudioBasicHotwording.py | 91 boot_id = self.host.get_boot_id() 116 self.host.test_wait_for_resume(boot_id,
|
/external/autotest/server/site_tests/display_Resolution/ |
D | display_Resolution.py | 125 boot_id = host.get_boot_id() 139 host.test_wait_for_boot(boot_id)
|
/external/autotest/server/site_tests/firmware_ECWakeSource/ |
D | firmware_ECWakeSource.py | 108 boot_id = host.get_boot_id() 109 if boot_id != orig_boot_id:
|
/external/autotest/server/site_tests/platform_ServoPowerStateController/ |
D | platform_ServoPowerStateController.py | 271 boot_id = self.host.get_boot_id() 275 if not new_boot_id or boot_id == new_boot_id:
|
/external/autotest/server/site_tests/display_LidCloseOpen/ |
D | display_LidCloseOpen.py | 160 boot_id = self.host.get_boot_id() 202 self.host.test_wait_for_resume(boot_id,
|
/external/autotest/client/common_lib/hosts/ |
D | base_classes.py | 248 boot_id = self.run(cmd, timeout=timeout).stdout.strip() 249 if boot_id == NO_ID_MSG: 251 return boot_id
|
/external/autotest/server/site_tests/audio_AudioAfterSuspend/ |
D | audio_AudioAfterSuspend.py | 84 boot_id = self.host.get_boot_id() 98 self.host.test_wait_for_resume(boot_id, self.RESUME_TIMEOUT_SECS)
|
/external/autotest/server/cros/faft/utils/ |
D | mode_switcher.py | 689 boot_id = self.faft_framework.get_bootid() 695 self.wait_for_client_offline(orig_boot_id=boot_id) 732 boot_id = self.faft_framework.get_bootid() 742 self.wait_for_client_offline(orig_boot_id=boot_id)
|
/external/autotest/server/ |
D | autotest.py | 1100 client_disconnect_timeout, boot_id=None): argument 1129 self.log_unexpected_abort(stderr_redirector, old_boot_id=boot_id) 1185 boot_id = self.host.get_boot_id() 1188 boot_id=boot_id) 1197 self._wait_for_reboot(boot_id) 1211 self._diagnose_dut(boot_id)
|
/external/autotest/server/site_tests/bluetooth_AdapterMTBF/ |
D | bluetooth_AdapterMTBF.py | 212 boot_id = self.host.get_boot_id() 220 self.test_wait_for_resume(boot_id,
|
/external/autotest/server/cros/faft/ |
D | firmware_test.py | 1517 boot_id = self.get_bootid() 1525 self.switcher.wait_for_client_offline(timeout=100, orig_boot_id=boot_id) 1529 orig_boot_id=boot_id) 1741 boot_id = None 1744 boot_id = self._client.get_boot_id() 1752 logging.debug('boot_id: %s', boot_id) 1753 return boot_id
|
/external/autotest/client/cros/chameleon/ |
D | audio_test_utils.py | 270 boot_id = host.get_boot_id() 277 host.test_wait_for_resume(boot_id,
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_quick_tests.py | 590 boot_id = self.host.get_boot_id() 660 self.test_wait_for_resume(boot_id,
|
/external/pigweed/pw_persistent_ram/ |
D | docs.rst | 181 uint32_t boot_id; 198 mutable_crash_info->boot_id = system::GetBootId();
|