zephyr/tests/modules/thrift/ThriftTest/testcase.yaml
Anas Nashif b207035851 tests: add integration_platforms and misc optimizations
Add integration_platforms to many tests that use platform_allow to
manage scope of pull_request CI.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-11-26 00:12:07 +01:00

26 lines
633 B
YAML

common:
build_only: true
tags:
- thrift
- cpp
modules:
- thrift
filter: CONFIG_FULL_LIBC_SUPPORTED
# qemu_x86 exluded due to missing long double functions in SDK
# See https://github.com/zephyrproject-rtos/sdk-ng/issues/603
platform_allow:
- mps2/an385
- qemu_cortex_a53
- qemu_riscv32
- qemu_riscv64
- qemu_x86_64
integration_platforms:
- qemu_riscv64
tests:
thrift.ThriftTest.binaryProtocol: {}
thrift.ThriftTest.compactProtocol:
extra_configs:
- CONFIG_THRIFT_COMPACT_PROTOCOL=y
thrift.ThriftTest.tlsTransport:
extra_args: EXTRA_CONF_FILE="overlay-tls.conf"