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.
 
 
 
 
 
 
Damien George 7ec95c2768 extmod/uasyncio: Get addr and bind server socket before creating task. 3 years ago
..
README tests: Rename run-tests to run-tests.py for consistency. 4 years ago
accept_nonblock.py tests: Use .errno instead of .args[0] for OSError exceptions. 4 years 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: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
accept_timeout.py.exp tests/net_inet: Move tests which don't require full Internet to net_hosted. 7 years ago
connect_nonblock.py tests: Use .errno instead of .args[0] for OSError exceptions. 4 years 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: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
connect_poll.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
connect_poll.py.exp extmod/modlwip: Unconditionally return POLLHUP when polling new socket. 5 years ago
ssl_getpeercert.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ssl_getpeercert.py.exp extmod/modussl_mbedtls.c: Add ussl.getpeercert() method. 7 years ago
uasyncio_start_server.py extmod/uasyncio: Get addr and bind server socket before creating task. 3 years ago
uasyncio_start_server.py.exp extmod/uasyncio: Get addr and bind server socket before creating task. 3 years 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 seperately (from the main test/ directory):

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