Home
last modified time | relevance | path

Searched refs:reboot_type (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/faft/utils/
Dmode_switcher.py264 def simple_reboot(self, reboot_type='warm', sync_before_boot=True): argument
276 if reboot_type == 'warm':
278 elif reboot_type == 'cold':
282 reboot_type)
287 reboot_type)
292 reboot_type)
294 def mode_aware_reboot(self, reboot_type=None, reboot_method=None, argument
311 if reboot_type is None or reboot_type == 'warm':
313 elif reboot_type == 'cold':
315 elif reboot_type != 'custom':
[all …]
/external/autotest/server/site_tests/firmware_ECLidShutdown/
Dfirmware_ECLidShutdown.py48 self.switcher.mode_aware_reboot(reboot_type='cold',
114 self.switcher.mode_aware_reboot(reboot_type='cold',
/external/autotest/server/site_tests/firmware_FAFTSetup/
Dfirmware_FAFTSetup.py91 self.switcher.mode_aware_reboot(reboot_type='cold')
/external/autotest/server/site_tests/firmware_ECWriteProtect/
Dfirmware_ECWriteProtect.py61 self.switcher.mode_aware_reboot(reboot_type='cold')
/external/autotest/server/cros/faft/
Dfirmware_test.py247 self.switcher.mode_aware_reboot(reboot_type='cold',