mbed-os/TEST_APPS/testcases/netsocket
Michal Paszta 0da0f16d60 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-10-26 12:02:25 +03:00
..
README.md Add documentation about icetea testcases 2018-09-12 15:41:46 +03:00
SOCKET_BIND_PORT.py TCPSocket accept refactored to close cleanly and icetea test added 2018-10-26 12:02:25 +03:00
TCPSERVER_ACCEPT.py TCPSocket accept refactored to close cleanly and icetea test added 2018-10-26 12:02:25 +03:00
TCPSOCKET_ACCEPT.py TCPSocket accept refactored to close cleanly and icetea test added 2018-10-26 12:02:25 +03:00
TCPSOCKET_ECHOTEST_BURST_SHORT.py TCPSocket accept refactored to close cleanly and icetea test added 2018-10-26 12:02:25 +03: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