Project

General

Profile

action #90911 ยป 0001-Enable-startshell-to-investigate-the-failure.patch

exit shell - riafarov, 2021-04-16 10:32

View differences:

schedule/yast/encryption/crypt_no_lvm.yaml
ENCRYPT: 1
LVM: 0
MAX_JOB_TIME: 14400
EXTRABOOTPARAMS: startshell=1
schedule:
- installation/bootloader_start
- installation/exit_startshell
- installation/welcome
- installation/accept_license
- installation/scc_registration
......
- installation/await_install
- installation/logs_from_installation_system
- installation/reboot_after_installation
- installation/exit_startshell
- installation/grub_test
- installation/boot_encrypt
- installation/first_boot
tests/installation/exit_startshell.pm
sub run {
assert_screen 'startshell', 90;
assert_screen 'startshell', 1800;
type_string "exit\n";
}
    (1-1/1)