History log of /system/extras/tests/net_test/srcaddr_selection_test.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
df107e30ec072899011a5d02e1ddd67655b7f725 09-Nov-2015 Erik Kline <ek@google.com> Use packets.py instead of old multinetwork_test.Packets

Change-Id: I39a36569a2df5b2a2a5b2bb323944864b284df0a
/system/extras/tests/net_test/srcaddr_selection_test.py
6a61dfe8cbcf331e5a4ed92581c7d781a803ed25 01-Sep-2015 Lorenzo Colitti <lorenzo@google.com> Annotate a few tests with the relevant kernel commits.

Also fix a couple of lint warnings, a few spurious newlines, and
a syntax error in currently-unused debug code.

Change-Id: I192eb730d48443ee050ca7702bc3735cd6ff6553
/system/extras/tests/net_test/srcaddr_selection_test.py
8ddd3b9ffd347bf95414cf061a0a821948b9cace 02-Jul-2015 Erik Kline <ek@google.com> Tests for candidate source address restriction

Bug: 20733156
Change-Id: I4118cc4c4dc8e9730bc95e681c14c29240f1af77
/system/extras/tests/net_test/srcaddr_selection_test.py
95f76850f69b30ac2044935c80bc419640b2696c 02-Jul-2015 Erik Kline <ek@google.com> Require optimistic behaviour to pass srcaddr_selection_test

Change-Id: I612a8e1427d976c154529540b89b9db3da2b25d5
/system/extras/tests/net_test/srcaddr_selection_test.py
a59be0af4911fe5984d485456ed50737b61918d0 03-Mar-2015 Lorenzo Colitti <lorenzo@google.com> Add Python wrappers for bind and connect as well as sendmsg.

Change-Id: Ie75ec2d56a58a74e1680eb01993797a48cec7c70
/system/extras/tests/net_test/srcaddr_selection_test.py
25e837958e5e86d2c8f9757645093dadff891579 08-Jan-2015 Lorenzo Colitti <lorenzo@google.com> Unbreak srcaddr_selection_test.

Change-Id: Ia8ed30e6ee9cf0e2b2cceb7587ed87cb681bd3ad
/system/extras/tests/net_test/srcaddr_selection_test.py
334a05a24a5e4c27d9318967987fb181530deaff 17-Dec-2014 Lorenzo Colitti <lorenzo@google.com> Clean up code in preparation for AOSP.

1. Include copyright headers in all files.
2. Clean up all lint messages except "bad header", which doesn't
like our copyright statement, but which I do not seem to be
able to disable.

Change-Id: I33b44eb7f942f0ce03c001e674377f193fb66def
/system/extras/tests/net_test/srcaddr_selection_test.py
105bda9ccf001b11ca15ea48863df44ace2f5ba4 17-Dec-2014 Lorenzo Colitti <lorenzo@google.com> Move all setup code to a new multinetwork_base.py

Change-Id: I4874829bb10bdd1a84ec6485a8f36e5441fc510f
/system/extras/tests/net_test/srcaddr_selection_test.py
90fdc21936e7e5f555e73fe9c3555d1f156617b0 17-Dec-2014 Erik Kline <ek@google.com> Verify no NSes from optimistic addresses

- also, fixup tests to skip at more appropriate times.

Change-Id: Ib7df5a176a30a9e31e403883d52cd0d41b4475ae
/system/extras/tests/net_test/srcaddr_selection_test.py
b2ea5d6fef9445f25d2f1023643fb620d8c1a216 08-Oct-2014 Erik Kline <ek@google.com> Further testing for optimistic address scenarios.

- Add DAD failure test.
- Separate testing address for "usability" from being "selected"
(or "preferred") by source address selection.

Change-Id: I8c11fb0dc539bc04e05274f513e07fe5531964ab
/system/extras/tests/net_test/srcaddr_selection_test.py
b87c813197ab205074e3bdbad4a5e7e2eb39e9d2 15-Dec-2014 Lorenzo Colitti <lorenzo@google.com> Fix lint warnings.

Change-Id: Icd3053963fd2e69cddb35ac7cb24bc428d536d43
/system/extras/tests/net_test/srcaddr_selection_test.py
fd95dbbdec851a6ebec9c5a3dda7b682963a5585 08-Oct-2014 Erik Kline <ek@google.com> Add test for source address selection behaviour.

Depends on use_optimistic kernel work:
https://android-review.googlesource.com/#/c/109934/

- Add busy wait for DAD to complete to verify that
tentative and optimistic addresses both /eventually/
become preferable addresses for source selection.

Change-Id: I7a584129f69e6159ff9a0a7eaf54de3200321546
/system/extras/tests/net_test/srcaddr_selection_test.py