Project

General

Profile

action #129649

Updated by leli about 1 year ago

#### Motivation 
 We have workaround the situation when no bonce back happened on powerkvm, but it is not work when online_migration_setup loaded after bootloader module. 
 Because when the test showed 'display manager' but test still used wait_boot -> boot_local_disk which will match from the point of bootloader. We need ensure if no bonce back happend it won't go back to bootloader for the test process, and process while go ahead, that means boot_local_disk shouldn't be called anymore after dispaly-mananger selected in bootloader module. selected. 

 [online_migration_setup](https://openqa.nue.suse.com/tests/11164842#step/online_migration_setup/1) 
 
 #### Acceptance criteria 
 **AC1**: Need deal with the scenario make test process go correct process when no bonce back happened on powerkvm 

Back