Lines Matching full:by
9 /* Initial test config values set by `prj.conf` */
14 /* Test config values set by the `foo` snippet */
18 /* Test config values set by the `bar` snippet */
29 * correspond to the initial values set by `prj.conf`. in ZTEST()
37 * config values correspond to the values set by the `foo` in ZTEST()
46 * config values correspond to the values set by the `bar` in ZTEST()
56 * corresponds to the value set by the `bar` snippet. in ZTEST()
65 * corresponds to the value set by the `foo` snippet. in ZTEST()
79 * When no snippet is applied, test that both `deleted-by-foo` in ZTEST()
80 * and `deleted-by-bar` nodes exist, and that none of the nodes in ZTEST()
81 * added by the `foo` and `bar` snippets exist. in ZTEST()
89 * When `foo` snippet is applied, test that `deleted-by-foo` is in ZTEST()
90 * deleted and `added-by-foo` is added. in ZTEST()
98 * When `bar` snippet is applied, test that `deleted-by-bar` is in ZTEST()
99 * deleted and `added-by-bar` is added. in ZTEST()
108 * specified after `foo`, test that both `deleted-by-foo` and in ZTEST()
109 * `deleted-by-bar` are deleted, and that the `added-by-foo` is in ZTEST()
110 * deleted by the `bar` snippet. in ZTEST()
119 * specified after `bar`, test that both `deleted-by-foo` and in ZTEST()
120 * `deleted-by-bar` are deleted, and that the `added-by-bar` is in ZTEST()
121 * deleted by the `foo` snippet. in ZTEST()