Project

General

Profile

action #39989

Updated by okurz over 5 years ago

See #35011#note-34 https://progress.opensuse.org/issues/35011 comment #34 


     # Create a new snapshot 
     $self->y2snapper_create_snapshot(); 
     # Make sure the snapshot is listed in the main window 
     send_key_until_needlematch([qw(grub_comment)], 'pgdn'); 
     # C'l'ose    the snapper module 
     send_key "alt-l"; 
     power_action('reboot', keepconsole => 1, textmode => 1); 

 I think we need here post_fail_hook for selecting logs during shutdown. So we can be sure about the reason except known issue reported in bsc#980337 

Back