Skip to content

Commit c0bc556

Browse files
lcolittiGerrit Code Review
authored andcommitted
Merge "Annotate more tests with the relevant commits."
2 parents 6e0b388 + 648f3fc commit c0bc556

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/net_test/neighbour_test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,12 @@ def testNotifications(self):
149149
150150
Relevant kernel commits:
151151
upstream net-next:
152+
765c9c6 neigh: Better handling of transition to NUD_PROBE state
152153
53385d2 neigh: Netlink notification for administrative NUD state change
153154
(only checked on kernel v3.13+, not on v3.10)
155+
156+
android-3.10:
157+
e4a6d6b neigh: Better handling of transition to NUD_PROBE state
154158
"""
155159

156160
router4 = self._RouterAddress(self.netid, 4)

tests/net_test/ping6_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,11 @@ def testCrossProtocolCalls(self):
384384
385385
Relevant kernel commits:
386386
upstream net:
387+
91a0b60 net/ping: handle protocol mismatching scenario
387388
9145736 net: ping: Return EAFNOSUPPORT when appropriate.
388389
389390
android-3.10:
391+
78a6809 net/ping: handle protocol mismatching scenario
390392
428e6d6 net: ping: Return EAFNOSUPPORT when appropriate.
391393
"""
392394

0 commit comments

Comments
 (0)