action #110239
closedcoordination #104829: [Epic] Improve schedules for test suite in YaST group
Create script to generate list of test modules scheduled by YAML schedule when using default/flows files.
0%
Description
Motivation¶
As a tester I would like to know what is the exact schedule generated when I am using flows and default file with YAML schedule without the need to run it in openQA.
Acceptance criteria¶
AC1: Script under /tools allows testers to quickly check generate list of test modules given some specific configuration.
Suggestions¶
Extract this logic from lib/scheduler.pm
and accept as parameter of the script two parameters, default
and flows
corresponding with openQA settings: YAML_SCHEDULE_DEFAULT YAML_SCHEDULE_FLOWS. Incorporate some basic error handling. Notice, default
is mandatory but not flows
.
Further info¶
PR where new feature was introduced: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/14241