action #110239
Updated by JERiveraMoya over 2 years ago
### 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