Project

General

Profile

action #127529

Updated by syrianidou_sofia about 1 year ago

After failures cause by [Java license popup](https://progress.opensuse.org/issues/124140) we implemented a [solution](https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/16830), added directly in confirm_installation.pm. To make the solution more practical and possibly use it in further distributions, it should be moved to the installation library itself. 

 Acceptance criteria: creteria: 
 -The confirm_installation.pm will only run the function confirm_installation() as it was previously, but now it will accept some arguments that will determine if it has to accept the additional Java license popup (VERSION, SCC_ADDONS). 

Back