Home
last modified time | relevance | path

Searched refs:test_equal_but_not_same (Results 1 – 1 of 1) sorted by relevance

/Zephyr-4.3.0/scripts/dts/python-devicetree/tests/
Dtest_edtlib.py953 def test_equal_but_not_same(attribute, equal=None): function
961 test_equal_but_not_same("nodes", equal_paths)
962 test_equal_but_not_same("compat2nodes", equal_key2paths)
963 test_equal_but_not_same("compat2okay", equal_key2paths)
964 test_equal_but_not_same("compat2vendor")
965 test_equal_but_not_same("compat2model")
966 test_equal_but_not_same("label2node", equal_key2path)
967 test_equal_but_not_same("dep_ord2node", equal_key2path)
979 test_equal_but_not_same("_compat2binding", equal_key2path)
980 test_equal_but_not_same("_binding_paths")
[all …]