OSDN Git Service

Add functional tests for tcp_nuke_addr.
authorLorenzo Colitti <lorenzo@google.com>
Fri, 25 Sep 2015 08:43:55 +0000 (17:43 +0900)
committerLorenzo Colitti <lorenzo@google.com>
Tue, 27 Oct 2015 07:59:38 +0000 (16:59 +0900)
commit6c1098e2ad66427bca8761a1827cae8f1cbcb16c
tree3e3a0c24a131900cc17f455c9b5c969da46fc841
parentd2344168138814630764df3da6b23dc839b4890d
Add functional tests for tcp_nuke_addr.

1. Test for the hash table off-by-one error.
2. Test that sockets are closed and read() calls are interrupted
   with ETIMEDOUT.

Change-Id: Id8cdd50f1f5447734c230341f73d71fcfecdddd8
tests/net_test/tcp_nuke_addr_test.py