zephyr/samples/subsys/zbus/work_queue/sample.yaml
Anas Nashif b835b02136 tests: cleanup metadata and filtering
- Add integration_platforms to avoid excessive filtering
- Make sure integration platforms are actually part of the filter
- Fix some tags and test meta data

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-13 09:38:27 -04:00

34 lines
1.8 KiB
YAML

sample:
name: Work queue
common:
tags: zbus
harness: console
integration_platforms:
- qemu_x86
harness_config:
type: multi_line
ordered: false
regex:
- "I: Sensor msg processed by CALLBACK fh1: temp = 10, press = 1, humidity = 100"
- "I: Sensor msg processed by CALLBACK fh2: temp = 10, press = 1, humidity = 100"
- "I: Sensor msg processed by CALLBACK fh3: temp = 10, press = 1, humidity = 100"
- "I: Sensor msg processed by WORK QUEUE handler dh1: temp = 10, press = 1, humidity = 100"
- "I: Sensor msg processed by WORK QUEUE handler dh2: temp = 10, press = 1, humidity = 100"
- "I: Sensor msg processed by WORK QUEUE handler dh3: temp = 10, press = 1, humidity = 100"
- "I: Sensor msg processed by THREAD handler 1: temp = 10, press = 1, humidity = 100"
- "I: Sensor msg processed by THREAD handler 2: temp = 10, press = 1, humidity = 100"
- "I: Sensor msg processed by THREAD handler 3: temp = 10, press = 1, humidity = 100"
- "I: Sensor msg processed by CALLBACK fh1: temp = 20, press = 2, humidity = 200"
- "I: Sensor msg processed by CALLBACK fh2: temp = 20, press = 2, humidity = 200"
- "I: Sensor msg processed by CALLBACK fh3: temp = 20, press = 2, humidity = 200"
- "I: Sensor msg processed by WORK QUEUE handler dh1: temp = 20, press = 2, humidity = 200"
- "I: Sensor msg processed by WORK QUEUE handler dh2: temp = 20, press = 2, humidity = 200"
- "I: Sensor msg processed by WORK QUEUE handler dh3: temp = 20, press = 2, humidity = 200"
- "I: Sensor msg processed by THREAD handler 1: temp = 20, press = 2, humidity = 200"
- "I: Sensor msg processed by THREAD handler 2: temp = 20, press = 2, humidity = 200"
- "I: Sensor msg processed by THREAD handler 3: temp = 20, press = 2, humidity = 200"
tests:
sample.zbus.work_queue:
tags: zbus