zephyr/tests/kernel/mem_protect
Fabio Baltieri 5c32300861 yamllint: fix all yamllint truthy errors
Fix all thruthy errors detected by yamllint:

yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \
  grep '(truthy)'

This only accepts true/false for boolean properties. Seems like python
takes all sort of formats:

https://github.com/yaml/pyyaml/blob/master/lib/yaml/constructor.py#L224-L235

But the current specs only mention "true" or "false"

https://yaml.org/spec/1.2.2/#10212-boolean

Which is the standard yamllint config.

Excluding codeconv and workflow files, as some are using yes/no instead
in the respective documentation.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 01:16:45 +09:00
..
demand_paging yamllint: fix all yamllint truthy errors 2023-01-04 01:16:45 +09:00
futex tests: move to using CONFIG_MP_MAX_NUM_CPUS 2022-10-20 22:04:10 +09:00
mem_map tests: use ignore_fault field instead of tags 2022-11-25 06:38:05 -05:00
mem_protect tests: re-enable tests which were disabled due to ARC QEMU issues 2022-12-08 16:59:15 +09:00
obj_validation ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
protection tests: use ignore_fault field instead of tags 2022-11-25 06:38:05 -05:00
stack_random tests/kernel: Delay between thread creation in stack random test 2022-11-08 10:44:36 +01:00
stackprot tests: use ignore_fault field instead of tags 2022-11-25 06:38:05 -05:00
sys_sem tests: sys_sem: no k_thread_access_grant call if not userspace 2022-11-05 08:29:01 -04:00
syscalls tests: re-enable tests which were disabled due to ARC QEMU issues 2022-12-08 16:59:15 +09:00
userspace toolchain: gcc: rename popcount to avoid conflict with C++20 2023-01-03 11:06:45 +01:00