/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/ |
D | platform_ExternalUsbPeripherals.py | 132 boot_id = self.host.get_boot_id() 138 return boot_id 141 def action_resume(self, boot_id): argument 147 self.host.test_wait_for_resume(boot_id, _LONG_TIMEOUT) 154 boot_id = self.host.get_boot_id() 159 return boot_id 162 def open_lid(self, boot_id): argument 166 self.host.test_wait_for_resume(boot_id, _LONG_TIMEOUT) 353 boot_id = 0 370 self.action_resume(boot_id) [all …]
|
/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 | 28 boot_id = self.host.get_boot_id() 32 return boot_id 53 boot_id = self.run_suspend() 55 self.host.test_wait_for_resume(boot_id, _LONG_TIMEOUT)
|
/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, 255 boot_id = self.host.get_boot_id() 321 self.test_wait_for_resume(boot_id, 426 boot_id = self.host.get_boot_id() 444 self.test_wait_for_resume(boot_id, 465 self.test_wait_for_resume(boot_id, 482 boot_id = self.host.get_boot_id() 493 self.test_wait_for_resume(boot_id, 512 boot_id = self.host.get_boot_id() [all …]
|
/external/autotest/server/site_tests/platform_KernelErrorPaths/ |
D | platform_KernelErrorPaths.py | 90 def _wait_for_restart_and_check(self, boot_id, trigger, text, cpu=0, argument 107 old_boot_id=boot_id, 215 boot_id = self.client.get_boot_id() 219 self._wait_for_restart_and_check(boot_id, trigger, text) 268 boot_id = self.client.get_boot_id() 276 self._wait_for_restart_and_check(boot_id, trigger, text,
|
/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 | 110 boot_id = self._client.get_boot_id() 112 self._client.wait_for_restart(old_boot_id=boot_id) 121 boot_id = self._client.get_boot_id() 123 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/enterprise_CFM_RebootStress/ |
D | enterprise_CFM_RebootStress.py | 29 boot_id = self._host.get_boot_id() 32 self._host.wait_for_restart(old_boot_id=boot_id)
|
/external/autotest/server/site_tests/firmware_ConsecutiveBoot/ |
D | firmware_ConsecutiveBoot.py | 57 boot_id = self.get_bootid() 64 self.switcher.wait_for_client_offline(timeout=100, orig_boot_id=boot_id) 67 self.POWER_STATE_G3, pwr_retries=13, orig_boot_id=boot_id)
|
/external/autotest/server/site_tests/platform_TrackpadStressServer/ |
D | platform_TrackpadStressServer.py | 37 boot_id = self.client.get_boot_id() 57 old_boot_id=boot_id,
|
/external/autotest/server/site_tests/network_WiFi_Reset/ |
D | network_WiFi_Reset.py | 160 self.boot_id = client.host.get_boot_id() 180 client.host.test_wait_for_resume(self.boot_id) 199 elif self.context.client.host.get_boot_id() == self.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/network_WiFi_SuspendStress/ |
D | network_WiFi_SuspendStress.py | 34 boot_id = self._host.get_boot_id() 36 self._host.test_wait_for_resume(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, 238 boot_id = self.host.get_boot_id() 253 self.test_wait_for_resume(boot_id,
|
/external/autotest/server/site_tests/display_HotPlugAtBoot/ |
D | display_HotPlugAtBoot.py | 68 boot_id = host.get_boot_id() 78 host.test_wait_for_boot(boot_id)
|
/external/autotest/client/site_tests/platform_BootPerf/ |
D | platform_BootPerf.py | 387 boot_id = open("/proc/sys/kernel/random/boot_id", "r").read() 391 didrun.write(boot_id) 392 elif open(didrun_path, "r").read() != boot_id:
|
/external/autotest/server/site_tests/display_HotPlugAtSuspend/ |
D | display_HotPlugAtSuspend.py | 78 boot_id = host.get_boot_id() 115 host.test_wait_for_resume(boot_id, self.RESUME_TIMEOUT)
|
/external/autotest/server/site_tests/audio_AudioBasicHotwording/ |
D | audio_AudioBasicHotwording.py | 90 boot_id = self.host.get_boot_id() 115 self.host.test_wait_for_resume(boot_id,
|
/external/autotest/server/site_tests/bluetooth_AdapterPowerMeasure/ |
D | bluetooth_AdapterPowerMeasure.py | 113 boot_id = host.get_boot_id() 137 boot_id, suspend_time_secs + resume_network_timeout_secs)
|
/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/enterprise_CFM_MimoSanity/ |
D | enterprise_CFM_MimoSanity.py | 107 boot_id = self._host.get_boot_id() 109 self._host.wait_for_restart(old_boot_id=boot_id)
|
/external/autotest/server/site_tests/display_Resolution/ |
D | display_Resolution.py | 124 boot_id = host.get_boot_id() 138 host.test_wait_for_boot(boot_id)
|