Project

General

Profile

action #81902

Updated by riafarov about 3 years ago

We want to validate that set of available languages for EULA and cross check if they match available translations. 

 We also should keep in mind that EULAs as well as release notes are refined in the late stage of development, so maybe we should run this check only during RC phase. 

 During installation users is offered a set of license in different languages which do not match exactly with the files in the installed system in '/user/share/licenses/products/SLES'. 
 We could check the tarball: https://build.suse.de/package/show/SUSE:SLE-15-SP3:GA/skelcd-sles 
 We could validate with test data what is expected. 

 Idea is to compile list of languages for which we expect to have a translation available in the installer. Then, we can assert that all of them are listed in the combobox and are available for the selection. 

 ## Acceptance criteria 
 1. List of available EULA translations is validated in the installer 


Back