zephyr/tests/subsys/logging/log_benchmark/testcase.yaml
Anas Nashif 5343aed002 tests: fix testcase.yaml files
Puts all filter in common section and fix filters. Platforms in
integration_platforms must also be allowed first, otherwise the tests
will never run.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-05-07 09:39:08 -05:00

51 lines
1.3 KiB
YAML

tests:
logging.log_benchmark_v1:
integration_platforms:
- native_posix
tags: logging
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_LOG_STRDUP_BUF_COUNT=8
- CONFIG_LOG_STRDUP_MAX_STRING=32
- CONFIG_LOG_MODE_DEFERRED=y
logging.log_benchmark_user_v1:
integration_platforms:
- native_posix
tags: logging
platform_allow: qemu_x86 native_posix
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_LOG_STRDUP_BUF_COUNT=8
- CONFIG_LOG_STRDUP_MAX_STRING=32
- CONFIG_LOG_MODE_DEFERRED=y
- CONFIG_TEST_USERSPACE=y
logging.log_benchmark_v2:
integration_platforms:
- native_posix
tags: logging
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_LOG2_MODE_DEFERRED=y
logging.log_benchmark_v2_speed:
integration_platforms:
- native_posix
tags: logging
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_LOG2_MODE_DEFERRED=y
- CONFIG_LOG_SPEED=y
logging.log_benchmark_user_v2:
integration_platforms:
- native_posix
tags: logging
platform_allow: qemu_x86 native_posix
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_LOG2_MODE_DEFERRED=y
- CONFIG_TEST_USERSPACE=y