Skip to content

Commit 3f9d59c

Browse files
committed
tests/net_inet: Move tests which don't require full Internet to net_hosted.
The idea is that these tests can be run with just a test server running on a test host, with device under test connecting to it, instead of requiring Internet connection for testing. Such setup is however WIP, and some tests in net_hosted/ are so far written to connect to Internet, as there're not test server written yet. This is expected to evolve over time.
1 parent 0fe825b commit 3f9d59c

8 files changed

+12
-1
lines changed

Diff for: tests/net_hosted/README

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
This directory contains network tests which require just "peer to peer"
2+
network connection between test host and device under test, instead of
3+
full Internet connection.
4+
5+
Note that setup for these tests and tests themselves are WIP, and may
6+
not yet fully correspond to the functional specification above.
7+
8+
So far, these tests are not run as part of the main testsuite and need
9+
to be run seperately (from the main test/ directory):
10+
11+
./run-tests net_hosted/*.py
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: tests/net_inet/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This direcctory contains network tests which require Internet connection.
1+
This directory contains network tests which require Internet connection.
22
Note that these tests are not run as part of the main testsuite and need
33
to be run seperately (from the main test/ directory):
44

0 commit comments

Comments
 (0)