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.py491 def simple_reboot(self, reboot_type='warm', sync_before_boot=True): argument
503 if reboot_type == 'warm':
505 elif reboot_type == 'cold':
509 reboot_type)
514 reboot_type)
519 reboot_type)
521 def mode_aware_reboot(self, reboot_type=None, reboot_method=None, argument
538 if reboot_type is None or reboot_type == 'warm':
540 elif reboot_type == 'cold':
542 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.py87 self.switcher.mode_aware_reboot(reboot_type='cold')
/external/autotest/server/site_tests/firmware_SoftwareSync/
Dfirmware_SoftwareSync.py80 self.switcher.simple_reboot(reboot_type='warm')
/external/autotest/server/site_tests/firmware_ECWriteProtect/
Dfirmware_ECWriteProtect.py69 self.switcher.mode_aware_reboot(reboot_type='cold')
/external/autotest/server/cros/faft/
Dfirmware_test.py275 self.switcher.mode_aware_reboot(reboot_type='cold',