Project

General

Profile

action #129547

Updated by leli 12 months ago

**Motivation** 
 Complicated networking coniguration (br0, eth0, etc.) will cause wicked show output in pager( https://openqa.nue.suse.com/tests/11146876#step/wicked/1 ) which we can avoid through config eth0 only in corresponding autoyast profile. 

 There is no networking section in profile (https://openqa.suse.de/tests/11152349/settings/autoyast_sle15/create_hdd/create_hdd_gnome_allpatterns_aarch64.xml), we can add this part refer to https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/data/autoyast_sle15/create_hdd/create_hdd_gnome_aarch64.xml#L112 , eth0 is must and no br0, and make sure this part clean and just items needed. 

 Note: After we got the correct profile, we need revert the https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/17100 in your branch to verify it. 

 #### Acceptance criteria 
 **AC1**: Update the profile for networking section with explicit eth0 defined 

Back