Skip to content

Commit

Permalink
Merge pull request #17116 from lemon-suse/deal-with-no-bonce-back-tes…
Browse files Browse the repository at this point in the history
…t-flow

Deal with no bounce back on powerKVM
  • Loading branch information
jknphy committed Jun 8, 2023
2 parents c61e559 + 61932b3 commit b79196b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/opensusebasetest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,9 @@ sub wait_boot {
#
$self->handle_pxeboot(bootloader_time => $bootloader_time, pxemenu => 'pxe-custom-kernel', pxeselect => 'pxe-custom-kernel-selected');
}
# When no bounce back on power KVM, we need skip bootloader process and go ahead when 'displaymanager' matched.
elsif ((check_screen('displaymanager', 5)) && (get_var('OFW'))) {
}
else {
assert_screen([qw(virttest-pxe-menu qa-net-selection prague-pxe-menu pxe-menu)], 600) if (uses_qa_net_hardware() || get_var("PXEBOOT"));
$self->handle_grub(bootloader_time => $bootloader_time, in_grub => $in_grub);
Expand Down

0 comments on commit b79196b

Please sign in to comment.