Home
last modified time | relevance | path

Searched refs:ExpectNeighbourNotification (Results 1 – 1 of 1) sorted by relevance

/kernel/tests/net/test/
Dneighbour_test.py108 def ExpectNeighbourNotification(self, addr, state, attrs=None): member in NeighbourTest
207 self.ExpectNeighbourNotification(router6, NUD_PROBE)
218 self.ExpectNeighbourNotification(router6, NUD_REACHABLE)
223 self.ExpectNeighbourNotification(router6, NUD_STALE)
230 self.ExpectNeighbourNotification(router6, NUD_PROBE)
246 self.ExpectNeighbourNotification(router6, NUD_FAILED, {"NDA_PROBES": 3})
274 self.ExpectNeighbourNotification(router6, NUD_FAILED)
293 self.ExpectNeighbourNotification(router6, NUD_REACHABLE)