Lines Matching full:test
12 /* Test that we can change an int by another */
14 target = <&test>;
17 test-int-property = <43>;
21 /* Test that we can replace a string by a longer one */
23 target = <&test>;
26 test-str-property = "foobar";
30 /* Test that we add a new property */
32 target = <&test>;
35 test-str-property-2 = "foobar2";
39 /* Test that we add a new node (by phandle) */
41 target = <&test>;
50 /* Test that we add a new node (by path) */
75 test-phandle = <&test>, <&local>;
83 test-several-phandle = <&local>, <&local>;
88 target = <&test>;
91 sub-test-node {
92 new-sub-test-property;