Actions
action #131069
closedcoordination #121858: [epic] Automation of YaST in Container
Enhance how we open/close YaST modules in containers to detect potential problems
Start date:
2023-06-19
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
For ALP when developing new test module to tackle with libyui-rest-api the control center, we missed to add similar logic like we have for non-containerized scenarios to have control if the module didn't close properly, using the serial console.
See lib/YaST/Module.pm
We should integreate the opening of YaST module in container also in this class introducing some new parameter.
openQA test scenario alp-1.0-Micro-Default-x86_64-yast_as_workload@64bit:
control_center
Acceptance criteria¶
AC1: It is possible to detect that YaST module was closed with some issue
AC2: lib/YaST/Module is used for containerized environment as well
Actions