tests/helpers: handle os.listdir() exceptions
os.listdir() can throw exceptions like for eg FileNotFoundError
if the path passed as argument does not exist, so we need to
handle these exceptions otherwise RESULT=unknown is returned.
Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com>
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
4 files changed
tree: 2c5c5333fc6bae64c50a1c76e06f41a65da42f83
- cros/
 - docs/
 - cros-ec-tests.yaml
 - LICENSE
 - README.md
 - setup.py
 
README.md
Chrome OS EC Test Suite
The main purpose of this test suite is to ensure that Chromebooks specific hardware and drivers do not regress by future changes in the kernel. The main focus of this test suite is the Chrome OS Embedded Controller and all its related drivers.