Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
23 lines
522 B
YAML
23 lines
522 B
YAML
sample:
|
|
description: Hello Thrift server sample
|
|
name: hello thrift server
|
|
common:
|
|
tags:
|
|
- thrift
|
|
- cpp
|
|
- sample
|
|
build_only: true
|
|
modules:
|
|
- thrift
|
|
platform_allow:
|
|
- mps2_an385
|
|
- qemu_x86_64
|
|
filter: CONFIG_FULL_LIBCPP_SUPPORTED
|
|
tests:
|
|
sample.thrift.hello.server.binaryProtocol: {}
|
|
sample.thrift.hello.server.compactProtocol:
|
|
extra_configs:
|
|
- CONFIG_THRIFT_COMPACT_PROTOCOL=y
|
|
sample.thrift.hello.server.tlsTransport:
|
|
extra_args: OVERLAY_CONFIG="../overlay-tls.conf"
|