Searched refs:ASSERT_FALSE (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_iv_index.c | 61 ASSERT_FALSE(bt_mesh_net_iv_update(TEST_IV_IDX, BCN_IV_IN_PROGRESS)); in test_ivu_recovery() 64 ASSERT_FALSE(bt_mesh_net_iv_update(TEST_IV_IDX - 1, BCN_IV_IN_IDLE)); in test_ivu_recovery() 65 ASSERT_FALSE(bt_mesh_net_iv_update(TEST_IV_IDX + 43, BCN_IV_IN_IDLE)); in test_ivu_recovery() 70 ASSERT_FALSE(atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS)); in test_ivu_recovery() 73 ASSERT_FALSE(bt_mesh_net_iv_update(TEST_IV_IDX + 4, BCN_IV_IN_IDLE)); in test_ivu_recovery() 81 ASSERT_FALSE(bt_mesh_net_iv_update(TEST_IV_IDX, BCN_IV_IN_IDLE)); in test_ivu_recovery() 84 ASSERT_FALSE(bt_mesh_net_iv_update(TEST_IV_IDX - 1, BCN_IV_IN_IDLE)); in test_ivu_recovery() 85 ASSERT_FALSE(bt_mesh_net_iv_update(TEST_IV_IDX + 43, BCN_IV_IN_IDLE)); in test_ivu_recovery() 90 ASSERT_FALSE(atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS)); in test_ivu_recovery() 93 ASSERT_FALSE(bt_mesh_net_iv_update(TEST_IV_IDX + 4, BCN_IV_IN_IDLE)); in test_ivu_recovery() [all …]
|
D | test_blob.c | 162 ASSERT_FALSE(reason == BT_MESH_BLOB_SUCCESS); in blob_cli_lost_target() 427 ASSERT_FALSE(srv1->timedout); in test_cli_caps_all_rsp() 429 ASSERT_FALSE(srv2->timedout); in test_cli_caps_all_rsp() 442 ASSERT_FALSE(srv1->timedout); in test_cli_caps_partial_rsp() 443 ASSERT_FALSE(srv2->acked); in test_cli_caps_partial_rsp() 456 ASSERT_FALSE(srv1->acked); in test_cli_caps_no_rsp() 458 ASSERT_FALSE(srv2->acked); in test_cli_caps_no_rsp() 501 ASSERT_FALSE(srv1->timedout); in test_cli_caps_cancelled() 502 ASSERT_FALSE(srv2->acked); in test_cli_caps_cancelled() 503 ASSERT_FALSE(srv2->timedout); in test_cli_caps_cancelled() [all …]
|
D | test_replay_cache.c | 352 ASSERT_FALSE(ivi_update_toggle()); in test_rx_rpl_frag() 370 ASSERT_FALSE(ivi_update_toggle()); in test_rx_rpl_frag() 382 ASSERT_FALSE(bt_mesh_rpl_check(&rx, &rpl)); in test_rx_rpl_frag() 424 ASSERT_FALSE(ivi_update_toggle()); in test_tx_rpl_frag() 437 ASSERT_FALSE(ivi_update_toggle()); in test_tx_rpl_frag() 456 ASSERT_FALSE(bt_mesh_rpl_check(&rx, &rpl)); in test_rx_reboot_after_defrag()
|
D | test_beacon.c | 506 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, NULL, NULL)); in corrupted_beacon_test() 552 ASSERT_FALSE(atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS)); in test_rx_invalid() 594 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, NULL, NULL)); in test_tx_kr_old_key() 602 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, NULL, NULL)); in test_tx_kr_old_key() 613 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, NULL, NULL)); in test_tx_kr_old_key() 633 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, NULL, NULL)); in test_tx_kr_old_key() 653 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, NULL, NULL)); in test_tx_kr_old_key() 790 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, in test_tx_multiple_netkeys() 802 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, in test_tx_multiple_netkeys() 826 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, in test_tx_multiple_netkeys() [all …]
|
D | test_access.c | 426 ASSERT_FALSE(m1_fired); in test_sub_ext_model() 430 ASSERT_FALSE(m2_fired); in test_sub_ext_model() 434 ASSERT_FALSE(m3_fired); in test_sub_ext_model() 438 ASSERT_FALSE(m4_fired); in test_sub_ext_model() 442 ASSERT_FALSE(m5_fired); in test_sub_ext_model()
|
D | mesh_test.h | 88 #define ASSERT_FALSE(cond) \ macro
|
D | test_persistence.c | 1067 ASSERT_FALSE(bt_mesh_is_provisioned()); in test_reprovisioning_device()
|
D | test_dfu.c | 923 ASSERT_FALSE(target->status == BT_MESH_DFU_SUCCESS); in dfu_cli_lost_target()
|