Skip to content

Commit

Permalink
Add grub_tests into agama_install schedule
Browse files Browse the repository at this point in the history
* Use workaround by sending esc until we hit grub2-bootloader
  gh#agama-project/agama/issues/1594
* usb devices tend to boot back the installer
  • Loading branch information
lkocman authored and volodymyrkatkalov committed Sep 11, 2024
1 parent fca6694 commit 4141ef4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions schedule/install/agama_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: >
schedule:
- installation/bootloader
- installation/agama
- installation/grub_test
- installation/first_boot
- installation/opensuse_welcome
- console/system_prepare
5 changes: 5 additions & 0 deletions tests/installation/agama.pm
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ sub run {
reset_consoles();
assert_and_click('agama-reboot-after-install');

# workaround for lack of disable bootloader timeout
# https://github.com/openSUSE/agama/issues/1594
# simply send space until we hit grub2
send_key_until_needlematch("bootloader-grub2", 'spc', 50, 3);

}

=head2 post_fail_hook
Expand Down

0 comments on commit 4141ef4

Please sign in to comment.