Project

General

Profile

action #49511

Updated by riafarov about 5 years ago

## Motivation 
 As a first step we need to implement processing of the FirstBoot wizard in #40184 
 Second step would be to validate configuration. We should be able to use module for generic installation validation. 

 As of now, we don't change any settings, except creating new user, so validating those doesn't make much sense as they can remain from the original installation. 
 As we create new user, we can validate this part. 

 ## Acceptance criteria 
 1. Settings applied in the FirstBoot wizard are validated in the SUT (as of now we need to check if user created ONLY) 

 ## Suggestion 
 1. We have some checks already for default gnome installation, we can reuse some parts of it

Back