Make sure the property specs answered by the Binding.prop2specs API do not all claim (PropertySpec.path) they were last modified by the top-level binding. Signed-off-by: Christophe Dufaza <chris@openmarl.org>
22 lines
541 B
YAML
22 lines
541 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
description: |
|
|
Top-level binding file for testing included property spec paths.
|
|
|
|
base.yaml: specifies properties "x" and "y"
|
|
modified.yaml: includes base.yaml, modifies property "x"
|
|
top.yaml (this file): includes modified.yaml, specifies property "p"
|
|
|
|
From the top-level binding, we expect:
|
|
- "x" was last modified in modified.yaml
|
|
- "y" was last modified in base.yaml
|
|
- "p" was last modified in top.yaml
|
|
|
|
compatible: top-level
|
|
|
|
include: modified.yaml
|
|
|
|
properties:
|
|
p:
|
|
type: int
|