Searched refs:reboot (Results 1 – 25 of 1156) sorted by relevance
12345678910>>...47
128 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()
50 self.ec.reboot()54 self.ec.reboot('hard')58 self.ec.reboot('ap-off')60 self.ec.reboot()
9 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.
6 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)
6 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)
71 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)
8 NAME = "power_BootUpTime.reboot"9 PURPOSE = "To check the boot up time using reboot command"28 boot_type='reboot', disable_sysinfo=False, tag='reboot')
8 NAME = "display_Resolution.reboot"20 and then performing reboot. DUT is expected to detect a new resolution21 after reboot.30 test_reboot=True, tag="reboot")
72 reboot = self.ec.send_command_get_output(81 logging.debug("reboot: %r", reboot)100 reboot_time = float(reboot[0][1])139 self.ec.reboot()
27 kernel version of kernel b and modifies cgpt to reboot with kernel b. Check28 kernel version after reboot, and then recover kernel b version to original29 version. Here also tries to reboot with kernel b after recovery. If sccuess,30 reboot with kernel a.
29 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 data31 key version to original version. Here also tries to reboot with kernel b after32 recovery. If sccuess, reboot with kernel a.
6 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)
10 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 from40 # TODO(crbug.com/814775): mosys-info always crashes on reboot, why
18 DEPENDENCIES = 'cleanup-reboot'34 This test requires a reboot of the DUT before it runs for free memory check35 (thus the 'cleanup-reboot' dependency).
13 DEPENDENCIES = 'cleanup-reboot'20 finalization it can only be verified. This test requires a reboot of the DUT22 reboot' dependency).
26 self._host.reboot()73 self._host.reboot()85 self._host.reboot()
3 NAME = "Sample - Machine reboot"8 This test will reboot the machine ITERATIONS number of times. Note that if you29 job.reboot()
92 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"
26 uint16_t reboot; in rtc_disable_2sec_reboot() local28 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()
51 def run_hid_reports_test(self, device, suspend_resume=False, reboot=False): argument83 if reboot:84 self.reboot()
11 This test exercises the logic we put in place to reboot the device in the14 If the UI crashes too much too fast, the device will eventually reboot20 has not rebooted before, the test will cause the device to reboot. If
10 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
74 syscon-reboot {75 compatible = "syscon-reboot";93 wdt-reboot {94 compatible = "wdt-reboot";
94 syscon-reboot {95 compatible = "syscon-reboot";108 wdt-reboot {109 compatible = "wdt-reboot";
114 def reboot(self, timeout=DEFAULT_REBOOT_TIMEOUT, wait=True, member in RemoteHost138 def reboot(): function169 self.log_op(self.OP_REBOOT, reboot)171 reboot()249 self.reboot()