Actions
action #130573
opencoordination #121855: [epic] Agama web interactive installation
Adapt base class for agama test to be more generic
Start date:
2023-06-09
Due date:
% Done:
0%
Estimated time:
Description
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 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
Updated by JERiveraMoya 4 months ago
- Subject changed from Update base class for agama test to Adapt base class for agama test to be more generic
- Description updated (diff)
- Status changed from New to Workable
- Priority changed from Normal to Low
- Target version set to Current
- Parent task set to #121855
Actions