micropython/tests/net_hosted
stijn 07f229e030 tests: Add socket timeout tests for connect and recv.
Signed-off-by: stijn <stijn@ignitron.net>
2024-03-25 10:22:32 +01:00
..
README
accept_nonblock.py tests: Make socket tests compatible with CPython on windows. 2024-03-25 10:22:32 +01:00
accept_nonblock.py.exp
accept_timeout.py tests: Make socket tests compatible with CPython on windows. 2024-03-25 10:22:32 +01:00
accept_timeout.py.exp
asyncio_loopback.py
asyncio_loopback.py.exp
asyncio_start_server.py
asyncio_start_server.py.exp
connect_nonblock.py tests: Make socket tests compatible with CPython on windows. 2024-03-25 10:22:32 +01:00
connect_nonblock.py.exp
connect_nonblock_xfer.py tests: Update SSL network tests to use SSLContext, and work on CPython. 2023-12-12 21:22:10 +11:00
connect_poll.py
connect_poll.py.exp
connect_timeout.py tests: Add socket timeout tests for connect and recv. 2024-03-25 10:22:32 +01:00
connect_timeout.py.exp tests: Add socket timeout tests for connect and recv. 2024-03-25 10:22:32 +01:00
ssl_getpeercert.py
ssl_getpeercert.py.exp
ssl_verify_callback.py extmod/modtls_mbedtls: Implement cert verification callback for mbedtls. 2024-02-07 13:00:57 +11:00
ssl_verify_callback.py.exp extmod/modtls_mbedtls: Implement cert verification callback for mbedtls. 2024-02-07 13:00:57 +11:00

README

This directory contains network tests which require just "peer to peer"
network connection between test host and device under test, instead of
full Internet connection.

Note that setup for these tests and tests themselves are WIP, and may
not yet fully correspond to the functional specification above.

So far, these tests are not run as part of the main testsuite and need
to be run separately (from the main test/ directory):

    ./run-tests.py net_hosted/*.py