Searched refs:ASSERT_TRUE_MSG (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_replay_cache.c | 181 ASSERT_TRUE_MSG(rx_cnt == 3, "Device didn't receive expected data\n"); in test_rx_immediate_replay_attack() 242 ASSERT_TRUE_MSG(rx_cnt == 3, "Device didn't receive expected data\n"); in test_rx_power_replay_attack()
|
D | test_brg.c | 91 ASSERT_TRUE_MSG(get_device_nbr() >= 2, "Regular devices must be initialized after " in test_device_init() 313 ASSERT_TRUE_MSG(length > 1, "Too short message"); in tester_data_cb() 384 ASSERT_TRUE_MSG(get_device_nbr() != REMOTE_NODES_MULTICAST + 1, in device_data_cb() 392 ASSERT_TRUE_MSG(recvd_msgs_cnt < ARRAY_SIZE(recvd_msgs), "Too many messages"); in device_data_cb() 416 ASSERT_TRUE_MSG(false, "Unexpected message"); in device_data_cb()
|
D | mesh_test.h | 79 #define ASSERT_TRUE_MSG(cond, fmt, ...) \ macro
|
D | test_dfu.c | 604 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()
|
D | test_advertiser.c | 83 ASSERT_TRUE_MSG(!dummy_adv, "Unexpected extra adv\n"); in verify_adv_queue_overflow() 700 ASSERT_TRUE_MSG(!extra_adv, "Created adv while suspended"); in test_tx_disable()
|
D | test_blob.c | 80 ASSERT_TRUE_MSG(partial_block <= block->size, "Received block is too large\n"); in blob_chunk_wr()
|
D | test_provision.c | 566 ASSERT_TRUE_MSG(healthpub.addr == BT_MESH_ADDR_UNASSIGNED, "Pub not cleared\n"); in node_configure_and_reset()
|