We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6360f75 commit 30be920Copy full SHA for 30be920
tests/net/socket/offload_dispatcher/src/main.c
@@ -815,6 +815,7 @@ static void test_tls_native_iface_native(void)
815
816
ret = zsock_setsockopt(test_sock, SOL_TLS, TLS_NATIVE,
817
&tls_native, sizeof(tls_native));
818
+ zassert_equal(0, ret, "setsockopt() failed");
819
zassert_false(test_socket_ctx[OFFLOAD_1].socket_called,
820
"TLS socket dispatched to wrong iface");
821
zassert_false(test_socket_ctx[OFFLOAD_2].socket_called,
0 commit comments