Project

General

Profile

action #130573

Updated by JERiveraMoya 11 months ago

#### Motivation 
 Current lib/yam/agama/agama_base.pm we use for auto-installation includes few things we don't need. 
 We should update agama_base.pm to more generic base class which can be used by other modules such as patch_agama etc.. 

 #### Acceptance criteria 
 **AC1**: Generilize Benerilize agama_base and consider how or where to use the specific parts. 

 #### Additional information 
 Try not create more than one level of inheritance there and consider to use libraries, the inheritance is nice to use to not include in the test layer things unrelated with tests but we should avoid to have too many parent class or we would end up as the current hierarchy for sle test. 
 https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/17228 

Back