action #60245
Updated by pvorel over 5 years ago
It looks to me, that needed configuration ifcfg=*=dhcp, which is needed for installer to create DHCP configuration for any NIC, is missing in create_hdd_minimal_base+sdk
This code is added in specific_bootmenu_params(), but clause if ($autoyast || get_var("AUTOUPGRADE") && get_var("AUTOUPGRADE") ne 'local') { needs to be adjusted.
See build for aarch64 and ppc64le
https://openqa.suse.de/tests/3629009
https://openqa.suse.de/tests/3629010
All arch have NIC eth0, so they're not affected by it, but aarch64 has eth1, so install_ltp fails:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/kernel/boot_ltp.pm#L108
Wicked tests, which are also failing due missing eth0 should might be affected by similar problem (but they have $autoyast)
https://openqa.suse.de/tests/3625067#step/wicked/3
High priority as it breaks SLE15-SP2 testing on aarch64.