Skip to content

Commit 4cb9c80

Browse files
cfriedtnashif
authored andcommitted
samples: net: socketpair: ensure integration platform is on allow list
Ensure that qemu_x86 (the integration platform) is on the allow list for `sample.net.sockets.socketpair.s32k148_evb`. ``` INFO: Error found: sample.net.sockets.socketpair.s32k148_evb on qemu_x86/atom (Not in testsuite platform allow list but is one of the integration platforms) ``` Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
1 parent e5edf45 commit 4cb9c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/net/sockets/socketpair/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ common:
88
- posix
99
harness: net
1010
arch_exclude: posix
11-
integration_platforms:
12-
- qemu_x86
1311
tests:
1412
sample.net.sockets.socketpair:
13+
integration_platforms:
14+
- qemu_x86
1515
platform_exclude: s32k148_evb/s32k148
1616
sample.net.sockets.socketpair.s32k148_evb:
1717
extra_args: SHIELD=nxp_adtja1101

0 commit comments

Comments
 (0)