Home
last modified time | relevance | path

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

12

/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dplatform_ExternalUsbPeripherals.py139 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/
Dcellular_ChromeEndToEnd.py18 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/
Dbluetooth_AdapterSRHealth.py88 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/
Dplatform_KernelErrorPaths.py91 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/
Dcellular_StaleModemReboot.py171 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/
Dfirmware_ConsecutiveBoot.py75 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/
Dfirmware_ConsecutiveLidSwitch.py73 boot_id = host.get_boot_id()
74 if boot_id != original_boot_id:
/external/autotest/server/site_tests/display_HotPlugAtBoot/
Ddisplay_HotPlugAtBoot.py69 boot_id = host.get_boot_id()
79 host.test_wait_for_boot(boot_id)
/external/autotest/client/site_tests/platform_BootPerf/
Dplatform_BootPerf.py380 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/
Dbluetooth_AdapterPowerMeasure.py114 boot_id = host.get_boot_id()
138 boot_id, suspend_time_secs + resume_network_timeout_secs)
/external/autotest/server/site_tests/display_HotPlugAtSuspend/
Ddisplay_HotPlugAtSuspend.py79 boot_id = host.get_boot_id()
116 host.test_wait_for_resume(boot_id, self.RESUME_TIMEOUT)
/external/autotest/server/site_tests/audio_AudioBasicHotwording/
Daudio_AudioBasicHotwording.py91 boot_id = self.host.get_boot_id()
116 self.host.test_wait_for_resume(boot_id,
/external/autotest/server/site_tests/display_Resolution/
Ddisplay_Resolution.py125 boot_id = host.get_boot_id()
139 host.test_wait_for_boot(boot_id)
/external/autotest/server/site_tests/firmware_ECWakeSource/
Dfirmware_ECWakeSource.py108 boot_id = host.get_boot_id()
109 if boot_id != orig_boot_id:
/external/autotest/server/site_tests/platform_ServoPowerStateController/
Dplatform_ServoPowerStateController.py271 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/
Ddisplay_LidCloseOpen.py160 boot_id = self.host.get_boot_id()
202 self.host.test_wait_for_resume(boot_id,
/external/autotest/client/common_lib/hosts/
Dbase_classes.py248 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/
Daudio_AudioAfterSuspend.py84 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/
Dmode_switcher.py689 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/
Dautotest.py1100 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/
Dbluetooth_AdapterMTBF.py212 boot_id = self.host.get_boot_id()
220 self.test_wait_for_resume(boot_id,
/external/autotest/server/cros/faft/
Dfirmware_test.py1517 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/
Daudio_test_utils.py270 boot_id = host.get_boot_id()
277 host.test_wait_for_resume(boot_id,
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_quick_tests.py590 boot_id = self.host.get_boot_id()
660 self.test_wait_for_resume(boot_id,
/external/pigweed/pw_persistent_ram/
Ddocs.rst181 uint32_t boot_id;
198 mutable_crash_info->boot_id = system::GetBootId();

12