Project

General

Profile

action #69142

Updated by riafarov over 3 years ago

## Observation 
 aarch64 uses uefi in the bootloader.  
 The bootloader for the MM tests are not setup properly the parameters as you can see for instance on remote_ssh_target_ftp in [bootloader_start](https://openqa.suse.de/tests/4466996/modules/bootloader_start/steps/8) 

 the bootloader for the x86_64 loads parameters as you can find in https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/installation/bootloader.pm#L59. basically `ssh` and `ssh.password`. Other parameters might are required based on the media. for example, Online installation, might need dns. 

 bootloader_start uses the correct bootloader as now. 

 We are missing at least following boot params: 
 nameserver=<ip_address> ssh=1 sshpassword=nots3cr3t for ssh 
 nameserver=<ip_address> vnc=1 vncpassword=nots3cr3t for vnc 

 So we need to make sure those are added to uefi bootloader. 

 Don't hesitate to contact Anton Smorodsky in case you need support with MM tests on arm. 

 ## Acceptance Criteria 
 - uefi bootloader passes the required parameters for networking(ssh, vnc, etc)

Back