native_posix is being removed as it has reached its end of life in 4.2, after being deprecated since 4.0. Remove the twister support for native_posix[//64] and therefore all references to them from the testcases and samples yamls, so twister does not error out. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
18 lines
426 B
YAML
18 lines
426 B
YAML
common:
|
|
platform_allow:
|
|
- native_sim
|
|
- native_sim/native/64
|
|
integration_platforms:
|
|
- native_sim
|
|
tags:
|
|
- openthread
|
|
tests:
|
|
openthread.radio_test.min: {}
|
|
openthread.radio_test.timed_tx:
|
|
extra_configs:
|
|
- CONFIG_NET_PKT_TXTIME=y
|
|
openthread.radio_test.csl:
|
|
# Hack to enable CSL w/o having to enable CONFIG_OPENTHREAD
|
|
extra_args:
|
|
- EXTRA_CPPFLAGS=-DCONFIG_OPENTHREAD_CSL_RECEIVER
|