Project

General

Profile

action #71758

Updated by okurz over 3 years ago

## Motivation 
 See #58184 . As a test maintainer using openQA I want openQA to be able to load the complete test definition from a yaml schedule in a local test distribution folder so that all the necessary configuration can come from a central place and no configuration needs to be added to the openQA database beforehand 


 ## Acceptance criteria 
 * **AC1:** proof-of-concept exists for a complete test definition consisting of at least two scenarios (1) loadable from text files within the local test distribution folder 


 ## References 

 1. Note 1 in AC1: A single job can be completely specified by test parameters on job creation time already. So the necessary challenge is that we have test definitions as commonly done by the combination of medium types, test suites, job templates, job groups (and machines and worker config) to form a test schedule consisting of multiple scenarios, i.e. at least two 

 See https://github.com/os-autoinst/openQA/pull/2706 for a draft of the idea

Back