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.py444 def simple_reboot(self, reboot_type='warm', sync_before_boot=True): argument
456 if reboot_type == 'warm':
458 elif reboot_type == 'cold':
462 reboot_type)
467 reboot_type)
472 reboot_type)
474 def mode_aware_reboot(self, reboot_type=None, reboot_method=None, argument
491 if reboot_type is None or reboot_type == 'warm':
493 elif reboot_type == 'cold':
495 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.py251 self.switcher.mode_aware_reboot(reboot_type='cold',