Project

General

Profile

action #120717

Updated by jgwang over 1 year ago

#### Description 
 openQA test in scenario sle-15-SP5-Full-ppc64le-skip_registration@ppc64le-hmc-single-disk fails in 
 [perform_installation](https://openqa.suse.de/tests/9986494/modules/perform_installation/steps/2) 

 this is the warning: 
 > Cannot access installation media 
 > http://openqa.suse.de/assets/repo/SLE-15-SP5-Full-ppc64le-Build42.5-Media1 
 > sle-module-basesystem(Medium 1) 
 > check whether the server is accessible. 

 I debug It looks like a network issue although the issue and find that url missed slash(/) in the end, but probably it can't install is a representation on the package libvorbis0 like this 
 https://openqa.suse.de/tests/10105189#step/perform_installation/3 
 ~~~ 
 Downloaded data exceeded the expected filesize '96.2 KiB' popup of 'http://openqa.suse.de/assets/repo/SLE-15-SP5-Full-ppc64le-Build42.5-Media1/Module-Basesystem/ppc64le/libvorbis0-1.3.6-150000.4.5.2.ppc64le.rpm' 
 ~~~ 

 in another cases, I also find the similar issue(libgstrtp-1_0-0): string, not a YaST bug. 
 https://openqa.suse.de/tests/10056638#step/await_install/109 > MIRROR_FTP 	 ftp://openqa.suse.de/SLE-15-SP5-Full-ppc64le-Build42.5-Media1**/** 
 https://openqa.suse.de/tests/10060346#step/await_install/25 > MIRROR_HTTP 	 http://openqa.suse.de/assets/repo/SLE-15-SP5-Full-ppc64le-Build42.5-Media1**/** 
 > MIRROR_HTTPS 	 https://openqa.suse.de/assets/repo/SLE-15-SP5-Full-ppc64le-Build42.5-Media1**/** 

 Internal name "sle-module-basesystem" seems correct. 

 #### Acceptance criteria 
 **AC1**: Investigate the root cause Provide a way to check that something different appears in `performing_installation/perform_installation` 

 #### Suggestions 
 - Any screen can appear there with a different libyui structure, so we cannot determine exactly what. 
 - maybe the index data of 15-SP5 media1 repo is incorrect, or someting happened when creating the media1 repo 
 - maybe the program of YaST installation caused this issue although the probability is small

Back