Lines Matching full:verify

168 /* Verify that the correct init APIs were called. */
193 /* Verify that conn_mgr_if_connect and conn_mgr_if_disconnect perform the
208 /* Verify ifaces are still disconnected */ in ZTEST()
217 /* Verify success, and that only the target iface/conn impl were affected/invoked */ in ZTEST()
222 /* Verify that all ifaces have the expected call counts and types */ in ZTEST()
239 /* Verify success, and that only the target iface/conn impl were affected/invoked */ in ZTEST()
244 /* Verify that all ifaces have the expected call counts and types */ in ZTEST()
261 /* Verify success, and that only the target iface/conn impl were affected/invoked */ in ZTEST()
266 /* Verify that all ifaces have the expected call counts and types */ in ZTEST()
284 /* Verify success, and that only the target iface/conn impl were affected/invoked */ in ZTEST()
289 /* Verify that all ifaces have the expected call counts and types */ in ZTEST()
307 /* Verify success, and that only the target iface/conn impl were affected/invoked */ in ZTEST()
312 /* Verify that all ifaces have the expected call counts and types */ in ZTEST()
330 /* Verify success, and that only the target iface/conn impl were affected/invoked */ in ZTEST()
335 /* Verify that all ifaces have the expected call counts and types */ in ZTEST()
349 /* Verify that double calls to conn_mgr_if_connect and conn_mgr_if_disconnect cause no problems */
361 /* Verify success */ in ZTEST()
370 /* Verify success in ZTEST()
382 /* Verify success */ in ZTEST()
391 /* Verify success */ in ZTEST()
397 /* Verify that fast double calls to conn_mgr_if_connect and conn_mgr_if_disconnect
412 /* Verify success */ in ZTEST()
422 /* Verify success */ in ZTEST()
428 /* Verify that calling connect on a down iface automatically takes the iface up. */
437 /* Verify net_if_up was called */ in ZTEST()
440 /* Verify that connection succeeds */ in ZTEST()
446 /* Verify that calling disconnect on a down iface has no effect and raises no error. */
455 /* Verify iface is still down */ in ZTEST()
458 /* Verify that no callbacks were fired */ in ZTEST()
464 * Verify that invalid bound ifaces are treated as though they are not bound at all.
474 /* Verify that connecting an iface that isn't up, missing an API,
492 /* Verify that disconnecting an iface that isn't up, missing an API,
510 /* Verify that conn_mgr_if_connect forwards error codes from API */
527 /* Verify that conn_mgr_if_disconnect forwards error codes from API */
544 /* Verify that the NET_EVENT_CONN_IF_TIMEOUT event works as expected. */
576 /* Verify that the NET_EVENT_CONN_IF_FATAL_ERROR event works as expected. */
611 /* Verify that conn_mgr_if_is_bound gives correct results */
624 /* Verify that conn_opt get/set functions operate correctly and affect only the target iface */
635 /* Verify success */ in ZTEST()
645 /* Verify that ifa1->Y was not affected */ in ZTEST()
653 /* Verify that ifa2->X was not affected */ in ZTEST()
666 /* Verify success */ in ZTEST()
675 /* Verify that ifa1->X was not affected */ in ZTEST()
693 /* Verify partial success */ in ZTEST()
707 /* For the same reason, verify that get_opt truncates given a small destination buffer */ in ZTEST()
718 /* Verify that conn_mgr_if_get_opt and conn_mgr_if_set_opt behave as expected when given invalid
726 /* Verify that getting/setting non-existent option on ifa1 fails */ in ZTEST()
734 /* Verify that getting/setting with NULL buffer on ifa1 fails */ in ZTEST()
742 /* Verify that getting with NULL buffer length on ifa1 fails */ in ZTEST()
746 /* Verify that getting/setting with ifnull fails */ in ZTEST()
754 /* Verify that getting/setting with ifnone fails */ in ZTEST()
762 /* Verify that getting/setting with ifb fails (since implementation B doesn't support it) */ in ZTEST()
771 /* Verify that flag get/set functions operate correctly */
783 /* Verify success */ in ZTEST()
787 /* Verify that the conn struct agrees, since this is what implementations may use */ in ZTEST()
795 /* Verify success */ in ZTEST()
799 /* Verify that the conn struct agrees, since this is what implementations may use */ in ZTEST()
808 /* Verify success */ in ZTEST()
812 /* Verify that the conn struct agrees, since this is what implementations may use */ in ZTEST()
820 /* Verify success */ in ZTEST()
824 /* Verify that the conn struct agrees, since this is what implementations may use */ in ZTEST()
829 /* Verify that flag get/set fail and behave as expected respectively for invalid ifaces and
836 /* Verify set failure for invalid ifaces / flags */ in ZTEST()
844 /* Verify get graceful behavior for invalid ifaces / flags */ in ZTEST()
854 /* Verify that timeout get/set functions operate correctly (A/B) */
863 /* Verify success */ in ZTEST()
867 /* Verify that the conn struct agrees, since this is what implementations may use */ in ZTEST()
875 /* Verify success */ in ZTEST()
879 /* Verify that the conn struct agrees, since this is what implementations may use */ in ZTEST()
884 /* Verify that timeout get/set fail and behave as expected respectively for invalid ifaces */
887 /* Verify set failure */ in ZTEST()
893 /* Verify get graceful behavior */ in ZTEST()
900 /* Verify that auto-connect works as expected. */
912 /* Verify no connection */ in ZTEST()
925 /* Verify connection */ in ZTEST()
930 /* Verify that if auto-down is enabled, disconnecting an iface also takes it down,
945 /* Verify connected */ in ZTEST()
953 /* Verify down */ in ZTEST()
966 /* Verify connected */ in ZTEST()
974 /* Verify down */ in ZTEST()
987 /* Verify connected */ in ZTEST()
995 /* Verify up */ in ZTEST()
1000 /* Verify that auto-down takes an iface down if connection is lost, but only if persistence is not
1015 /* Verify connected */ in ZTEST()
1022 /* Verify down */ in ZTEST()
1033 /* Verify connected */ in ZTEST()
1040 /* Verify up */ in ZTEST()
1052 /* Verify connected */ in ZTEST()
1059 /* Verify up */ in ZTEST()
1065 /* Verify that timeout takes the iface down, even if
1085 /* Verify iface down after timeout */ in ZTEST()
1096 /* Verify iface up after timeout */ in ZTEST()
1103 /* Verify that fatal error takes the iface down, even if
1118 /* Verify connected */ in ZTEST()
1125 /* Verify iface down after fatal error */ in ZTEST()
1136 /* Verify connected */ in ZTEST()
1143 /* Verify iface still up after fatal error */ in ZTEST()
1149 /* Verify that all_if_up brings all ifaces up, but only if they are not ignored or
1161 /* Verify all ifaces are up */ in ZTEST()
1183 /* Verify all except ignored are up */ in ZTEST()
1193 /* Verify that all_if_connect brings all ifaces up, and connects all bound ifaces, but only those
1206 /* Verify all ifaces are up */ in ZTEST()
1214 /* Verify bound ifaces are connected */ in ZTEST()
1238 /* Verify all except ignored are up */ in ZTEST()
1247 /* Verify bound ifaces are connected, except for ignored */ in ZTEST()
1255 /* Verify that all_if_down takes all ifaces down, but only if they are not ignored,
1276 /* Verify all ifaces are down */ in ZTEST()
1297 /* Verify that all except the ignored iface is down */ in ZTEST()
1307 /* Verify that all_if_disconnect disconnects all bound ifaces, but only if they are not ignored,
1336 /* Verify that all bound ifaces are disconnected */ in ZTEST()
1342 /* Verify that all ifaces are still up, even if disconnected */ in ZTEST()
1362 /* Verify that all bound ifaces are disconnected, except the ignored iface */ in ZTEST()
1371 /* Verify that double calls to all_if_up do not raise errors */
1386 /* Verify all ifaces are up */ in ZTEST()
1395 /* Verify that double calls to all_if_down do not raise errors */
1419 /* Verify all ifaces are down */ in ZTEST()
1428 /* Verify that double calls to all_if_connect do not raise errors */
1443 /* Verify all ifaces are up */ in ZTEST()
1451 /* Verify all bound ifaces are connected */ in ZTEST()
1454 /* Verify that double calls to all_if_disconnect do not raise errors */
1485 /* Verify all bound ifaces are disconnected */ in ZTEST()
1491 /* Verify all ifaces are up */ in ZTEST()
1510 /* Verify that all_if_connect successfully forwards errors encountered on individual ifaces */
1518 /* Verify that this error is passed to all_if_connect */ in ZTEST()
1523 /* Verify that all ifaces went admin-up */ in ZTEST()
1531 /* Verify that all the non-error ifaces are connected */ in ZTEST()
1536 /* Verify that the error iface is not connected */ in ZTEST()
1540 /* Verify that all_if_disconnect successfully forwards errors encountered on individual ifaces */
1564 /* Verify that this error is passed to all_if_disconnect */ in ZTEST()
1568 /* Verify that all ifaces are still admin-up */ in ZTEST()
1576 /* Verify that all the non-error ifaces are disconnected */ in ZTEST()
1581 /* Verify that the error iface is not connected */ in ZTEST()