Home
last modified time | relevance | path

Searched refs:ASSERT_FALSE (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_iv_index.c61 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 …]
Dtest_blob.c162 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 …]
Dtest_replay_cache.c356 ASSERT_FALSE(ivi_update_toggle()); in test_rx_rpl_frag()
374 ASSERT_FALSE(ivi_update_toggle()); in test_rx_rpl_frag()
386 ASSERT_FALSE(bt_mesh_rpl_check(&rx, &rpl, false)); in test_rx_rpl_frag()
428 ASSERT_FALSE(ivi_update_toggle()); in test_tx_rpl_frag()
441 ASSERT_FALSE(ivi_update_toggle()); in test_tx_rpl_frag()
460 ASSERT_FALSE(bt_mesh_rpl_check(&rx, &rpl, false)); in test_rx_reboot_after_defrag()
Dtest_beacon.c496 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, NULL, NULL)); in corrupted_beacon_test()
542 ASSERT_FALSE(atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS)); in test_rx_invalid()
584 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, NULL, NULL)); in test_tx_kr_old_key()
592 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, NULL, NULL)); in test_tx_kr_old_key()
603 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, NULL, NULL)); in test_tx_kr_old_key()
623 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, NULL, NULL)); in test_tx_kr_old_key()
643 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, NULL, NULL)); in test_tx_kr_old_key()
780 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, in test_tx_multiple_netkeys()
797 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, in test_tx_multiple_netkeys()
831 ASSERT_FALSE(wait_for_beacon(beacon_scan_cb, BEACON_INTERVAL + 1, in test_tx_multiple_netkeys()
[all …]
Dtest_access.c431 ASSERT_FALSE(m1_fired); in test_sub_ext_model()
435 ASSERT_FALSE(m2_fired); in test_sub_ext_model()
439 ASSERT_FALSE(m3_fired); in test_sub_ext_model()
443 ASSERT_FALSE(m4_fired); in test_sub_ext_model()
447 ASSERT_FALSE(m5_fired); in test_sub_ext_model()
Dmesh_test.h89 #define ASSERT_FALSE(cond) \ macro
Dtest_suspend.c457 ASSERT_FALSE(err && err != -ETIMEDOUT); in test_tester_gatt()
Dtest_persistence.c1080 ASSERT_FALSE(bt_mesh_is_provisioned()); in test_reprovisioning_device()
Dtest_dfu.c923 ASSERT_FALSE(target->status == BT_MESH_DFU_SUCCESS); in dfu_cli_lost_target()