]> Zhao Yanbai Git Server - minix.git/commit
Add test82 (HTTP) 26/3026/1
authorErik van der Kouwe <erik@minix3.org>
Wed, 8 Jul 2015 07:54:56 +0000 (09:54 +0200)
committerErik van der Kouwe <erik@minix3.org>
Wed, 8 Jul 2015 07:54:56 +0000 (09:54 +0200)
commit86e41e22cf59cc925284d939be4752d82de37970
tree7899841d37bb58297872d47505596828839c8902
parent294d15901798159321c130a37eb712a6b9107ab2
Add test82 (HTTP)

This test connects to a remote HTTP server to retrieve files, using various
chunk sizes and concurrency settings to exercise the network stack. The test
is only performed is USENETWORK=yes. This test requires the following URLs to
remain available: http://test82.minix3.org/test1.txt and
 http://test82.minix3.org/test2.bin. The former contains a 'Hello world'
message followed by a newline, the latter all 16-bit values in increasing
order, using big-endian notation.

Change-Id: I696106482fb1658f9657be2b6845a1b37a3d6172
distrib/sets/lists/minix/mi
minix/tests/Makefile
minix/tests/run
minix/tests/test82.c [new file with mode: 0644]