Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 29-Oct-2021 | - | ||||
README | A D | 29-Oct-2021 | 463 | 12 | 8 | |
accept_nonblock.py | A D | 29-Oct-2021 | 331 | 17 | 13 | |
accept_nonblock.py.exp | A D | 29-Oct-2021 | 5 | 2 | 1 | |
accept_timeout.py | A D | 29-Oct-2021 | 469 | 23 | 18 | |
accept_timeout.py.exp | A D | 29-Oct-2021 | 5 | 2 | 1 | |
connect_nonblock.py | A D | 29-Oct-2021 | 427 | 21 | 14 | |
connect_nonblock.py.exp | A D | 29-Oct-2021 | 5 | 2 | 1 | |
connect_poll.py | A D | 29-Oct-2021 | 650 | 32 | 17 | |
connect_poll.py.exp | A D | 29-Oct-2021 | 11 | 4 | 3 | |
ssl_getpeercert.py | A D | 29-Oct-2021 | 403 | 22 | 15 | |
ssl_getpeercert.py.exp | A D | 29-Oct-2021 | 21 | 2 | 1 |
README
1This directory contains network tests which require just "peer to peer" 2network connection between test host and device under test, instead of 3full Internet connection. 4 5Note that setup for these tests and tests themselves are WIP, and may 6not yet fully correspond to the functional specification above. 7 8So far, these tests are not run as part of the main testsuite and need 9to be run seperately (from the main test/ directory): 10 11 ./run-tests net_hosted/*.py 12