Skip to content

Commit bf8dd6a

Browse files
[nrf fromlist] 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. Upstream PR #: 86098 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 409b962 commit bf8dd6a

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)