Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_replay_cache.c181 ASSERT_TRUE_MSG(rx_cnt == 3, "Device didn't receive expected data\n"); in test_rx_immediate_replay_attack()
238 ASSERT_TRUE_MSG(rx_cnt == 3, "Device didn't receive expected data\n"); in test_rx_power_replay_attack()
Dmesh_test.h78 #define ASSERT_TRUE_MSG(cond, fmt, ...) \ macro
Dtest_dfu.c604 ASSERT_TRUE_MSG(CONFIG_BT_MESH_DFU_SLOT_CNT >= 3, in test_dist_dfu_slot_create()
671 ASSERT_TRUE_MSG(CONFIG_BT_MESH_DFU_SLOT_CNT >= 3, in test_dist_dfu_slot_create_recover()
701 ASSERT_TRUE_MSG(CONFIG_BT_MESH_DFU_SLOT_CNT >= 3, in check_delete_all()
715 ASSERT_TRUE_MSG(CONFIG_BT_MESH_DFU_SLOT_CNT >= 3, in test_dist_dfu_slot_delete_all()
766 ASSERT_TRUE_MSG(CONFIG_BT_MESH_DFU_SLOT_CNT >= 1, in test_dist_dfu_slot_idempotency()
Dtest_advertiser.c99 ASSERT_TRUE_MSG(!dummy_buf, "Unexpected extra buffer\n"); in verify_adv_queue_overflow()
327 ASSERT_TRUE_MSG(!buf->data, "Data not cleared!\n"); in send_order_end_cb()
Dtest_blob.c80 ASSERT_TRUE_MSG(partial_block <= block->size, "Received block is too large\n"); in blob_chunk_wr()
Dtest_provision.c581 ASSERT_TRUE_MSG(healthpub.addr == BT_MESH_ADDR_UNASSIGNED, "Pub not cleared\n"); in node_configure_and_reset()