Add definitions for policy tests. These tests can be used to check that for a given user configuration the expected policies are generated.
Why is it important?
Cover the gap of testing the package policies generated for a given configuration. This is kind of tested in system tests, but these new tests will allow to check the expected policies and more easily add more test cases, without needing a fully running system.
Checklist
[x] I have added test packages to test/packages that prove my change is effective.
What does this PR do?
Add definitions for policy tests. These tests can be used to check that for a given user configuration the expected policies are generated.
Why is it important?
Cover the gap of testing the package policies generated for a given configuration. This is kind of tested in system tests, but these new tests will allow to check the expected policies and more easily add more test cases, without needing a fully running system.
Checklist
test/packages
that prove my change is effective.spec/changelog.yml
.Related issues