Two samples require interacting with keyboard and mouse, and that means necessary to provide correct fixture before run of that samples in sanitycheck system. To skip or run the sample according to the provided fixture in map-file necessary to add fixture definitions into sample.yaml files Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
14 lines
277 B
YAML
14 lines
277 B
YAML
sample:
|
|
name: PS2 driver sample
|
|
tests:
|
|
sample.drivers.espi.ps2:
|
|
tags: drivers
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
ordered: true
|
|
regex:
|
|
- "mb data(.*)"
|
|
fixture: fixture_connect_mouse
|
|
depends_on: ps2
|