micropython/tests/net_inet
Damien George 20a86eff53 tests/net_inet: Add simpler tls sites test, and skip existing on axtls.
Ports that use axtls cannot run the `test_tls_sites.py` test because the
sites it connects to use advanced ciphers.  So skip this test on such
ports, and add a new, simpler test that doesn't require certificate
verification and works with axtls.

Signed-off-by: Damien George <damien@micropython.org>
2024-03-29 10:46:09 +11:00
..
README
asyncio_cancel_stream.py
asyncio_cancel_stream.py.exp
asyncio_open_connection.py
asyncio_open_connection.py.exp
asyncio_tcp_read_headers.py
asyncio_tcp_read_headers.py.exp
asyncio_tls_open_connection_readline.py
getaddrinfo.py
isrg.der
mpycert.der
ssl_cert.py
ssl_cert.py.exp
ssl_errors.py
test_sslcontext_client.py
test_sslcontext_client.py.exp
test_tls_nonblock.py
test_tls_sites.py tests/net_inet: Add simpler tls sites test, and skip existing on axtls. 2024-03-29 10:46:09 +11:00
test_tls_sites_simple.py tests/net_inet: Add simpler tls sites test, and skip existing on axtls. 2024-03-29 10:46:09 +11:00
tls_num_errors.py
tls_num_errors.py.exp
tls_text_errors.py

README

This directory contains network tests which require Internet connection.
Note that 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_inet/*.py