Project

General

Profile

action #60245

Updated by pvorel over 4 years ago

There is NIC rename between openQA jobs. create_hdd_minimal_base+sdk [1] see eth0, so it creates config /etc/sysconfig/network/ifcfg-eth0. But some jobs (at least install_ltp on aarch64 [2] and maybe iscsi_ibft on intel [3]), which use this qcow2 image have eth1, so it fails due NIC not configured. 

 Workaround for this issue is to move LTP networks specific config [5] to some common place. 

 High priority as it breaks SLE15-SP2 testing on aarch64. 

 NOTE: previously it looked as yast bug (see https://bugzilla.suse.com/1157896) 
 NOTE: it looked wicked tests are also affected [4], but according to different tags at history it probably not. 

 Workaround for this issue is to move LTP networks specific config [5] to some common place. 

 High priority as it breaks SLE15-SP2 testing on aarch64. 

 [1] https://openqa.suse.de/tests/3658114 
 [2] https://openqa.suse.de/tests/3661934 
 [3] https://openqa.suse.de/tests/3662282#step/hostname/10 
 [4] https://openqa.suse.de/tests/3625067#step/wicked/3 
 [5] https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/kernel/boot_ltp.pm#L108 

Back