zephyr/scripts/sanity_chk
Kumar Gala 7733b94224 sanitycheck: Add functions to query device tree for filters
Add the following functions to allow filtering based on device tree

dt_compat_enabled(compat) - Returns true if a device tree node
compatible matches 'compat' and the node is enabled.

dt_alias_exists(alias) - Returns true if a device tree node exists with
'alias' and the node is enabled.

dt_compat_enabled_with_alias - Returns true if a device tree node
compatible matches 'compat' and the node has 'alias' and the node is
enabled.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-11-04 09:02:14 -05:00
..
boards/unit/unit_testing
.gitignore
expr_parser.py sanitycheck: Add functions to query device tree for filters 2019-11-04 09:02:14 -05:00
harness.py sanitycheck: Complete overhaul and job handling rework 2019-10-11 07:28:19 -07:00
platform-schema.yaml sanitycheck: Complete overhaul and job handling rework 2019-10-11 07:28:19 -07:00
sanity_compare.args
sanity_daily.args
sanity_last_release.csv
sanity_verify.args
scl.py
testcase-schema.yaml sanitycheck: Complete overhaul and job handling rework 2019-10-11 07:28:19 -07:00