Home
last modified time | relevance | path

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

/external/autotest/server/cros/faft/utils/
Dmode_switcher.py476 def simple_reboot(self, reboot_type='warm', sync_before_boot=True): argument
488 if reboot_type == 'warm':
490 elif reboot_type == 'cold':
494 reboot_type)
499 reboot_type)
504 reboot_type)
506 def mode_aware_reboot(self, reboot_type=None, reboot_method=None, argument
523 if reboot_type is None or reboot_type == 'warm':
525 elif reboot_type == 'cold':
527 elif reboot_type != 'custom':
[all …]
/external/autotest/server/site_tests/firmware_ECLidShutdown/
Dfirmware_ECLidShutdown.py48 self.switcher.mode_aware_reboot(reboot_type='cold',
116 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.py64 self.switcher.mode_aware_reboot(reboot_type='cold')
/external/autotest/server/site_tests/firmware_SoftwareSync/
Dfirmware_SoftwareSync.py79 self.switcher.simple_reboot(reboot_type='warm')
/external/autotest/server/cros/faft/
Dfirmware_test.py259 self.switcher.mode_aware_reboot(reboot_type='cold',