zephyr/scripts/sanity_chk
Aastha Grover dcbd915759 sanitylib: Fix discard_report to check self.discards dict
Modifying discard_report function to fix the check for
self.discards dictionary in try block. self.discards
is None is dead code which didnot check if the dictionary was
empty. Changed it to if not self.discards.

Signed-off-by: Aastha Grover <aastha.grover@intel.com>
2020-07-03 12:20:35 -04: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: capture non-ztest results 2020-06-12 11:50:26 -04:00
hwmap-schema.yaml sanitycheck: add notes key to schema 2020-06-10 12:03:17 +02:00
platform-schema.yaml boards: nsim: for smp testing, using mdb 2020-04-20 17:59:38 -04:00
sanity_last_release.csv release: update sanitycheck footprint file 2020-03-09 23:40:45 +02:00
sanitylib.py sanitylib: Fix discard_report to check self.discards dict 2020-07-03 12:20:35 -04:00
scl.py
testcase-schema.yaml