Actions
action #53159
closedcoordination #15132: [saga][epic] Better structure of test plans in main.pm
[functional][y] Implement import of the test_data from another yaml file
Status:
Resolved
Priority:
Low
Assignee:
Category:
Enhancement to existing tests
Target version:
SUSE QA (private) - Milestone 27
Start date:
2019-06-17
Due date:
% Done:
0%
Estimated time:
5.00 h
Difficulty:
Description
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¶
- test_data can be imported from other yaml file
- 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)
- only 1 level of referencing is allowed
Actions