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
1440 sub reboot {
1456 # May contain the reboot success line
1466 # May contain the reboot success line
1470 # try to reboot normally
1471 if (run_command $reboot) {
1491 # reboot got stuck?
1498 # Still need to wait for the reboot to finish
1513 reboot $time;
1765 # used by reboot (which wants to see a reboot)
1819 # no need to reboot for just building.
2129 reboot;
2324 # Sometimes the reboot fails, and will hang. We try to ssh to the box
2325 # and if we fail, we force another reboot, that should powercycle it.
2328 reboot $sleep_time;
2462 # Failed builds should not reboot the target
2612 # Failed builds should not reboot the target
2985 # reboot the box to a kernel we can ssh to
4323 # Do not reboot on failing test options
4472 # A test may opt to not reboot the box