test: enable tcp_connect_error_fault test
This commit is contained in:
parent
538a562cdb
commit
7447048981
@ -42,6 +42,7 @@ TEST_DECLARE (tcp_bind_error_fault)
|
|||||||
TEST_DECLARE (tcp_bind_error_inval)
|
TEST_DECLARE (tcp_bind_error_inval)
|
||||||
TEST_DECLARE (tcp_bind_localhost_ok)
|
TEST_DECLARE (tcp_bind_localhost_ok)
|
||||||
TEST_DECLARE (tcp_listen_without_bind)
|
TEST_DECLARE (tcp_listen_without_bind)
|
||||||
|
TEST_DECLARE (tcp_connect_error_fault)
|
||||||
TEST_DECLARE (tcp_connect_timeout)
|
TEST_DECLARE (tcp_connect_timeout)
|
||||||
TEST_DECLARE (tcp_close)
|
TEST_DECLARE (tcp_close)
|
||||||
TEST_DECLARE (tcp_flags)
|
TEST_DECLARE (tcp_flags)
|
||||||
@ -215,6 +216,7 @@ TASK_LIST_START
|
|||||||
TEST_ENTRY (tcp_bind_error_inval)
|
TEST_ENTRY (tcp_bind_error_inval)
|
||||||
TEST_ENTRY (tcp_bind_localhost_ok)
|
TEST_ENTRY (tcp_bind_localhost_ok)
|
||||||
TEST_ENTRY (tcp_listen_without_bind)
|
TEST_ENTRY (tcp_listen_without_bind)
|
||||||
|
TEST_ENTRY (tcp_connect_error_fault)
|
||||||
TEST_ENTRY (tcp_connect_timeout)
|
TEST_ENTRY (tcp_connect_timeout)
|
||||||
TEST_ENTRY (tcp_close)
|
TEST_ENTRY (tcp_close)
|
||||||
TEST_ENTRY (tcp_flags)
|
TEST_ENTRY (tcp_flags)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user