samples: susbsys: tracing: Fix harness configuration
Fix harness configuration for sample.tracing.gpio Signed-off-by: Ioannis Damigos <ioannis.damigos.uj@renesas.com>
This commit is contained in:
parent
74d2735dc0
commit
29430e68c6
1 changed files with 10 additions and 2 deletions
|
@ -78,9 +78,17 @@ tests:
|
||||||
- percepio
|
- percepio
|
||||||
sample.tracing.gpio:
|
sample.tracing.gpio:
|
||||||
depends_on: gpio
|
depends_on: gpio
|
||||||
harness: ztest
|
|
||||||
harness_config:
|
harness_config:
|
||||||
fixture: gpio_loopback
|
type: multi_line
|
||||||
|
regex:
|
||||||
|
- "port: gpio_emul, pin: [01] flags: (.*)"
|
||||||
|
- "port: gpio_emul, pin: [01] ret: 0"
|
||||||
|
- "port: gpio_emul, pins: [01]"
|
||||||
|
- "port: gpio_emul, ret: 0"
|
||||||
|
- "Interrupt detected!"
|
||||||
|
- "thread_a: Hello World from (.*)!"
|
||||||
|
- "thread_b: Hello World from (.*)!"
|
||||||
|
- "sys_trace_.*_user.*"
|
||||||
extra_args:
|
extra_args:
|
||||||
- CONF_FILE="prj_gpio.conf"
|
- CONF_FILE="prj_gpio.conf"
|
||||||
- EXTRA_DTC_OVERLAY_FILE="gpio.overlay"
|
- EXTRA_DTC_OVERLAY_FILE="gpio.overlay"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue