Home
last modified time | relevance | path

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

12

/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dplatform_ExternalUsbPeripherals.py132 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/
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.py28 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/
Dbluetooth_AdapterSRHealth.py88 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/
Dplatform_KernelErrorPaths.py90 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/
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.py110 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/
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/enterprise_CFM_RebootStress/
Denterprise_CFM_RebootStress.py29 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/
Dfirmware_ConsecutiveBoot.py57 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/
Dplatform_TrackpadStressServer.py37 boot_id = self.client.get_boot_id()
57 old_boot_id=boot_id,
/external/autotest/server/site_tests/network_WiFi_Reset/
Dnetwork_WiFi_Reset.py160 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/
Dfirmware_ConsecutiveLidSwitch.py73 boot_id = host.get_boot_id()
74 if boot_id != original_boot_id:
/external/autotest/server/site_tests/network_WiFi_SuspendStress/
Dnetwork_WiFi_SuspendStress.py34 boot_id = self._host.get_boot_id()
36 self._host.test_wait_for_resume(boot_id)
/external/autotest/server/site_tests/bluetooth_AdapterMTBF/
Dbluetooth_AdapterMTBF.py212 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/
Ddisplay_HotPlugAtBoot.py68 boot_id = host.get_boot_id()
78 host.test_wait_for_boot(boot_id)
/external/autotest/client/site_tests/platform_BootPerf/
Dplatform_BootPerf.py387 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/
Ddisplay_HotPlugAtSuspend.py78 boot_id = host.get_boot_id()
115 host.test_wait_for_resume(boot_id, self.RESUME_TIMEOUT)
/external/autotest/server/site_tests/audio_AudioBasicHotwording/
Daudio_AudioBasicHotwording.py90 boot_id = self.host.get_boot_id()
115 self.host.test_wait_for_resume(boot_id,
/external/autotest/server/site_tests/bluetooth_AdapterPowerMeasure/
Dbluetooth_AdapterPowerMeasure.py113 boot_id = host.get_boot_id()
137 boot_id, suspend_time_secs + resume_network_timeout_secs)
/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/site_tests/enterprise_CFM_MimoSanity/
Denterprise_CFM_MimoSanity.py107 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/
Ddisplay_Resolution.py124 boot_id = host.get_boot_id()
138 host.test_wait_for_boot(boot_id)

12