Home
last modified time | relevance | path

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

12345678910>>...20

/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.py48 self.ec.reboot()
52 self.ec.reboot('hard')
56 self.ec.reboot('ap-off')
58 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/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/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.py69 reboot = self.ec.send_command_get_output(
78 self.ec.reboot()
82 logging.debug("reboot: %r", reboot)
86 reboot_time = float(reboot[0][1])
/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/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/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'
21 finalization it can only be verified. This test requires a reboot of the DUT
23 reboot' dependency).
/external/autotest/server/hosts/
Dremote.py110 def reboot(self, timeout=DEFAULT_REBOOT_TIMEOUT, wait=True, member in RemoteHost
134 def reboot(): function
164 self.log_op(self.OP_REBOOT, reboot)
166 reboot()
234 self.reboot()
/external/lisa/
Dtarget.config68 /* Wait time before trying to access the target after reboot */
76 /* no-reboot : do not force reboot the target at each */
79 "__features__" : "no-kernel no-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/platform_ExternalUsbPeripherals/
Dcontrol.crashes20 after events like reboot, login, suspend, resume etc.
36 default_actions = str("reboot,unplug,plug,login,unplug,plug,"
38 "suspend,unplug,resume,plug,reboot")
/external/autotest/server/site_tests/autoupdate_Rollback/
Dautoupdate_Rollback.py34 host.reboot()
44 host.reboot()
/external/autotest/client/site_tests/platform_BootPerf/
Dcontrol7 PURPOSE = "Collect boot performance metrics from the last system reboot."
35 - This is the total time from start of a reboot until the firmware has
40 reboot, minus the seconds_firmware_boot time.
/external/autotest/server/site_tests/platform_CompromisedStatefulPartition/
Dplatform_CompromisedStatefulPartition.py34 host.reboot()
42 host.reboot()
/external/ltp/testcases/kernel/syscalls/reboot/
Dreboot02.c118 TEST(reboot(INVALID_PARAMETER)); in main()
122 TEST(reboot(LINUX_REBOOT_CMD_CAD_ON)); in main()
/external/autotest/server/site_tests/power_BrightnessResetAfterReboot/
Dpower_BrightnessResetAfterReboot.py25 host.reboot()
46 host.reboot()
/external/autotest/server/site_tests/display_HotPlugAtBoot/
Dcontrol.extended.port_typec9 PURPOSE = "Remotely controlled display hot-plug and reboot test."
20 This test remotely emulates external display hot-plug and reboot.
Dcontrol.extended9 PURPOSE = "Remotely controlled display hot-plug and reboot test."
20 This test remotely emulates external display hot-plug and reboot.
Dcontrol.mirrored.port_typec9 PURPOSE = "Remotely controlled display hot-plug and reboot test."
20 This test remotely emulates external display hot-plug and reboot.
Dcontrol.mirrored9 PURPOSE = "Remotely controlled display hot-plug and reboot test."
20 This test remotely emulates external display hot-plug and reboot.
/external/autotest/server/site_tests/power_DeferForFlashrom/
Dcontrol14 reboot requests while the lockfile exists.
19 2. After flashrom exits, powerd fails to honor pending suspend or reboot

12345678910>>...20