Home
last modified time | relevance | path

Searched refs:reboot (Results 1 – 25 of 1156) sorted by relevance

12345678910>>...47

/external/autotest/server/site_tests/brillo_BootLoader/
Dbrillo_BootLoader.py128 self.dut.reboot()
153 self.dut.reboot()
156 self.dut.reboot()
192 self.dut.reboot()
211 self.dut.reboot()
216 self.dut.reboot()
235 self.dut.reboot()
/external/autotest/server/site_tests/firmware_ECKeyboardReboot/
Dfirmware_ECKeyboardReboot.py50 self.ec.reboot()
54 self.ec.reboot('hard')
58 self.ec.reboot('ap-off')
60 self.ec.reboot()
Dcontrol9 PURPOSE = "Servo based EC reboot test"
10 CRITERIA = "This test will fail if failed to reboot via dut-control ec_uart_cmd:reboot."
20 This test runs dut-control ec_uart_cmd:reboot command.
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dcontrol.interrupt.reboot.full6 NAME = "autoupdate_ForcedOOBEUpdate.interrupt.reboot.full"
7 PURPOSE = "Test forced update at OOBE with reboot interruptions."
16 During the update it will reboot.
27 interrupt='reboot', **args_dict)
Dcontrol.interrupt.reboot.full.moblab6 NAME = "autoupdate_ForcedOOBEUpdate.interrupt.reboot.full.moblab"
7 PURPOSE = "Test forced update at OOBE with reboot interruptions."
16 During the update it will reboot.
27 interrupt='reboot', moblab=True, **args_dict)
/external/autotest/client/site_tests/kernel_CrosECSysfs/
Dkernel_CrosECSysfs.py71 reboot = self._read_sysfs('reboot')
72 if reboot.find("ro") < 0:
73 raise error.TestFail('reboot help is weird: %s' % reboot)
74 logging.info("reboot is %s", reboot)
/external/autotest/server/site_tests/power_BootUpTime/
Dcontrol.reboot8 NAME = "power_BootUpTime.reboot"
9 PURPOSE = "To check the boot up time using reboot command"
28 boot_type='reboot', disable_sysinfo=False, tag='reboot')
/external/autotest/server/site_tests/display_Resolution/
Dcontrol.reboot8 NAME = "display_Resolution.reboot"
20 and then performing reboot. DUT is expected to detect a new resolution
21 after reboot.
30 test_reboot=True, tag="reboot")
/external/autotest/server/site_tests/firmware_ECBootTime/
Dfirmware_ECBootTime.py72 reboot = self.ec.send_command_get_output(
81 logging.debug("reboot: %r", reboot)
100 reboot_time = float(reboot[0][1])
139 self.ec.reboot()
/external/autotest/server/site_tests/firmware_UpdateKernelVersion/
Dcontrol27 kernel version of kernel b and modifies cgpt to reboot with kernel b. Check
28 kernel version after reboot, and then recover kernel b version to original
29 version. Here also tries to reboot with kernel b after recovery. If sccuess,
30 reboot with kernel a.
/external/autotest/server/site_tests/firmware_UpdateKernelDataKeyVersion/
Dcontrol29 kernel data key version of kernel b and modifies cgpt to reboot with kernel b.
30 Check kernel data key version after reboot, and then recover kernel b's data
31 key version to original version. Here also tries to reboot with kernel b after
32 recovery. If sccuess, reboot with kernel a.
/external/autotest/server/site_tests/autoupdate_Interruptions/
Dcontrol.reboot.full6 NAME = "autoupdate_Interruptions.reboot.full"
16 test_that <hostname>.cros autoupdate_Interruptions.reboot.full --args="job_repo_url='http://<IP>:<p…
26 interrupt='reboot', **args_dict)
/external/autotest/server/site_tests/enterprise_CFM_PeripheralQualification/
Dcontrol.reboot_stress10 CRITERIA = "The device is detectable as a USB device after reboot"
17 after each reboot.
20 device to detect after reboot. This enables testing custom devices from
40 # TODO(crbug.com/814775): mosys-info always crashes on reboot, why
/external/autotest/client/site_tests/platform_MemCheck/
Dcontrol18 DEPENDENCIES = 'cleanup-reboot'
34 This test requires a reboot of the DUT before it runs for free memory check
35 (thus the 'cleanup-reboot' dependency).
/external/autotest/client/site_tests/platform_BootLockbox/
Dcontrol13 DEPENDENCIES = 'cleanup-reboot'
20 finalization it can only be verified. This test requires a reboot of the DUT
22 reboot' dependency).
/external/autotest/server/site_tests/autoupdate_Rollback/
Dautoupdate_Rollback.py26 self._host.reboot()
73 self._host.reboot()
85 self._host.reboot()
/external/autotest/client/samples/
Dcontrol.soft_reboot3 NAME = "Sample - Machine reboot"
8 This test will reboot the machine ITERATIONS number of times. Note that if you
29 job.reboot()
/external/u-boot/drivers/sysreset/
DKconfig92 bool "Enable support for mfd syscon reboot driver"
99 bool "Enable support for watchdog reboot driver"
105 bool "Enable support for x86 processor reboot driver"
111 bool "Enable support for x86 processor reboot driver in SPL"
117 bool "Enable support for x86 processor reboot driver in TPL"
123 bool "Enable support MPC83xx SoC family reboot driver"
/external/arm-trusted-firmware/plat/mediatek/mt8183/drivers/rtc/
Drtc.c26 uint16_t reboot; in rtc_disable_2sec_reboot() local
28 reboot = (RTC_Read(RTC_AL_SEC) & ~RTC_BBPU_2SEC_EN) & in rtc_disable_2sec_reboot()
30 RTC_Write(RTC_AL_SEC, reboot); in rtc_disable_2sec_reboot()
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_hidreports_tests.py51 def run_hid_reports_test(self, device, suspend_resume=False, reboot=False): argument
83 if reboot:
84 self.reboot()
/external/autotest/client/site_tests/desktopui_CrashyReboot/
Dcontrol11 This test exercises the logic we put in place to reboot the device in the
14 If the UI crashes too much too fast, the device will eventually reboot
20 has not rebooted before, the test will cause the device to reboot. If
/external/autotest/server/site_tests/enterprise_CFM_LowLevelPeripheralTest/
Dcontrol.reboot_stress10 CRITERIA = ("Atrus,Mimo, and Huddly detectable as USB devices after reboot "
20 after each reboot.
34 # TODO(crbug.com/814775): mosys-info always crashes on reboot, why
/external/u-boot/arch/mips/dts/
Dbrcm,bcm6338.dtsi74 syscon-reboot {
75 compatible = "syscon-reboot";
93 wdt-reboot {
94 compatible = "wdt-reboot";
Dbrcm,bcm3380.dtsi94 syscon-reboot {
95 compatible = "syscon-reboot";
108 wdt-reboot {
109 compatible = "wdt-reboot";
/external/autotest/server/hosts/
Dremote.py114 def reboot(self, timeout=DEFAULT_REBOOT_TIMEOUT, wait=True, member in RemoteHost
138 def reboot(): function
169 self.log_op(self.OP_REBOOT, reboot)
171 reboot()
249 self.reboot()

12345678910>>...47