zephyr/scripts/sanity_chk
Anas Nashif 924a4e7000 sanitycheck: support requirements on env variables
Some boards depend on environment variables so we want to make sure we
do not attempt to build boards requiring additional setup.

Add the section below into the board YAML file, sanitycheck will check
the environment and will only run tests on that board if the variables
are defined.

env:
  - VAR1
  - VAR2

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-10-19 10:57:54 -04:00
..
boards/unit/unit_testing
.gitignore
expr_parser.py sanitycheck: Recommend installing "ply" instead of "python3-ply" 2018-08-12 11:39:36 +02:00
harness.py sanitycheck: do not abort logging on faults 2018-08-30 15:05:30 -04:00
ini2yaml.py
sanity_compare.args
sanity_daily.args
sanity_last_release.csv sanitycheck: update release data 2018-09-09 21:07:19 -04:00
sanity_verify.args
sanitycheck-platform-schema.yaml sanitycheck: support requirements on env variables 2018-10-19 10:57:54 -04:00
sanitycheck-tc-schema.yaml sanitycheck: Add fixture option for external hardware dependecy 2018-10-10 19:11:29 -04:00
scl.py