Home
last modified time | relevance | path

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

/Zephyr-latest/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()
242 ASSERT_TRUE_MSG(rx_cnt == 3, "Device didn't receive expected data\n"); in test_rx_power_replay_attack()
Dtest_brg.c91 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()
Dmesh_test.h79 #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.c83 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()
Dtest_blob.c80 ASSERT_TRUE_MSG(partial_block <= block->size, "Received block is too large\n"); in blob_chunk_wr()
Dtest_provision.c566 ASSERT_TRUE_MSG(healthpub.addr == BT_MESH_ADDR_UNASSIGNED, "Pub not cleared\n"); in node_configure_and_reset()