Lines Matching defs:reboot
61 "REBOOT" => "ssh \$SSH_USER\@\$MACHINE reboot",
67 "GRUB_REBOOT" => "grub2-reboot",
113 my $reboot;
261 # reboot on success
292 "REBOOT" => \$reboot,
428 A script or command to reboot the box.
433 Here is an example to reboot a virtual box on the current host
454 Way to reboot the box to the test kernel.
459 and select that target to reboot to the kernel. If this is not
484 reboot into.
512 A script to reboot the target into the test kernel
1378 sub reboot {
1394 # May contain the reboot success line
1404 # May contain the reboot success line
1408 # try to reboot normally
1409 if (run_command $reboot) {
1429 # reboot got stuck?
1436 # Still need to wait for the reboot to finish
1451 reboot $time;
1707 # used by reboot (which wants to see a reboot)
1761 # no need to reboot for just building.
2072 reboot;
2268 # Sometimes the reboot fails, and will hang. We try to ssh to the box
2269 # and if we fail, we force another reboot, that should powercycle it.
2272 reboot $sleep_time;
2409 # Failed builds should not reboot the target
2559 # Failed builds should not reboot the target
2931 # reboot the box to a kernel we can ssh to
4315 # Do not reboot on failing test options
4464 # A test may opt to not reboot the box