Skip to content

Commit e39c6c5

Browse files
jukkarfabiobaltieri
authored andcommitted
tests: net: all: Make sure OpenThread tests are run
The platform_allow line in common: overrides the setting in individual tests, so add the platform_allow line to each test separately so that OpenThread tests are run with proper platform. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent 9d3f4a7 commit e39c6c5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/net/all/testcase.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
11
common:
22
# Only used for compile testing so it is enough to use one platform here.
3-
platform_allow: qemu_x86
43
build_only: true
54
min_ram: 32
65
tags:
76
- net
87
- net-all
98
tests:
109
net.build:
10+
platform_allow: qemu_x86
1111
extra_configs:
1212
- CONFIG_NET_TC_THREAD_COOPERATIVE=y
1313
net.build.preempt:
14+
platform_allow: qemu_x86
1415
extra_configs:
1516
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
1617
net.build.no_compat_namespacing:
18+
platform_allow: qemu_x86
1719
extra_configs:
1820
- CONFIG_NET_NAMESPACE_COMPAT_MODE=n
1921
- CONFIG_POSIX_API=n
2022
- CONFIG_SHELL_GETOPT=n
2123
- CONFIG_NET_L2_WIFI_SHELL=n
2224
net.build.compat_namespacing:
25+
platform_allow: qemu_x86
2326
extra_configs:
2427
- CONFIG_NET_NAMESPACE_COMPAT_MODE=y
2528
# Compile test OpenThread
2629
net.build.no_compat_namespacing_openthread:
27-
build_only: true
2830
tags:
2931
- net
3032
- openthread

0 commit comments

Comments
 (0)