circuitpython/tests/net_hosted
Scott Shawcroft b35fa44c8a
Merge MicroPython 1.12 into CircuitPython
2021-05-03 14:01:18 -07:00
..
README tests/net_inet: Move tests which don't require full Internet to net_hosted. 2017-06-23 21:12:32 +03:00
accept_nonblock.py run code formatting script 2021-03-15 19:27:36 +05:30
accept_nonblock.py.exp tests/net_inet: Move tests which don't require full Internet to net_hosted. 2017-06-23 21:12:32 +03:00
accept_timeout.py run code formatting script 2021-03-15 19:27:36 +05:30
accept_timeout.py.exp tests/net_inet: Move tests which don't require full Internet to net_hosted. 2017-06-23 21:12:32 +03:00
connect_nonblock.py run code formatting script 2021-03-15 19:27:36 +05:30
connect_nonblock.py.exp tests/net_inet: Move tests which don't require full Internet to net_hosted. 2017-06-23 21:12:32 +03:00
connect_poll.py Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
connect_poll.py.exp Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
ssl_getpeercert.py run code formatting script 2021-03-15 19:27:36 +05:30
ssl_getpeercert.py.exp extmod/modussl_mbedtls.c: Add ussl.getpeercert() method. 2017-08-16 15:01:00 +10: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 seperately (from the main test/ directory):

    ./run-tests net_hosted/*.py