Lines Matching full:tester

92 					       "tester and Bridge devices.");  in test_device_init()
106 /* Subnet may not be ready yet when tester receives a beacon. */ in unprovisioned_beacon()
108 LOG_INF("tester is not ready yet"); in unprovisioned_beacon()
311 LOG_HEXDUMP_DBG(data, length, "tester received message"); in tester_data_cb()
382 * belongs to. If it receives a message from the tester, fail. in device_data_cb()
422 * This is a workaround that removes secondary subnets from the tester to avoid message cache
423 * hit when the devices send STATUS message encrypted with the subnet key known by the tester,
431 LOG_INF("Applying subnet's workaround for tester..."); in tester_workaround()
556 /* Bridge messages from tester to multicast addr, for each subnet expect the last */ in tester_simple_multicast()
561 /* Bridge messages from remote nodes to tester */ in tester_simple_multicast()
721 * tester should still receive STATUS message. in test_tester_table_state_change()
902 * Beacon features on Subnet Bridge and Tester nodes. When Beacon feature is disabled on Subnet
903 * Bridge, Tester will be able to send beacon with new IVI flag and vice versa.
909 /* Disable Beacon feature on subnet bridge to let tester send beacon first. */ in propagate_ivi_update_state()
915 /* Disable Beacon feature on tester and enable it on subnet bridge to let it send beacon. */ in propagate_ivi_update_state()
922 /* Restore Beacon feature on tester. */ in propagate_ivi_update_state()
1035 LOG_INF("Step 1: Run KRP for tester net and check messaging"); in test_tester_key_refresh()
1051 LOG_INF("Step 3: Run KRP in parallell for both device and tester"); in test_tester_key_refresh()
1143 TEST_CASE(tester, simple,
1144 "Tester node: provisions network, exchanges messages with "
1146 TEST_CASE(tester, simple_group,
1147 "Tester node: provisions network, configures group subscription and exchanges "
1149 TEST_CASE(tester, simple_va,
1150 "Tester node: provisions network, configures virtual address subscription "
1152 TEST_CASE(tester, table_state_change,
1153 "Tester node: tests changing bridging table "
1155 TEST_CASE(tester, net_key_remove,
1156 "Tester node: tests removing net key from Subnet "
1159 TEST_CASE(tester, persistence, "Tester node: test persistence of subnet bridge states"),
1161 TEST_CASE(tester, ivu, "Tester node: tests subnet bridge with IV Update procedure"),
1162 TEST_CASE(tester, key_refresh,
1163 "Tester node: tests bridge behavior during key refresh procedures"),