Home
last modified time | relevance | path

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

/tests/bsim/bluetooth/mesh/src/
A 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()
93 ASSERT_FALSE(bt_mesh_net_iv_update(TEST_IV_IDX + 4, BCN_IV_IN_IDLE)); in test_ivu_recovery()
106 ASSERT_FALSE(bt_mesh_net_iv_update(TEST_IV_IDX, BCN_IV_IN_IDLE)); in test_ivu_normal()
[all …]
A Dtest_blob.c427 ASSERT_FALSE(srv1->timedout); in test_cli_caps_all_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()
502 ASSERT_FALSE(srv2->acked); in test_cli_caps_cancelled()
522 ASSERT_FALSE(srv2->acked); in test_cli_caps_cancelled()
607 ASSERT_FALSE(srv1->acked); in test_cli_broadcast_basic()
608 ASSERT_FALSE(srv2->acked); in test_cli_broadcast_basic()
616 ASSERT_FALSE(srv1->acked); in test_cli_broadcast_basic()
617 ASSERT_FALSE(srv2->acked); in test_cli_broadcast_basic()
[all …]
A 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()
A 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()
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()
967 ASSERT_FALSE( in test_rx_secure_beacon_interval()
1327 ASSERT_FALSE(atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS)); in test_rx_priv_invalid()
1751 ASSERT_FALSE(beacon.pp_random == last_pp_random); in test_rx_priv_net_id()
[all …]
A 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()
A Dmesh_test.h89 #define ASSERT_FALSE(cond) \ macro
A Dtest_suspend.c462 ASSERT_FALSE(err && err != -ETIMEDOUT); in test_tester_gatt()
A Dtest_persistence.c1153 ASSERT_FALSE(bt_mesh_is_provisioned()); in test_reprovisioning_device()
A Dtest_dfu.c923 ASSERT_FALSE(target->status == BT_MESH_DFU_SUCCESS); in dfu_cli_lost_target()

Completed in 34 milliseconds