Lines Matching full:present
65 zassert_false(INCLUDED_BOARD_SUFFIX, "Did not expect board suffix config to be present"); in ZTEST()
68 zassert_false(INCLUDED_BOARD, "Did not expect board config to be present"); in ZTEST()
69 zassert_true(INCLUDED_BOARD_QUALIFIERS, "Expected board qualifier config to be present"); in ZTEST()
72 zassert_true(INCLUDED_BOARD, "Expected board config to be present"); in ZTEST()
74 "Did not expect board qualifier config to be present"); in ZTEST()
78 zassert_false(INCLUDED_BOARD_OTHER, "Did not expect board other config to be present"); in ZTEST()
79 zassert_true(INCLUDED_SOC, "Expect soc config to be present"); in ZTEST()
80 zassert_false(INCLUDED_SOC_SUFFIX, "Did not expect soc suffix config to be present"); in ZTEST()
81 zassert_false(INCLUDED_SOC_OTHER, "Did not expect soc other config to be present"); in ZTEST()
87 zassert_true(INCLUDED_BOARD_SUFFIX, "Expected board suffix config to be present"); in ZTEST()
89 zassert_false(INCLUDED_BOARD, "Did not expect board config to be present"); in ZTEST()
91 "Did not expect board qualifier config to be present"); in ZTEST()
93 zassert_false(INCLUDED_BOARD_OTHER, "Did not expect board other config to be present"); in ZTEST()
94 zassert_false(INCLUDED_SOC, "Did not expect soc config to be present"); in ZTEST()
95 zassert_true(INCLUDED_SOC_SUFFIX, "Expected soc suffix config to be present"); in ZTEST()
96 zassert_false(INCLUDED_SOC_OTHER, "Did not expect soc other config to be present"); in ZTEST()
102 zassert_false(INCLUDED_BOARD_SUFFIX, "Did not expect board suffix config to be present"); in ZTEST()
105 zassert_false(INCLUDED_BOARD, "Did not expect board config to be present"); in ZTEST()
107 "Expected board qualifier config to be present"); in ZTEST()
109 zassert_true(INCLUDED_BOARD, "Expected board config to be present"); in ZTEST()
111 "Did not expect board qualifier config to be present"); in ZTEST()
116 zassert_true(INCLUDED_BOARD_OTHER, "Expected board other config to be present"); in ZTEST()
117 zassert_true(INCLUDED_SOC, "Expected soc config to be present"); in ZTEST()
118 zassert_false(INCLUDED_SOC_SUFFIX, "Did not expect soc suffix config to be present"); in ZTEST()
119 zassert_false(INCLUDED_SOC_OTHER, "Did not expect soc other config to be present"); in ZTEST()
125 zassert_true(INCLUDED_BOARD_SUFFIX, "Expected board suffix config to be present"); in ZTEST()
126 zassert_false(INCLUDED_BOARD, "Did not expect board config to be present"); in ZTEST()
128 "Did not expect board qualifier config to be present"); in ZTEST()
130 zassert_true(INCLUDED_BOARD_OTHER, "Expected board other config to be present"); in ZTEST()
131 zassert_false(INCLUDED_SOC, "Did not expect soc config to be present"); in ZTEST()
132 zassert_true(INCLUDED_SOC_SUFFIX, "Expected soc suffix config to be present"); in ZTEST()
133 zassert_false(INCLUDED_SOC_OTHER, "Did not expect soc other config to be present"); in ZTEST()