From 7ee4011166ae0467d6830bccd337f9c8f583acda Mon Sep 17 00:00:00 2001 From: Bjarki Arge Andreasen Date: Thu, 20 Feb 2025 15:46:15 +0100 Subject: [PATCH] samples: drivers: i2c: rtio_loopback: change harness to console The harness was set to ztest, but the sample requires the console harness to match on the "sample complete" line, its not actually using ztest. Signed-off-by: Bjarki Arge Andreasen --- samples/drivers/i2c/rtio_loopback/sample.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/drivers/i2c/rtio_loopback/sample.yaml b/samples/drivers/i2c/rtio_loopback/sample.yaml index 68a752df947..a9d41fbf8cd 100644 --- a/samples/drivers/i2c/rtio_loopback/sample.yaml +++ b/samples/drivers/i2c/rtio_loopback/sample.yaml @@ -5,9 +5,12 @@ tests: tags: - rtio - i2c_target - harness: ztest + harness: console harness_config: fixture: i2c_bus_short + type: one_line + regex: + - "sample complete" platform_allow: - b_u585i_iot02a - nrf5340dk/nrf5340/cpuapp