fa695d2b9e
Support new keywords in testcase.yaml that would allow us to inject configuration options to be merged with default configuration instead of having to provide a prj.conf for each variant of the test which is very difficult to keep in sync. Sanitycheck script will create an overlay file that is merged during the build process. This is now done using the extra_configs option which is a yaml list of option with the values, for example: extra_configs: - CONFIG_XXXX=y - CONFIG_YYYY=y With this option we can have multiple tests that for example run on hardware with different values. This type of testing is good on HW but it does not make sense to be built in normal sanitycheck operation because it will be just rebuilding the same code with different values. Signed-off-by: Anas Nashif <anas.nashif@intel.com> |
||
---|---|---|
.. | ||
boards/unit/unit_testing | ||
.gitignore | ||
expr_parser.py | ||
ini2yaml.py | ||
sanity_compare.args | ||
sanity_daily.args | ||
sanity_last_release.csv | ||
sanity_verify.args | ||
sanitycheck-platform-schema.yaml | ||
sanitycheck-tc-schema.yaml | ||
scl.py |