From 815e7a1e3434dd3be8eba60f64dfaf512bd59fc9 Mon Sep 17 00:00:00 2001 From: Robert Lubos Date: Thu, 28 Sep 2023 13:45:39 +0200 Subject: [PATCH] samples: net: sockets: socketpair: Replace integration platform mps2_an385 was excluded from networking tests, therefore can no longer be used as an integration platform. Replace it with qemu_x86. Signed-off-by: Robert Lubos --- samples/net/sockets/socketpair/sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/net/sockets/socketpair/sample.yaml b/samples/net/sockets/socketpair/sample.yaml index 2366392ed9959d..605668336d8618 100644 --- a/samples/net/sockets/socketpair/sample.yaml +++ b/samples/net/sockets/socketpair/sample.yaml @@ -9,6 +9,6 @@ common: harness: net arch_exclude: posix integration_platforms: - - mps2_an385 + - qemu_x86 tests: sample.net.sockets.socketpair: {}