Skip to content

Commit 7ee4011

Browse files
bjarki-andreasenkartben
authored andcommitted
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 <[email protected]>
1 parent 2a4f374 commit 7ee4011

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

samples/drivers/i2c/rtio_loopback/sample.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ tests:
55
tags:
66
- rtio
77
- i2c_target
8-
harness: ztest
8+
harness: console
99
harness_config:
1010
fixture: i2c_bus_short
11+
type: one_line
12+
regex:
13+
- "sample complete"
1114
platform_allow:
1215
- b_u585i_iot02a
1316
- nrf5340dk/nrf5340/cpuapp

0 commit comments

Comments
 (0)