You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Felix Dörre aaba1d8a6c extmod/modtls_mbedtls: Implement cert verification callback for mbedtls. 9 months ago
..
README all: Fix spelling mistakes based on codespell check. 2 years ago
accept_nonblock.py tests: Replace umodule with module everywhere. 1 year ago
accept_nonblock.py.exp tests/net_inet: Move tests which don't require full Internet to net_hosted. 7 years ago
accept_timeout.py tests: Replace umodule with module everywhere. 1 year ago
accept_timeout.py.exp tests/net_inet: Move tests which don't require full Internet to net_hosted. 7 years ago
asyncio_loopback.py tests/net_hosted/asyncio_loopback.py: Add loopback test. 12 months ago
asyncio_loopback.py.exp tests/net_hosted/asyncio_loopback.py: Add loopback test. 12 months ago
asyncio_start_server.py extmod/asyncio/stream.py: Fix cancellation handling of start_server. 1 year ago
asyncio_start_server.py.exp extmod/asyncio/stream.py: Fix cancellation handling of start_server. 1 year ago
connect_nonblock.py tests: Replace umodule with module everywhere. 1 year ago
connect_nonblock.py.exp tests/net_inet: Move tests which don't require full Internet to net_hosted. 7 years ago
connect_nonblock_xfer.py tests: Update SSL network tests to use SSLContext, and work on CPython. 11 months ago
connect_poll.py tests: Replace umodule with module everywhere. 1 year ago
connect_poll.py.exp extmod/modlwip: Unconditionally return POLLHUP when polling new socket. 5 years ago
ssl_getpeercert.py extmod/modssl_mbedtls: Make SSLSocket.getpeercert() optional. 11 months ago
ssl_getpeercert.py.exp extmod/modussl_mbedtls.c: Add ussl.getpeercert() method. 7 years ago
ssl_verify_callback.py extmod/modtls_mbedtls: Implement cert verification callback for mbedtls. 9 months ago
ssl_verify_callback.py.exp extmod/modtls_mbedtls: Implement cert verification callback for mbedtls. 9 months ago

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