Project

General

Profile

action #40184

Updated by riafarov about 5 years ago

we lack a test for the yast2 firstboot wizard https://en.opensuse.org/YaST_Firstboot 

 Most simple test would be to boot a default install image, then 

   # zypper in yast2-firstboot 
   # touch /var/lib/YaST2/reconfig_system 
   # reboot 
   [click through wizard] 

 We need at least smoke test to detect that functionality is not completely broken. 

 Alternative is autoyast installation with firstboot section enabled, e.g. for SLE 15 SP1 (https://www.suse.com/documentation/sles-15/singlehtml/book_autoyast/book_autoyast.html#CreateProfile.Firstboot). 

 Validation of the SUT is out of scope here, as a first step to automate steps for the functionality. 

 ## Acceptance criteria 
 1. First boot is validated for all distributions under development 

 ## Suggestions 
 1. We should try to reuse test modules used in interactive installation 
 2. firstboot.pm is not related to this feature, so we should consider to rename it 

Back