Lines Matching full:not

75 			  "Default data buffer should not be used for writing body");  in ZTEST_F()
94 zassert_equal(ret, -ENOMEM, "Should not be able to write to full buffer"); in ZTEST_F()
114 zassert_equal(0, ret, "Not able to append option"); in ZTEST_F()
117 zassert_equal(0, ret, "Not able to append payload marker"); in ZTEST_F()
127 "Block was not filled as expected"); in ZTEST_F()
136 zassert_is_null(msg->body_encode_buffer.data, "Complete body buffer should not be set"); in ZTEST_F()
142 "Block was not filled as expected"); in ZTEST_F()
145 "Headers length not as expected"); in ZTEST_F()
148 "Payload not starting at expected address"); in ZTEST_F()
153 "Payload not starting at expected address"); in ZTEST_F()
177 zassert_equal(0, ret, "Not able to append option"); in ZTEST_F()
180 zassert_equal(0, ret, "Not able to append option"); in ZTEST_F()
184 zassert_equal(msg->cpkt.hdr_len, expected_header_len, "Header length not as expected"); in ZTEST_F()
188 zassert_equal(msg->cpkt.opt_len, expected_options_len, "Options length not as expected"); in ZTEST_F()
191 zassert_equal(0, ret, "Not able to append payload marker"); in ZTEST_F()
197 zassert_not_equal(msg->msg_data, msg->cpkt.data, "Buffer for block data is not yet in use"); in ZTEST_F()
201 zassert_equal(ret, 0, "Could not create first block"); in ZTEST_F()
204 zassert_equal(msg->msg_data, msg->cpkt.data, "Buffer for block data is not in use"); in ZTEST_F()
207 zassert(ret > 0, "block 1 option not set"); in ZTEST_F()
233 zassert_equal(0, ret, "Not able to append option"); in ZTEST_F()
237 zassert_equal(0, ret, "Not able to append option"); in ZTEST_F()
241 zassert_equal(msg->cpkt.hdr_len, expected_header_len, "Header length not as expected"); in ZTEST_F()
245 zassert_equal(msg->cpkt.opt_len, expected_options_len, "Options length not as expected"); in ZTEST_F()
248 zassert_equal(0, ret, "Not able to append payload marker"); in ZTEST_F()
254 zassert_not_equal(msg->msg_data, msg->cpkt.data, "Buffer for block data is not yet in use"); in ZTEST_F()
258 zassert_equal(ret, 0, "Could not create first block"); in ZTEST_F()
260 zassert_equal(msg->msg_data, msg->cpkt.data, "Buffer for block data is not in use"); in ZTEST_F()
263 zassert(ret > 0, "block 1 option not set"); in ZTEST_F()
275 zassert_equal(ret, 0, "Could not create second block"); in ZTEST_F()
278 zassert(ret > 0, "block 1 option not set"); in ZTEST_F()
290 zassert_equal(ret, -EINVAL, "Could not create second block"); in ZTEST_F()
309 zassert_equal(0, ret, "Not able to append option"); in ZTEST_F()
313 zassert_equal(0, ret, "Not able to append option"); in ZTEST_F()
317 zassert_equal(msg->cpkt.hdr_len, expected_header_len, "Header length not as expected"); in ZTEST_F()
321 zassert_equal(msg->cpkt.opt_len, expected_options_len, "Options length not as expected"); in ZTEST_F()
324 zassert_equal(0, ret, "Not able to append payload marker"); in ZTEST_F()
330 zassert_not_equal(msg->msg_data, msg->cpkt.data, "Buffer for block data is not yet in use"); in ZTEST_F()
334 zassert_equal(ret, 0, "Could not create first block"); in ZTEST_F()
336 zassert_equal(msg->msg_data, msg->cpkt.data, "Buffer for block data is not in use"); in ZTEST_F()
339 zassert(ret > 0, "block 1 option not set"); in ZTEST_F()
351 zassert_equal(ret, 0, "Could not create second block"); in ZTEST_F()
354 zassert(ret > 0, "block 1 option not set"); in ZTEST_F()
366 zassert_equal(ret, 0, "Could not create second block"); in ZTEST_F()
369 zassert(ret > 0, "block 1 option not set"); in ZTEST_F()
379 zassert_equal(ret, -EINVAL, "Could not create second block"); in ZTEST_F()