tests: thrift: Remove 'newlib' from test identifiers

The Thrift module tests were under the "newlib" namespace, presumably
because newlib was the default at the time of their introduction.

Since newlib is no longer the default libc and Thrift is not being tested
against multiple C libraries, this removes the libc type from the Thrift
test identifiers.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2024-10-15 22:54:30 +09:00 committed by Henrik Brix Andersen
commit 871b558524

View file

@ -15,9 +15,9 @@ common:
- qemu_riscv64 - qemu_riscv64
- qemu_x86_64 - qemu_x86_64
tests: tests:
thrift.ThriftTest.newlib.binaryProtocol: {} thrift.ThriftTest.binaryProtocol: {}
thrift.ThriftTest.newlib.compactProtocol: thrift.ThriftTest.compactProtocol:
extra_configs: extra_configs:
- CONFIG_THRIFT_COMPACT_PROTOCOL=y - CONFIG_THRIFT_COMPACT_PROTOCOL=y
thrift.ThriftTest.newlib.tlsTransport: thrift.ThriftTest.tlsTransport:
extra_args: EXTRA_CONF_FILE="overlay-tls.conf" extra_args: EXTRA_CONF_FILE="overlay-tls.conf"