OSDN Git Service

Stop requiring a live Internet connection in ping6_test.py.
authorLorenzo Colitti <lorenzo@google.com>
Fri, 19 Dec 2014 12:18:22 +0000 (21:18 +0900)
committerLorenzo Colitti <lorenzo@google.com>
Mon, 2 Feb 2015 08:47:31 +0000 (17:47 +0900)
commita9d58ca97ef58bb67df3f0d8af619240dd45999a
tree84bae3ab4e3574bdbe2214ad5f857a0c2eaa2a6d
parent78bf94879d8b0487c1c8cc879fc667859b557547
Stop requiring a live Internet connection in ping6_test.py.

Instead, use tun interfaces like multinetwork_test does, and
a separate thread to reply to ping packets. This allows the
test cases to be almost completely unchanged.

Change-Id: Ie7e07ebdf493a3a1eb3b7774130b71205423944e
tests/net_test/ping6_test.py