mbed-os/TEST_APPS/testcases/netsocket
Michal Paszta e1887a7738 TCPSocket accept refactored to close cleanly and icetea test added
Private constructor called in TCPSocket accept, when creating a new Socket.
Close() method calls moved "up" to InternetSocket.
InternetSocket::close() returns proper error code when no socket available.
Add TcpSocket::accept icetea tests.
Deleting sockets moved to teardown.
2018-11-02 19:49:59 -05:00
..
README.md Add documentation about icetea testcases 2018-10-08 15:18:50 +01:00
SOCKET_BIND_PORT.py TCPSocket accept refactored to close cleanly and icetea test added 2018-11-02 19:49:59 -05:00
TCPSERVER_ACCEPT.py TCPSocket accept refactored to close cleanly and icetea test added 2018-11-02 19:49:59 -05:00
TCPSOCKET_ACCEPT.py TCPSocket accept refactored to close cleanly and icetea test added 2018-11-02 19:49:59 -05:00
TCPSOCKET_ECHOTEST_BURST_SHORT.py TCPSocket accept refactored to close cleanly and icetea test added 2018-11-02 19:49:59 -05:00
__init__.py Icetea support 2018-08-31 11:51:57 +03:00
interface.py Use icetea random string generator 2018-08-31 11:54:40 +03:00

README.md

Netsocket tests

This folder contains netsocket tests for Icetea The tests located under this folder are dependent of the application socket_app

The test cases under this folder are defined in Network Socket test plan