Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dtest_ipv6_source_selection.py80 msg.assertSentFromSourceAddress(router_rloc)
86 msg.assertSentFromSourceAddress(router_mleid)
92 msg.assertSentFromSourceAddress(router_mleid)
98 msg.assertSentFromSourceAddress(router_linklocal)
104 msg.assertSentFromSourceAddress(router_mleid)
125 msg.assertSentFromSourceAddress(router_gua)
131 msg.assertSentFromSourceAddress(router_gua)
H A Dmessage.py339 def assertSentFromSourceAddress(self, ipv6_address): member in Message