Lines Matching full:grandchild
236 assert str(edt.get_node("/parent/child-2/grandchild").parent) == \
356 grandchild = child.child_binding
359 assert set(grandchild.prop2specs.keys()) == {'grandchild-prop-1'}
382 # Base binding file, specifies a few properties up to the grandchild-binding level.
445 (grandchild-binding level).
465 assert {"grandchild-prop-1"} == set(grandchild_binding.prop2specs.keys())
479 assert {"grandchild-prop-1"} == set(grandchild_binding.prop2specs.keys())
540 grandchild = edt.get_node("/child-binding/child-1/grandchild")
550 assert str(grandchild.binding_path) == hpath("test-bindings/child-binding.yaml")
551 assert str(grandchild.description) == "grandchild node"
552 verify_props(grandchild, ['grandchild-prop'], ['int'], [2])
763 assert dep_node in edt.get_node("/child-binding/child-1/grandchild").depends_on
766 assert edt.get_node("/child-binding/child-1/grandchild") in dep_node.required_by