Home
last modified time | relevance | path

Searched refs:simple_reboot (Results 1 – 18 of 18) sorted by relevance

/external/autotest/server/site_tests/firmware_FwScreenPressPower/
Dfirmware_FwScreenPressPower.py87 self.switcher.simple_reboot()
100 self.switcher.simple_reboot()
113 self.switcher.simple_reboot()
128 self.switcher.simple_reboot()
149 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_FwScreenCloseLid/
Dfirmware_FwScreenCloseLid.py91 self.switcher.simple_reboot()
106 self.switcher.simple_reboot()
121 self.switcher.simple_reboot()
137 self.switcher.simple_reboot()
160 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_DevScreenTimeout/
Dfirmware_DevScreenTimeout.py102 self.switcher.simple_reboot()
105 self.switcher.simple_reboot()
113 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_UserRequestRecovery/
Dfirmware_UserRequestRecovery.py55 self.switcher.simple_reboot()
73 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_CorruptBothFwSigAB/
Dfirmware_CorruptBothFwSigAB.py47 self.switcher.simple_reboot()
61 self.switcher.simple_reboot(sync_before_boot=False)
/external/autotest/server/site_tests/firmware_ECLidShutdown/
Dfirmware_ECLidShutdown.py70 self.switcher.simple_reboot()
97 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_TPMKernelVersion/
Dfirmware_TPMKernelVersion.py56 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_RollbackFirmware/
Dfirmware_RollbackFirmware.py49 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_LegacyRecovery/
Dfirmware_LegacyRecovery.py39 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_DevBootUSB/
Dfirmware_DevBootUSB.py56 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_CorruptRecoveryCache/
Dfirmware_CorruptRecoveryCache.py116 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_TPMNotCorruptedDevMode/
Dfirmware_TPMNotCorruptedDevMode.py50 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_SoftwareSync/
Dfirmware_SoftwareSync.py79 self.switcher.simple_reboot(reboot_type='warm')
/external/autotest/server/site_tests/firmware_CorruptBothFwBodyAB/
Dfirmware_CorruptBothFwBodyAB.py73 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_RecoveryCacheBootKeys/
Dfirmware_RecoveryCacheBootKeys.py142 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_EmmcWriteLoad/
Dfirmware_EmmcWriteLoad.py107 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_SelfSignedBoot/
Dfirmware_SelfSignedBoot.py100 self.switcher.simple_reboot()
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py476 def simple_reboot(self, reboot_type='warm', sync_before_boot=True): member in _BaseModeSwitcher