Home
last modified time | relevance | path

Searched refs:to_mode (Results 1 – 17 of 17) sorted by relevance

/external/autotest/server/site_tests/firmware_FAFTModeTransitions/
Dfirmware_FAFTModeTransitions.py16 def _checked_reboot(self, to_mode): argument
24 self.switcher.reboot_to_mode(to_mode)
25 self.check_state((self.checkers.mode_checker, to_mode))
/external/autotest/server/site_tests/firmware_TPMExtend/
Dfirmware_TPMExtend.py78 self.switcher.reboot_to_mode(to_mode='rec')
88 self.switcher.reboot_to_mode(to_mode='dev')
100 self.switcher.reboot_to_mode(to_mode='rec')
110 self.switcher.reboot_to_mode(to_mode='normal')
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py524 def reboot_to_mode(self, to_mode, from_mode=None, sync_before_boot=True, argument
573 to_mode, from_mode, wait_for_dut_up)
576 note = 'reboot_to_mode: to=%s, from=%s' % (from_mode, to_mode)
578 note = 'reboot_to_mode: to=%s' % to_mode
590 if to_mode == 'rec':
593 elif to_mode == 'rec_force_mrc':
596 elif to_mode == 'dev':
601 elif to_mode == 'normal':
607 (str(from_mode), to_mode))
613 to_mode, from_mode, wait_for_dut_up)
/external/autotest/server/site_tests/firmware_Cr50Open/
Dfirmware_Cr50Open.py93 self.switcher.reboot_to_mode(to_mode='dev')
95 self.switcher.reboot_to_mode(to_mode='normal')
/external/autotest/server/site_tests/firmware_EventLog/
Dfirmware_EventLog.py93 self.switcher.reboot_to_mode(to_mode='dev')
110 self.switcher.reboot_to_mode(to_mode='normal')
114 self.switcher.reboot_to_mode(to_mode='rec')
/external/autotest/server/site_tests/firmware_RecoveryCacheBootKeys/
Dfirmware_RecoveryCacheBootKeys.py48 self.switcher.reboot_to_mode(to_mode='rec_force_mrc')
50 self.switcher.reboot_to_mode(to_mode='rec')
/external/autotest/server/site_tests/firmware_CorruptRecoveryCache/
Dfirmware_CorruptRecoveryCache.py68 self.switcher.reboot_to_mode(to_mode='rec')
/external/autotest/server/site_tests/firmware_FAFTSetup/
Dfirmware_FAFTSetup.py83 self.switcher.reboot_to_mode(to_mode='rec')
/external/autotest/server/site_tests/firmware_RecoveryStress/
Dfirmware_RecoveryStress.py73 self.switcher.reboot_to_mode(to_mode=self.mode)
/external/autotest/server/site_tests/firmware_DevMode/
Dfirmware_DevMode.py40 self.switcher.reboot_to_mode(to_mode='normal')
/external/autotest/server/site_tests/firmware_RecoveryButton/
Dfirmware_RecoveryButton.py67 to_mode='rec', from_mode='dev' if dev_mode else 'normal')
/external/autotest/server/site_tests/firmware_InvalidUSB/
Dfirmware_InvalidUSB.py63 self.switcher.reboot_to_mode(to_mode='rec', wait_for_dut_up=False)
/external/autotest/server/site_tests/firmware_PDProtocol/
Dfirmware_PDProtocol.py82 self.switcher.reboot_to_mode(to_mode='rec')
/external/autotest/server/site_tests/firmware_SelfSignedBoot/
Dfirmware_SelfSignedBoot.py90 self.switcher.reboot_to_mode(to_mode='rec')
/external/autotest/server/site_tests/firmware_FwScreenPressPower/
Dfirmware_FwScreenPressPower.py154 self.switcher.reboot_to_mode(to_mode='normal')
/external/autotest/server/site_tests/firmware_FwScreenCloseLid/
Dfirmware_FwScreenCloseLid.py164 self.switcher.reboot_to_mode(to_mode='normal')
/external/autotest/server/cros/faft/
Dfirmware_test.py521 self.switcher.reboot_to_mode(to_mode='rec', sync_before_boot=False,
1483 self.switcher.reboot_to_mode(to_mode='rec')
2362 self.switcher.reboot_to_mode(to_mode=mode)