Project

General

Profile

action #53159

Updated by riafarov almost 5 years ago

## # Motivation 
 In order to reduce duplication, one could define default schedule or conditions in one file and reference it in the other ones. 

 We should not allow overriding data from the imports, not to get to the original problem as it won't be transparent what is coming from where. 
 Ideally, we should allow only one level of importing and not allowing import in the imported file (with same argument as above). 

 ## Acceptance criteria 
 1. test_data can be imported from other yaml file 
 2. test_data can be defined only in single file (so no combinations from multiple sources are allowed, even if there is no conflict in the set of settings) 
 3. only 1 level of referencing is allowed 

Back