Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/firmware_FwScreenPressPower/
Dfirmware_FwScreenPressPower.py88 self.switcher.simple_reboot()
101 self.switcher.simple_reboot()
114 self.switcher.simple_reboot()
129 self.switcher.simple_reboot()
150 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_FwScreenCloseLid/
Dfirmware_FwScreenCloseLid.py98 self.switcher.simple_reboot()
113 self.switcher.simple_reboot()
128 self.switcher.simple_reboot()
144 self.switcher.simple_reboot()
167 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_RecoveryCacheBootKeys/
Dfirmware_RecoveryCacheBootKeys.py37 self.switcher.simple_reboot()
132 self.switcher.simple_reboot('cold')
140 self.switcher.simple_reboot('cold')
150 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_DevScreenTimeout/
Dfirmware_DevScreenTimeout.py99 self.switcher.simple_reboot()
103 self.switcher.simple_reboot()
112 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.py48 self.switcher.simple_reboot()
62 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_RollbackFirmware/
Dfirmware_RollbackFirmware.py50 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_TPMKernelVersion/
Dfirmware_TPMKernelVersion.py59 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.py60 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_CorruptBothFwBodyAB/
Dfirmware_CorruptBothFwBodyAB.py74 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_CorruptRecoveryCache/
Dfirmware_CorruptRecoveryCache.py120 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_SoftwareSync/
Dfirmware_SoftwareSync.py80 self.switcher.simple_reboot(reboot_type='warm')
/external/autotest/server/site_tests/firmware_TPMNotCorruptedDevMode/
Dfirmware_TPMNotCorruptedDevMode.py69 self.switcher.simple_reboot()
/external/autotest/server/site_tests/firmware_DevMode/
Dfirmware_DevMode.py98 self.switcher.simple_reboot(sync_before_boot=False)
/external/autotest/server/site_tests/firmware_EmmcWriteLoad/
Dfirmware_EmmcWriteLoad.py110 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.py491 def simple_reboot(self, reboot_type='warm', sync_before_boot=True): member in _BaseModeSwitcher