/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_transport.c | 673 #define TEST_CASE(role, name, description) \ macro 683 TEST_CASE(tx, unicast, "Transport: send to unicast addr"), 684 TEST_CASE(tx, group, "Transport: send to group addr"), 685 TEST_CASE(tx, fixed, "Transport: send to fixed group addr"), 686 TEST_CASE(tx, va, "Transport: send to virtual addr"), 687 TEST_CASE(tx, va_collision, "Transport: send to virtual addr"), 688 TEST_CASE(tx, loopback, "Transport: send loopback"), 689 TEST_CASE(tx, loopback_group, "Transport: send loopback and group"), 690 TEST_CASE(tx, unknown_app, "Transport: send with unknown app key"), 691 TEST_CASE(tx, seg_block, "Transport: send blocked segmented"), [all …]
|
D | test_friendship.c | 1155 #define TEST_CASE(role, name, description) \ macro 1165 TEST_CASE(friend, est, "Friend: establish friendship"), 1166 TEST_CASE(friend, est_multi, "Friend: establish multiple friendships"), 1167 TEST_CASE(friend, msg, "Friend: message exchange"), 1168 TEST_CASE(friend, overflow, "Friend: message queue overflow"), 1169 TEST_CASE(friend, group, "Friend: send to group addrs"), 1170 TEST_CASE(friend, no_est, "Friend: do not establish friendship"), 1171 TEST_CASE(friend, va_collision, "Friend: send to virtual addrs with collision"), 1173 TEST_CASE(lpn, est, "LPN: establish friendship"), 1174 TEST_CASE(lpn, msg_frnd, "LPN: message exchange with friend"), [all …]
|
D | test_heartbeat.c | 198 #define TEST_CASE(role, name, description) \ macro 208 TEST_CASE(publish, unicast, "Heartbeat: Publish heartbeat to unicast"), 209 TEST_CASE(subscribe, unicast, "Heartbeat: Subscribe to heartbeat from unicast"), 210 TEST_CASE(publish, all, "Heartbeat: Publish heartbeat to all nodes"), 211 TEST_CASE(subscribe, all, "Heartbeat: Subscribe to heartbeat all nodes"),
|
D | test_scanner.c | 194 #define TEST_CASE(role, name, description) \ macro 204 TEST_CASE(tx, invalid_ad_type, "Scanner: Invalid AD Type"), 205 TEST_CASE(tx, wrong_packet_length, "Scanner: Wrong data length"), 207 TEST_CASE(rx, invalid_packet, "Scanner: Invalid packet"),
|
D | test_replay_cache.c | 463 #define TEST_CASE(role, name, description) \ macro 473 TEST_CASE(tx, immediate_replay_attack, "RPC: perform replay attack immediately"), 474 TEST_CASE(tx, power_replay_attack, "RPC: perform replay attack after power cycle"), 475 TEST_CASE(tx, rpl_frag, "RPC: Send messages after double IVI Update"), 477 TEST_CASE(rx, immediate_replay_attack, "RPC: device under immediate attack"), 478 TEST_CASE(rx, power_replay_attack, "RPC: device under power cycle reply attack"), 479 TEST_CASE(rx, rpl_frag, "RPC: Test RPL fragmentation after double IVI Update"), 480 TEST_CASE(rx, reboot_after_defrag, "RPC: Test PRL after defrag and reboot"),
|
D | test_dfu.c | 1630 #define TEST_CASE(role, name, description) \ macro 1641 TEST_CASE(dist, dfu, "Distributor performs DFU"), 1642 TEST_CASE(dist, dfu_self_update, "Distributor performs DFU with self update"), 1643 TEST_CASE(dist, dfu_slot_create, "Distributor creates image slots"), 1644 TEST_CASE(dist, dfu_slot_create_recover, 1646 TEST_CASE(dist, dfu_slot_delete_all, "Distributor deletes all image slots"), 1647 TEST_CASE(dist, dfu_slot_check_delete_all, 1649 TEST_CASE(dist, dfu_slot_reservation, 1651 TEST_CASE(dist, dfu_slot_idempotency, 1653 TEST_CASE(cli, stop, "DFU Client stops at configured point of Firmware Distribution"), [all …]
|
D | test_blob.c | 1668 #define TEST_CASE(role, name, description) \ macro 1678 TEST_CASE(cli, caps_all_rsp, "Caps procedure: All responsive targets"), 1679 TEST_CASE(cli, caps_partial_rsp, "Caps procedure: Mixed response from targets"), 1680 TEST_CASE(cli, caps_no_rsp, "Caps procedure: No response from targets"), 1681 TEST_CASE(cli, caps_cancelled, "Caps procedure: Cancel caps"), 1682 TEST_CASE(cli, broadcast_basic, "Test basic broadcast API and CBs "), 1683 TEST_CASE(cli, broadcast_trans, "Test all broadcast transmission types"), 1684 TEST_CASE(cli, broadcast_unicast_seq, "Test broadcast with unicast addr (Sequential)"), 1685 TEST_CASE(cli, broadcast_unicast, "Test broadcast with unicast addr"), 1686 TEST_CASE(cli, trans_complete, "Transfer completes successfully on client (Default: Push)"), [all …]
|
D | test_sar.c | 292 #define TEST_CASE(role, name, description) \ macro 301 TEST_CASE(cli, max_len_sdu_send, 303 TEST_CASE(srv, max_len_sdu_receive, 305 TEST_CASE(cli, max_len_sdu_slow_send, 307 TEST_CASE(srv, max_len_sdu_slow_receive, 320 TEST_CASE(srv, cfg_store, "Set and save SAR RX/TX configuration"), 321 TEST_CASE(srv, cfg_restore, "Restore SAR RX/TX configuration"),
|
D | test_iv_index.c | 151 #define TEST_CASE(role, name, description) \ macro 161 TEST_CASE(ivu, recovery, "IVI: IV recovery procedure"), 162 TEST_CASE(ivu, normal, "IVI: IV update procedure"), 163 TEST_CASE(ivu, deferring, "IVI: deferring of the IV update procedure"),
|
D | test_provision.c | 1754 #define TEST_CASE(role, name, description) \ macro 1773 TEST_CASE(device, pb_adv_no_oob, 1779 TEST_CASE(device, pb_adv_reprovision, 1781 TEST_CASE(device, unresponsive, 1784 TEST_CASE(device, pb_remote_server_unproved, 1786 TEST_CASE(device, pb_remote_server_nppi_robustness, 1788 TEST_CASE(device, pb_remote_server_unproved_unresponsive, 1790 TEST_CASE(device, pb_remote_client_server_same_dev, 1792 TEST_CASE(device, pb_remote_server_same_dev, 1796 TEST_CASE(provisioner, pb_adv_no_oob, [all …]
|
D | test_advertiser.c | 687 #define TEST_CASE(role, name, description) \ macro 697 TEST_CASE(tx, cb_single, "ADV: tx cb parameter checker"), 698 TEST_CASE(tx, cb_multi, "ADV: tx cb sequence checker"), 699 TEST_CASE(tx, proxy_mixin, "ADV: proxy mix-in gatt adv"), 700 TEST_CASE(tx, send_order, "ADV: tx send order"), 701 TEST_CASE(tx, reverse_order, "ADV: tx reversed order"), 702 TEST_CASE(tx, random_order, "ADV: tx random order"), 704 TEST_CASE(rx, xmit, "ADV: xmit checker"), 705 TEST_CASE(rx, proxy_mixin, "ADV: proxy mix-in scanner"), 706 TEST_CASE(rx, receive_order, "ADV: rx receive order"), [all …]
|
D | test_beacon.c | 1702 #define TEST_CASE(role, name, description) \ macro 1713 TEST_CASE(tx, on_iv_update, "Beacon: send on IV update"), 1714 TEST_CASE(tx, on_key_refresh, "Beacon: send on key refresh"), 1715 TEST_CASE(tx, invalid, "Beacon: send invalid beacon"), 1716 TEST_CASE(tx, kr_old_key, "Beacon: send old Net Key"), 1717 TEST_CASE(tx, multiple_netkeys, "Beacon: multiple Net Keys"), 1718 TEST_CASE(tx, secure_beacon_interval, "Beacon: send secure beacons"), 1720 TEST_CASE(tx, priv_on_iv_update, "Private Beacon: send on IV update"), 1721 TEST_CASE(tx, priv_on_key_refresh, "Private Beacon: send on Key Refresh"), 1722 TEST_CASE(tx, priv_adv, "Private Beacon: advertise Private Beacons"), [all …]
|
D | test_lcd.c | 458 #define TEST_CASE(role, name, description) \ macro 469 TEST_CASE(cli, max_sdu_comp_data_request, "Request comp data with max SDU length"), 470 TEST_CASE(cli, split_comp_data_request, "Request continuous comp data in two samples."), 471 TEST_CASE(cli, max_sdu_metadata_request, "Request metadata with max SDU length"), 472 TEST_CASE(cli, split_metadata_request, "Request continuous metadata in two samples."), 474 TEST_CASE(srv, comp_data_status_respond, "Process incoming GET LCD messages."), 475 TEST_CASE(srv, metadata_status_respond, "Process incoming GET metadata messages."),
|
D | test_access.c | 825 #define TEST_CASE(role, name, description) \ macro 834 TEST_CASE(tx, ext_model, "Access: tx data of extended models"), 835 TEST_CASE(sub, ext_model, "Access: data subscription of extended models"), 836 TEST_CASE(sub_capacity, ext_model, "Access: subscription capacity of extended models"), 837 TEST_CASE(tx, period, "Access: Publish a message periodically"), 838 TEST_CASE(rx, period, "Access: Receive periodically published message"), 839 TEST_CASE(tx, transmit, "Access: Publish and retransmit message"), 840 TEST_CASE(rx, transmit, "Access: Receive retransmitted messages"), 841 TEST_CASE(tx, cancel, "Access: Cancel a message during publication"), 842 TEST_CASE(rx, cancel, "Access: Receive published messages except cancelled"),
|
D | test_op_agg.c | 219 #define TEST_CASE(role, name, description) \ macro 228 TEST_CASE(cli, max_len_sequence_msg_send, 231 TEST_CASE(srv, max_len_status_msg_send,
|
D | test_persistence.c | 1121 #define TEST_CASE(role, name, description) \ macro 1131 TEST_CASE(provisioning, data_save, "Save provisioning data"), 1132 TEST_CASE(provisioning, data_load, "Load previously saved data and verify"), 1133 TEST_CASE(access, data_save, "Save access data"), 1134 TEST_CASE(access, data_load, "Load previously saved access data and verify"), 1135 TEST_CASE(access, sub_overwrite, "Overwrite Subscription List and store"), 1136 TEST_CASE(access, data_remove, "Remove stored access data"), 1137 TEST_CASE(cfg, save, "Save mesh configuration"), 1138 TEST_CASE(cfg, load, "Load previously stored mesh configuration and verify"), 1139 TEST_CASE(reprovisioning, device, "Reprovisioning test, device role"), [all …]
|
D | test_cdp1.c | 419 #define TEST_CASE(role, name, description) \ macro 426 TEST_CASE(node, data_comparison, "Compare encoded and decoded CDP1 data."),
|