mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-13 18:45:43 +00:00
On my build host (where apparently the Python has a different version of yaml than CI) this test is producing schema faiulres from the YAML: E: samples/drivers/counter/alarm/sample.yaml: can't load (skipping): <SchemaError: error code 2: Schema validation failed: - Value 'None' is not of type 'str'. Path: '/tests/test/harness_config/regex/1'.: Path: '/'> The bug seems to be that the regex must be a list of strings, and the empty list element is being parsed as a python None. Just remove, presumably the intent was an empty string, which is a noop in a regex anyway. Signed-off-by: Andy Ross <andrew.j.ross@intel.com> |
||
---|---|---|
.. | ||
alarm |