Project

General

Profile

action #122692

Updated by JERiveraMoya over 1 year ago

#### Motivation 
 YaST Media Check verifies the integrity of your installation disks. If you are having trouble installing openSUSE on another computer, you can use this module to check if your CD or DVD media is broken. This is done by generating an wikipedia:MD5 checksum of the CD or DVD media to use for comparison. 

 The test case could look like this: 
 1 - Access software/Media Check 
 2 - Click OK on Popup with content: 
   ``` 
   Transactional system detected. Following packages have to be installed manually 
   *    checkmedia 
   Please start YaST again after reboot. 
   ``` 
 3 - transactional-update pkg in checkmedia 
 4 - reboot 
 5 - Access software/Media Check 
 6 - Search for iso 
 7 - Verify Integrity 

 #### Acceptance criteria 
 **AC1**: Automate media check via YaST Control Center in a container 

 #### Additional information 
 Take a look to the example we have for POM without controllers at the moment: 
 https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/16072/files

Back